Html Css Color HEX #EE071C Torch Red

📋 copy color: '#EE071C'

red 238 ◦ green 7 ◦ blue 28

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

Shades of Torch Red #EE071C

Tints of Torch Red #EE071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

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

R = 87.18%
G = 2.56%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE071C (or 0xEE071C) is known color: Torch Red. HEX triplet: EE, 07 and 1C. RGB value is (238,7,28). Sum of RGB (Red+Green+Blue) = 238+7+28=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE071C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE071C is #11F8E3. Grayscale: #4E4E4E. Windows color (decimal): -1177828 or 1837038. OLE color: 1837038.

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

Color convert

RGB 238 7 28 -
CMYK 0 0.97 0.88 0.07
HSL 354.55º 0.94% 0.48% -
HSV(B) 354.55º 0.97% 0.93% -
XYZ 35.55 18.41 2.78 -
YUV 78.46 99.53 241.79 -
System Red Green Blue C M Y K H S L
Decimal 238 7 28 0 0.97 0.88 0.07 354.55 0.94 0.48
Hex EE 7 1C 0 61 58 7 163 5E 30
Octal 356 7 34 0 141 130 7 543 136 60
Binary 11101110 111 11100 0 1100001 1011000 111 101100011 1011110 110000

Color Harmonies of #EE071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE071C

Black with #EE071C

Text Example


Text Example

White with #EE071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE071C; }

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

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

background-color css

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

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

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

border-color css

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

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

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