Color Hex Logo

#ff193b Color Hex

#FF193B
(255,25,59)
0 Favorites   0 Comments

Color spaces of #ff193b

RGB 2552559
HSL0.981.000.55
HSV351°90°100°
CMYK 0.000.900.77   0.00
XYZ42.377022.27106.2029
Yxy22.27100.59810.3143
Hunter Lab47.192277.700825.2415
CIE-Lab54.313478.899344.2741

#ff193b color RGB value is (255,25,59).

#ff193b hex color red value is 255, green value is 25 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ff193b hue: 0.98 , saturation: 1.00 and the lightness value of ff193b is 0.55.

The process color (four color CMYK) of #ff193b color hex is 0.00, 0.90, 0.77, 0.00. Web safe color of #ff193b is #ff0033. Color #ff193b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011001 00111011
Octal 377 31 73
Decimal 255 25 59
Hex FF 19 3B

RGB Percentages of Color #ff193b

%75.22
%7.37
%17.40

CMYK Percentages of Color #ff193b

%0
%90
%77
%0

Triadic Colors of #ff193b

#ff193b #3bff19 #193bff

Analogous Colors of #ff193b

#ff193b #ff6a19 #ff19ae

Monochromatic Colors of #ff193b

#ff193b

Complementary Color

#ff193b #19ffdd

#ff193b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff193b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff193b Color CSS Codes

.mybgcolor {background-color:#ff193b; } 
.myforecolor {color:#ff193b; }
.mybordercolor {border:3px solid #ff193b; }

#ff193b Text Font Color

<p style="color:#ff193b">Text here</p>

This sample text font color is #ff193b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ff193b Background Color

<div style="background-color:#ff193b">
Div content here</div>

This div background color is #ff193b


#ff193b Border Color

<div style="border:3px solid #ff193b">
Div here</div>

This div border color is #ff193b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,25,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff193b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff193b;
  -webkit-box-shadow: 1px 1px 3px 2px #ff193b;
  box-shadow:         1px 1px 3px 2px #ff193b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,25,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff193b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff193b;
  -webkit-box-shadow: 1px 1px 3px 2px #ff193b;
  box-shadow:         1px 1px 3px 2px #ff193b;">
Div content here</div>

This div box has shadow with color #ff193b

Related Colors

#ff193b Color Palettes


Comments

No comments written yet.

Please login to write comment.