Html Css Color HEX #EE031C Torch Red

📋 copy color: '#EE031C'

red 238 ◦ green 3 ◦ blue 28

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

Shades of Torch Red #EE031C

Tints of Torch Red #EE031C

RGB

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

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

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

R = 88.48%
G = 1.12%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE031C (or 0xEE031C) is known color: Torch Red. HEX triplet: EE, 03 and 1C. RGB value is (238,3,28). Sum of RGB (Red+Green+Blue) = 238+3+28=269 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.48% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 238 - color contains mainly: red. Hex color #EE031C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE031C is #11FCE3. Grayscale: #4C4C4C. Windows color (decimal): -1178852 or 1836014. OLE color: 1836014.

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

Color convert

RGB 238 3 28 -
CMYK 0 0.99 0.88 0.07
HSL 353.62º 0.98% 0.47% -
HSV(B) 353.62º 0.99% 0.93% -
XYZ 35.5 18.33 2.76 -
YUV 76.12 100.86 243.47 -
System Red Green Blue C M Y K H S L
Decimal 238 3 28 0 0.99 0.88 0.07 353.62 0.98 0.47
Hex EE 3 1C 0 63 58 7 162 62 2F
Octal 356 3 34 0 143 130 7 542 142 57
Binary 11101110 11 11100 0 1100011 1011000 111 101100010 1100010 101111

Color Harmonies of #EE031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE031C

Black with #EE031C

Text Example


Text Example

White with #EE031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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