Html Css Color HEX #EE031B Torch Red

📋 copy color: '#EE031B'

red 238 ◦ green 3 ◦ blue 27

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

Shades of Torch Red #EE031B

Tints of Torch Red #EE031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 88.81%
G = 1.12%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE031B (or 0xEE031B) is known color: Torch Red. HEX triplet: EE, 03 and 1B. RGB value is (238,3,27). Sum of RGB (Red+Green+Blue) = 238+3+27=268 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.81% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 238 - color contains mainly: red. Hex color #EE031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE031B is #11FCE4. Grayscale: #4C4C4C. Windows color (decimal): -1178853 or 1770478. OLE color: 1770478.

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

Color convert

RGB 238 3 27 -
CMYK 0 0.99 0.89 0.07
HSL 353.87º 0.98% 0.47% -
HSV(B) 353.87º 0.99% 0.93% -
XYZ 35.49 18.32 2.7 -
YUV 76 100.36 243.55 -
System Red Green Blue C M Y K H S L
Decimal 238 3 27 0 0.99 0.89 0.07 353.87 0.98 0.47
Hex EE 3 1B 0 63 59 7 162 62 2F
Octal 356 3 33 0 143 131 7 542 142 57
Binary 11101110 11 11011 0 1100011 1011001 111 101100010 1100010 101111

Color Harmonies of #EE031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE031B

Black with #EE031B

Text Example


Text Example

White with #EE031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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