Html Css Color HEX #EE0A2C Torch Red

📋 copy color: '#EE0A2C'

red 238 ◦ green 10 ◦ blue 44

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

Shades of Torch Red #EE0A2C

Tints of Torch Red #EE0A2C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.42%

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 81.51%
G = 3.42%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE0A2C (or 0xEE0A2C) is known color: Torch Red. HEX triplet: EE, 0A and 2C. RGB value is (238,10,44). Sum of RGB (Red+Green+Blue) = 238+10+44=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A2C is #11F5D3. Grayscale: #525252. Windows color (decimal): -1177044 or 2886382. OLE color: 2886382.

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

Color convert

RGB 238 10 44 -
CMYK 0 0.96 0.82 0.07
HSL 351.05º 0.92% 0.49% -
HSV(B) 351.05º 0.96% 0.93% -
XYZ 35.82 18.58 4.08 -
YUV 82.05 106.54 239.24 -
System Red Green Blue C M Y K H S L
Decimal 238 10 44 0 0.96 0.82 0.07 351.05 0.92 0.49
Hex EE A 2C 0 60 52 7 15F 5C 31
Octal 356 12 54 0 140 122 7 537 134 61
Binary 11101110 1010 101100 0 1100000 1010010 111 101011111 1011100 110001

Color Harmonies of #EE0A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A2C

Black with #EE0A2C

Text Example


Text Example

White with #EE0A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A2C; }

 p { color: rgb(238,10,44); }

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

background-color css

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

 a { background-color: rgb(238,10,44); }

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

border-color css

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

 span { border-color: rgb(238,10,44); }

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