Html Css Color HEX #EE0942 Torch Red

📋 copy color: '#EE0942'

red 238 ◦ green 9 ◦ blue 66

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

Shades of Torch Red #EE0942

Tints of Torch Red #EE0942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 76.04%
G = 2.88%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EE0942 (or 0xEE0942) is known color: Torch Red. HEX triplet: EE, 09 and 42. RGB value is (238,9,66). Sum of RGB (Red+Green+Blue) = 238+9+66=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0942 is #11F6BD. Grayscale: #535353. Windows color (decimal): -1177278 or 4327918. OLE color: 4327918.

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

Color convert

RGB 238 9 66 -
CMYK 0 0.96 0.72 0.07
HSL 345.07º 0.93% 0.48% -
HSV(B) 345.07º 0.96% 0.93% -
XYZ 36.34 18.77 6.86 -
YUV 83.97 117.87 237.87 -
System Red Green Blue C M Y K H S L
Decimal 238 9 66 0 0.96 0.72 0.07 345.07 0.93 0.48
Hex EE 9 42 0 60 48 7 159 5D 30
Octal 356 11 102 0 140 110 7 531 135 60
Binary 11101110 1001 1000010 0 1100000 1001000 111 101011001 1011101 110000

Color Harmonies of #EE0942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0942

Black with #EE0942

Text Example


Text Example

White with #EE0942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0942; }

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

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

background-color css

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

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

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

border-color css

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

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

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