Html Css Color HEX #EE011C Torch Red

📋 copy color: '#EE011C'

red 238 ◦ green 1 ◦ blue 28

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

Shades of Torch Red #EE011C

Tints of Torch Red #EE011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 28 (11.33% from 255) = 10.49%

R = 89.14%
G = 0.37%
B = 10.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE011C (or 0xEE011C) is known color: Torch Red. HEX triplet: EE, 01 and 1C. RGB value is (238,1,28). Sum of RGB (Red+Green+Blue) = 238+1+28=267 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.14% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 238 - color contains mainly: red. Hex color #EE011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE011C is #11FEE3. Grayscale: #4B4B4B. Windows color (decimal): -1179364 or 1835502. OLE color: 1835502.

HSL color Cylindrical-coordinate representation of color #EE011C: hue angle of 353.16º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE011C is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 28 -
CMYK 0 1.00 0.88 0.07
HSL 353.16º 0.99% 0.47% -
HSV(B) 353.16º 1% 0.93% -
XYZ 35.48 18.28 2.76 -
YUV 74.94 101.52 244.3 -
System Red Green Blue C M Y K H S L
Decimal 238 1 28 0 1.00 0.88 0.07 353.16 0.99 0.47
Hex EE 1 1C 0 64 58 7 161 63 2F
Octal 356 1 34 0 144 130 7 541 143 57
Binary 11101110 1 11100 0 1100100 1011000 111 101100001 1100011 101111

Color Harmonies of #EE011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE011C

Black with #EE011C

Text Example


Text Example

White with #EE011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE011C; }

 p { color: rgb(238,1,28); }

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

background-color css

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

 a { background-color: rgb(238,1,28); }

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

border-color css

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

 span { border-color: rgb(238,1,28); }

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