Html Css Color HEX #EE0F3F Torch Red

📋 copy color: '#EE0F3F'

red 238 ◦ green 15 ◦ blue 63

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

Shades of Torch Red #EE0F3F

Tints of Torch Red #EE0F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.94%

R = 75.32%
G = 4.75%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE0F3F (or 0xEE0F3F) is known color: Torch Red. HEX triplet: EE, 0F and 3F. RGB value is (238,15,63). Sum of RGB (Red+Green+Blue) = 238+15+63=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0F3F is #11F0C0. Grayscale: #575757. Windows color (decimal): -1175745 or 4132846. OLE color: 4132846.

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

Color convert

RGB 238 15 63 -
CMYK 0 0.94 0.74 0.07
HSL 347.09º 0.88% 0.5% -
HSV(B) 347.09º 0.94% 0.93% -
XYZ 36.33 18.88 6.43 -
YUV 87.15 114.38 235.6 -
System Red Green Blue C M Y K H S L
Decimal 238 15 63 0 0.94 0.74 0.07 347.09 0.88 0.5
Hex EE F 3F 0 5E 4A 7 15B 58 32
Octal 356 17 77 0 136 112 7 533 130 62
Binary 11101110 1111 111111 0 1011110 1001010 111 101011011 1011000 110010

Color Harmonies of #EE0F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0F3F

Black with #EE0F3F

Text Example


Text Example

White with #EE0F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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