Html Css Color HEX #EE031F Torch Red

📋 copy color: '#EE031F'

red 238 ◦ green 3 ◦ blue 31

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

Shades of Torch Red #EE031F

Tints of Torch Red #EE031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 87.5%
G = 1.1%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE031F (or 0xEE031F) is known color: Torch Red. HEX triplet: EE, 03 and 1F. RGB value is (238,3,31). Sum of RGB (Red+Green+Blue) = 238+3+31=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE031F is #11FCE0. Grayscale: #4C4C4C. Windows color (decimal): -1178849 or 2032622. OLE color: 2032622.

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

Color convert

RGB 238 3 31 -
CMYK 0 0.99 0.87 0.07
HSL 352.85º 0.98% 0.47% -
HSV(B) 352.85º 0.99% 0.93% -
XYZ 35.54 18.34 2.96 -
YUV 76.46 102.36 243.22 -
System Red Green Blue C M Y K H S L
Decimal 238 3 31 0 0.99 0.87 0.07 352.85 0.98 0.47
Hex EE 3 1F 0 63 57 7 161 62 2F
Octal 356 3 37 0 143 127 7 541 142 57
Binary 11101110 11 11111 0 1100011 1010111 111 101100001 1100010 101111

Color Harmonies of #EE031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE031F

Black with #EE031F

Text Example


Text Example

White with #EE031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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