Html Css Color HEX #EE0C18 Torch Red

📋 copy color: '#EE0C18'

red 238 ◦ green 12 ◦ blue 24

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

Shades of Torch Red #EE0C18

Tints of Torch Red #EE0C18

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.38%

 BLUE value IS 24 (9.77% from 255) = 8.76%

R = 86.86%
G = 4.38%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE0C18 (or 0xEE0C18) is known color: Torch Red. HEX triplet: EE, 0C and 18. RGB value is (238,12,24). Sum of RGB (Red+Green+Blue) = 238+12+24=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0C18 is #11F3E7. Grayscale: #515151. Windows color (decimal): -1176552 or 1576174. OLE color: 1576174.

HSL color Cylindrical-coordinate representation of color #EE0C18: hue angle of 356.81º 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 #EE0C18 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 12 24 -
CMYK 0 0.95 0.90 0.07
HSL 356.81º 0.9% 0.49% -
HSV(B) 356.81º 0.95% 0.93% -
XYZ 35.56 18.51 2.56 -
YUV 80.94 95.87 240.02 -
System Red Green Blue C M Y K H S L
Decimal 238 12 24 0 0.95 0.90 0.07 356.81 0.9 0.49
Hex EE C 18 0 5F 5A 7 165 5A 31
Octal 356 14 30 0 137 132 7 545 132 61
Binary 11101110 1100 11000 0 1011111 1011010 111 101100101 1011010 110001

Color Harmonies of #EE0C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C18

Black with #EE0C18

Text Example


Text Example

White with #EE0C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C18; }

 p { color: rgb(238,12,24); }

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

background-color css

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

 a { background-color: rgb(238,12,24); }

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

border-color css

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

 span { border-color: rgb(238,12,24); }

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