Html Css Color HEX #EE0542 Torch Red

📋 copy color: '#EE0542'

red 238 ◦ green 5 ◦ blue 66

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

Shades of Torch Red #EE0542

Tints of Torch Red #EE0542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 77.02%
G = 1.62%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EE0542 (or 0xEE0542) is known color: Torch Red. HEX triplet: EE, 05 and 42. RGB value is (238,5,66). Sum of RGB (Red+Green+Blue) = 238+5+66=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0542 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0542 is #11FABD. Grayscale: #515151. Windows color (decimal): -1178302 or 4326894. OLE color: 4326894.

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

Color convert

RGB 238 5 66 -
CMYK 0 0.98 0.72 0.07
HSL 344.29º 0.96% 0.48% -
HSV(B) 344.29º 0.98% 0.93% -
XYZ 36.3 18.68 6.85 -
YUV 81.62 119.19 239.54 -
System Red Green Blue C M Y K H S L
Decimal 238 5 66 0 0.98 0.72 0.07 344.29 0.96 0.48
Hex EE 5 42 0 62 48 7 158 60 30
Octal 356 5 102 0 142 110 7 530 140 60
Binary 11101110 101 1000010 0 1100010 1001000 111 101011000 1100000 110000

Color Harmonies of #EE0542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0542

Black with #EE0542

Text Example


Text Example

White with #EE0542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0542; }

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

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

background-color css

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

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

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

border-color css

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

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

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