Html Css Color HEX #EE0224 Torch Red

📋 copy color: '#EE0224'

red 238 ◦ green 2 ◦ blue 36

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

Shades of Torch Red #EE0224

Tints of Torch Red #EE0224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 36 (14.45% from 255) = 13.04%

R = 86.23%
G = 0.72%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EE0224 (or 0xEE0224) is known color: Torch Red. HEX triplet: EE, 02 and 24. RGB value is (238,2,36). Sum of RGB (Red+Green+Blue) = 238+2+36=276 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.23% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0224 is #11FDDB. Grayscale: #4C4C4C. Windows color (decimal): -1179100 or 2360046. OLE color: 2360046.

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

Color convert

RGB 238 2 36 -
CMYK 0 0.99 0.85 0.07
HSL 351.36º 0.98% 0.47% -
HSV(B) 351.36º 0.99% 0.93% -
XYZ 35.6 18.35 3.33 -
YUV 76.44 105.19 243.24 -
System Red Green Blue C M Y K H S L
Decimal 238 2 36 0 0.99 0.85 0.07 351.36 0.98 0.47
Hex EE 2 24 0 63 55 7 15F 62 2F
Octal 356 2 44 0 143 125 7 537 142 57
Binary 11101110 10 100100 0 1100011 1010101 111 101011111 1100010 101111

Color Harmonies of #EE0224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0224

Black with #EE0224

Text Example


Text Example

White with #EE0224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0224; }

 p { color: rgb(238,2,36); }

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

background-color css

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

 a { background-color: rgb(238,2,36); }

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

border-color css

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

 span { border-color: rgb(238,2,36); }

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