Html Css Color HEX #EE0F2B Torch Red

📋 copy color: '#EE0F2B'

red 238 ◦ green 15 ◦ blue 43

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

Shades of Torch Red #EE0F2B

Tints of Torch Red #EE0F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.53%

R = 80.41%
G = 5.07%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE0F2B (or 0xEE0F2B) is known color: Torch Red. HEX triplet: EE, 0F and 2B. RGB value is (238,15,43). Sum of RGB (Red+Green+Blue) = 238+15+43=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0F2B is #11F0D4. Grayscale: #545454. Windows color (decimal): -1175765 or 2822126. OLE color: 2822126.

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

Color convert

RGB 238 15 43 -
CMYK 0 0.94 0.82 0.07
HSL 352.47º 0.88% 0.5% -
HSV(B) 352.47º 0.94% 0.93% -
XYZ 35.87 18.69 4 -
YUV 84.87 104.38 237.22 -
System Red Green Blue C M Y K H S L
Decimal 238 15 43 0 0.94 0.82 0.07 352.47 0.88 0.5
Hex EE F 2B 0 5E 52 7 160 58 32
Octal 356 17 53 0 136 122 7 540 130 62
Binary 11101110 1111 101011 0 1011110 1010010 111 101100000 1011000 110010

Color Harmonies of #EE0F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0F2B

Black with #EE0F2B

Text Example


Text Example

White with #EE0F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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