Html Css Color HEX #EE0929 Torch Red

📋 copy color: '#EE0929'

red 238 ◦ green 9 ◦ blue 41

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

Shades of Torch Red #EE0929

Tints of Torch Red #EE0929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 82.64%
G = 3.13%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EE0929 (or 0xEE0929) is known color: Torch Red. HEX triplet: EE, 09 and 29. RGB value is (238,9,41). Sum of RGB (Red+Green+Blue) = 238+9+41=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0929 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0929 is #11F6D6. Grayscale: #515151. Windows color (decimal): -1177303 or 2689518. OLE color: 2689518.

HSL color Cylindrical-coordinate representation of color #EE0929: hue angle of 351.62º 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 #EE0929 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 9 41 -
CMYK 0 0.96 0.83 0.07
HSL 351.62º 0.93% 0.48% -
HSV(B) 351.62º 0.96% 0.93% -
XYZ 35.76 18.53 3.79 -
YUV 81.12 105.37 239.9 -
System Red Green Blue C M Y K H S L
Decimal 238 9 41 0 0.96 0.83 0.07 351.62 0.93 0.48
Hex EE 9 29 0 60 53 7 160 5D 30
Octal 356 11 51 0 140 123 7 540 135 60
Binary 11101110 1001 101001 0 1100000 1010011 111 101100000 1011101 110000

Color Harmonies of #EE0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0929

Black with #EE0929

Text Example


Text Example

White with #EE0929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0929; }

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

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

background-color css

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

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

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

border-color css

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

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

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