Html Css Color HEX #EE051B Torch Red

📋 copy color: '#EE051B'

red 238 ◦ green 5 ◦ blue 27

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

Shades of Torch Red #EE051B

Tints of Torch Red #EE051B

RGB

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

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

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

R = 88.15%
G = 1.85%
B = 10%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE051B (or 0xEE051B) is known color: Torch Red. HEX triplet: EE, 05 and 1B. RGB value is (238,5,27). Sum of RGB (Red+Green+Blue) = 238+5+27=270 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.15% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 238 - color contains mainly: red. Hex color #EE051B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE051B is #11FAE4. Grayscale: #4D4D4D. Windows color (decimal): -1178341 or 1770990. OLE color: 1770990.

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

Color convert

RGB 238 5 27 -
CMYK 0 0.98 0.89 0.07
HSL 354.33º 0.96% 0.48% -
HSV(B) 354.33º 0.98% 0.93% -
XYZ 35.51 18.36 2.71 -
YUV 77.18 99.69 242.71 -
System Red Green Blue C M Y K H S L
Decimal 238 5 27 0 0.98 0.89 0.07 354.33 0.96 0.48
Hex EE 5 1B 0 62 59 7 162 60 30
Octal 356 5 33 0 142 131 7 542 140 60
Binary 11101110 101 11011 0 1100010 1011001 111 101100010 1100000 110000

Color Harmonies of #EE051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE051B

Black with #EE051B

Text Example


Text Example

White with #EE051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE051B; }

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

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

background-color css

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

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

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

border-color css

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

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

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