Html Css Color HEX #EE011B Torch Red

📋 copy color: '#EE011B'

red 238 ◦ green 1 ◦ blue 27

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

Shades of Torch Red #EE011B

Tints of Torch Red #EE011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 89.47%
G = 0.38%
B = 10.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE011B (or 0xEE011B) is known color: Torch Red. HEX triplet: EE, 01 and 1B. RGB value is (238,1,27). Sum of RGB (Red+Green+Blue) = 238+1+27=266 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.47% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 238 - color contains mainly: red. Hex color #EE011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE011B is #11FEE4. Grayscale: #4A4A4A. Windows color (decimal): -1179365 or 1769966. OLE color: 1769966.

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

Color convert

RGB 238 1 27 -
CMYK 0 1.00 0.89 0.07
HSL 353.42º 0.99% 0.47% -
HSV(B) 353.42º 1% 0.93% -
XYZ 35.47 18.28 2.7 -
YUV 74.83 101.02 244.39 -
System Red Green Blue C M Y K H S L
Decimal 238 1 27 0 1.00 0.89 0.07 353.42 0.99 0.47
Hex EE 1 1B 0 64 59 7 161 63 2F
Octal 356 1 33 0 144 131 7 541 143 57
Binary 11101110 1 11011 0 1100100 1011001 111 101100001 1100011 101111

Color Harmonies of #EE011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE011B

Black with #EE011B

Text Example


Text Example

White with #EE011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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