Html Css Color HEX #EE0D19 Torch Red

📋 copy color: '#EE0D19'

red 238 ◦ green 13 ◦ blue 25

#EE0D19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #EE0D19

Tints of Torch Red #EE0D19

RGB

 RED value IS 238 (93.36% from 255) = 86.23%

 GREEN value IS 13 (5.47% from 255) = 4.71%

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 86.23%
G = 4.71%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE0D19 (or 0xEE0D19) is known color: Torch Red. HEX triplet: EE, 0D and 19. RGB value is (238,13,25). Sum of RGB (Red+Green+Blue) = 238+13+25=276 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.23% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0D19 is #11F2E6. Grayscale: #515151. Windows color (decimal): -1176295 or 1641966. OLE color: 1641966.

HSL color Cylindrical-coordinate representation of color #EE0D19: hue angle of 356.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0D19 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 13 25 -
CMYK 0 0.95 0.89 0.07
HSL 356.8º 0.9% 0.49% -
HSV(B) 356.8º 0.95% 0.93% -
XYZ 35.58 18.54 2.62 -
YUV 81.64 96.04 239.52 -
System Red Green Blue C M Y K H S L
Decimal 238 13 25 0 0.95 0.89 0.07 356.8 0.9 0.49
Hex EE D 19 0 5F 59 7 165 5A 31
Octal 356 15 31 0 137 131 7 545 132 61
Binary 11101110 1101 11001 0 1011111 1011001 111 101100101 1011010 110001

Color Harmonies of #EE0D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0D19

Black with #EE0D19

Text Example


Text Example

White with #EE0D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0D19; }

 p { color: rgb(238,13,25); }

 H1.HeaderClassName
 {
   color: #EE0D19;
 }
 .AnyTagClassName
 {
   color: #EE0D19;
 }
</style>

background-color css

<style>
 a { background-color: #EE0D19; }

 a { background-color: rgb(238,13,25); }

 div.DivClassName
 {
   background-color: #EE0D19;
 }
 .BgClassName
 {
   background-color: #EE0D19;
 }
</style>

border-color css

<style>
 span { border-color: #EE0D19; }

 span { border-color: rgb(238,13,25); }

 td.TdClassName
 {
   border-color: #EE0D19;
 }
 .TagClassName
 {
   border-color: #EE0D19;
 }
</style>