Html Css Color HEX #EE041B Torch Red

📋 copy color: '#EE041B'

red 238 ◦ green 4 ◦ blue 27

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

Shades of Torch Red #EE041B

Tints of Torch Red #EE041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 88.48%
G = 1.49%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE041B (or 0xEE041B) is known color: Torch Red. HEX triplet: EE, 04 and 1B. RGB value is (238,4,27). Sum of RGB (Red+Green+Blue) = 238+4+27=269 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.48% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 238 - color contains mainly: red. Hex color #EE041B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE041B is #11FBE4. Grayscale: #4C4C4C. Windows color (decimal): -1178597 or 1770734. OLE color: 1770734.

HSL color Cylindrical-coordinate representation of color #EE041B: hue angle of 354.1º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE041B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 4 27 -
CMYK 0 0.98 0.89 0.07
HSL 354.1º 0.97% 0.47% -
HSV(B) 354.1º 0.98% 0.93% -
XYZ 35.5 18.34 2.71 -
YUV 76.59 100.02 243.13 -
System Red Green Blue C M Y K H S L
Decimal 238 4 27 0 0.98 0.89 0.07 354.1 0.97 0.47
Hex EE 4 1B 0 62 59 7 162 61 2F
Octal 356 4 33 0 142 131 7 542 141 57
Binary 11101110 100 11011 0 1100010 1011001 111 101100010 1100001 101111

Color Harmonies of #EE041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE041B

Black with #EE041B

Text Example


Text Example

White with #EE041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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