Html Css Color HEX #EE0037 Torch Red

📋 copy color: '#EE0037'

red 238 ◦ green 0 ◦ blue 55

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

Shades of Torch Red #EE0037

Tints of Torch Red #EE0037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 18.77%

R = 81.23%
G = 0%
B = 18.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EE0037 (or 0xEE0037) is known color: Torch Red. HEX triplet: EE, 00 and 37. RGB value is (238,0,55). Sum of RGB (Red+Green+Blue) = 238+0+55=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0037 is #11FFC8. Grayscale: #4D4D4D. Windows color (decimal): -1179593 or 3604718. OLE color: 3604718.

HSL color Cylindrical-coordinate representation of color #EE0037: hue angle of 346.13º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0037 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 0 55 -
CMYK 0 1 0.77 0.07
HSL 346.13º 1% 0.47% -
HSV(B) 346.13º 1% 0.93% -
XYZ 35.95 18.45 5.28 -
YUV 77.43 115.35 242.53 -
System Red Green Blue C M Y K H S L
Decimal 238 0 55 0 1 0.77 0.07 346.13 1 0.47
Hex EE 0 37 0 64 4D 7 15A 64 2F
Octal 356 0 67 0 144 115 7 532 144 57
Binary 11101110 0 110111 0 1100100 1001101 111 101011010 1100100 101111

Color Harmonies of #EE0037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0037

Black with #EE0037

Text Example


Text Example

White with #EE0037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0037; }

 p { color: rgb(238,0,55); }

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

background-color css

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

 a { background-color: rgb(238,0,55); }

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

border-color css

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

 span { border-color: rgb(238,0,55); }

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