Html Css Color HEX #EE0924 Torch Red

📋 copy color: '#EE0924'

red 238 ◦ green 9 ◦ blue 36

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

Shades of Torch Red #EE0924

Tints of Torch Red #EE0924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

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

R = 84.1%
G = 3.18%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EE0924 (or 0xEE0924) is known color: Torch Red. HEX triplet: EE, 09 and 24. RGB value is (238,9,36). Sum of RGB (Red+Green+Blue) = 238+9+36=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0924 is #11F6DB. Grayscale: #505050. Windows color (decimal): -1177308 or 2361838. OLE color: 2361838.

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

Color convert

RGB 238 9 36 -
CMYK 0 0.96 0.85 0.07
HSL 352.93º 0.93% 0.48% -
HSV(B) 352.93º 0.96% 0.93% -
XYZ 35.68 18.5 3.36 -
YUV 80.55 102.87 240.3 -
System Red Green Blue C M Y K H S L
Decimal 238 9 36 0 0.96 0.85 0.07 352.93 0.93 0.48
Hex EE 9 24 0 60 55 7 161 5D 30
Octal 356 11 44 0 140 125 7 541 135 60
Binary 11101110 1001 100100 0 1100000 1010101 111 101100001 1011101 110000

Color Harmonies of #EE0924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0924

Black with #EE0924

Text Example


Text Example

White with #EE0924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0924; }

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

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

background-color css

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

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

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

border-color css

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

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

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