Html Css Color HEX #EE051E Torch Red

📋 copy color: '#EE051E'

red 238 ◦ green 5 ◦ blue 30

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

Shades of Torch Red #EE051E

Tints of Torch Red #EE051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 87.18%
G = 1.83%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE051E (or 0xEE051E) is known color: Torch Red. HEX triplet: EE, 05 and 1E. RGB value is (238,5,30). Sum of RGB (Red+Green+Blue) = 238+5+30=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE051E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE051E is #11FAE1. Grayscale: #4D4D4D. Windows color (decimal): -1178338 or 1967598. OLE color: 1967598.

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

Color convert

RGB 238 5 30 -
CMYK 0 0.98 0.87 0.07
HSL 353.56º 0.96% 0.48% -
HSV(B) 353.56º 0.98% 0.93% -
XYZ 35.55 18.38 2.9 -
YUV 77.52 101.19 242.47 -
System Red Green Blue C M Y K H S L
Decimal 238 5 30 0 0.98 0.87 0.07 353.56 0.96 0.48
Hex EE 5 1E 0 62 57 7 162 60 30
Octal 356 5 36 0 142 127 7 542 140 60
Binary 11101110 101 11110 0 1100010 1010111 111 101100010 1100000 110000

Color Harmonies of #EE051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE051E

Black with #EE051E

Text Example


Text Example

White with #EE051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE051E; }

 p { color: rgb(238,5,30); }

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

background-color css

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

 a { background-color: rgb(238,5,30); }

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

border-color css

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

 span { border-color: rgb(238,5,30); }

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