Html Css Color HEX #EE0417 Torch Red

📋 copy color: '#EE0417'

red 238 ◦ green 4 ◦ blue 23

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

Shades of Torch Red #EE0417

Tints of Torch Red #EE0417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

 BLUE value IS 23 (9.38% from 255) = 8.68%

R = 89.81%
G = 1.51%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE0417 (or 0xEE0417) is known color: Torch Red. HEX triplet: EE, 04 and 17. RGB value is (238,4,23). Sum of RGB (Red+Green+Blue) = 238+4+23=265 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.81% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0417 is #11FBE8. Grayscale: #4C4C4C. Windows color (decimal): -1178601 or 1508590. OLE color: 1508590.

HSL color Cylindrical-coordinate representation of color #EE0417: hue angle of 355.13º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0417 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 4 23 -
CMYK 0 0.98 0.90 0.07
HSL 355.13º 0.97% 0.47% -
HSV(B) 355.13º 0.98% 0.93% -
XYZ 35.46 18.33 2.48 -
YUV 76.13 98.02 243.46 -
System Red Green Blue C M Y K H S L
Decimal 238 4 23 0 0.98 0.90 0.07 355.13 0.97 0.47
Hex EE 4 17 0 62 5A 7 163 61 2F
Octal 356 4 27 0 142 132 7 543 141 57
Binary 11101110 100 10111 0 1100010 1011010 111 101100011 1100001 101111

Color Harmonies of #EE0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0417

Black with #EE0417

Text Example


Text Example

White with #EE0417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0417; }

 p { color: rgb(238,4,23); }

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

background-color css

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

 a { background-color: rgb(238,4,23); }

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

border-color css

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

 span { border-color: rgb(238,4,23); }

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