Html Css Color HEX #EE0E20 Torch Red

📋 copy color: '#EE0E20'

red 238 ◦ green 14 ◦ blue 32

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

Shades of Torch Red #EE0E20

Tints of Torch Red #EE0E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.93%

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 83.8%
G = 4.93%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE0E20 (or 0xEE0E20) is known color: Torch Red. HEX triplet: EE, 0E and 20. RGB value is (238,14,32). Sum of RGB (Red+Green+Blue) = 238+14+32=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0E20 is #11F1DF. Grayscale: #535353. Windows color (decimal): -1176032 or 2100974. OLE color: 2100974.

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

Color convert

RGB 238 14 32 -
CMYK 0 0.94 0.87 0.07
HSL 355.18º 0.89% 0.49% -
HSV(B) 355.18º 0.94% 0.93% -
XYZ 35.68 18.6 3.08 -
YUV 83.03 99.21 238.54 -
System Red Green Blue C M Y K H S L
Decimal 238 14 32 0 0.94 0.87 0.07 355.18 0.89 0.49
Hex EE E 20 0 5E 57 7 163 59 31
Octal 356 16 40 0 136 127 7 543 131 61
Binary 11101110 1110 100000 0 1011110 1010111 111 101100011 1011001 110001

Color Harmonies of #EE0E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0E20

Black with #EE0E20

Text Example


Text Example

White with #EE0E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0E20; }

 p { color: rgb(238,14,32); }

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

background-color css

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

 a { background-color: rgb(238,14,32); }

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

border-color css

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

 span { border-color: rgb(238,14,32); }

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