Html Css Color HEX #EE0F39 Torch Red

📋 copy color: '#EE0F39'

red 238 ◦ green 15 ◦ blue 57

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

Shades of Torch Red #EE0F39

Tints of Torch Red #EE0F39

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.84%

 BLUE value IS 57 (22.66% from 255) = 18.39%

R = 76.77%
G = 4.84%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EE0F39 (or 0xEE0F39) is known color: Torch Red. HEX triplet: EE, 0F and 39. RGB value is (238,15,57). Sum of RGB (Red+Green+Blue) = 238+15+57=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0F39 is #11F0C6. Grayscale: #565656. Windows color (decimal): -1175751 or 3739630. OLE color: 3739630.

HSL color Cylindrical-coordinate representation of color #EE0F39: hue angle of 348.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F39 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 15 57 -
CMYK 0 0.94 0.76 0.07
HSL 348.7º 0.88% 0.5% -
HSV(B) 348.7º 0.94% 0.93% -
XYZ 36.17 18.81 5.6 -
YUV 86.47 111.38 236.08 -
System Red Green Blue C M Y K H S L
Decimal 238 15 57 0 0.94 0.76 0.07 348.7 0.88 0.5
Hex EE F 39 0 5E 4C 7 15D 58 32
Octal 356 17 71 0 136 114 7 535 130 62
Binary 11101110 1111 111001 0 1011110 1001100 111 101011101 1011000 110010

Color Harmonies of #EE0F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0F39

Black with #EE0F39

Text Example


Text Example

White with #EE0F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0F39; }

 p { color: rgb(238,15,57); }

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

background-color css

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

 a { background-color: rgb(238,15,57); }

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

border-color css

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

 span { border-color: rgb(238,15,57); }

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