Html Css Color HEX #EE0532 Torch Red

📋 copy color: '#EE0532'

red 238 ◦ green 5 ◦ blue 50

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

Shades of Torch Red #EE0532

Tints of Torch Red #EE0532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 81.23%
G = 1.71%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EE0532 (or 0xEE0532) is known color: Torch Red. HEX triplet: EE, 05 and 32. RGB value is (238,5,50). Sum of RGB (Red+Green+Blue) = 238+5+50=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0532 is #11FACD. Grayscale: #4F4F4F. Windows color (decimal): -1178318 or 3278318. OLE color: 3278318.

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

Color convert

RGB 238 5 50 -
CMYK 0 0.98 0.79 0.07
HSL 348.41º 0.96% 0.48% -
HSV(B) 348.41º 0.98% 0.93% -
XYZ 35.89 18.52 4.7 -
YUV 79.8 111.19 240.84 -
System Red Green Blue C M Y K H S L
Decimal 238 5 50 0 0.98 0.79 0.07 348.41 0.96 0.48
Hex EE 5 32 0 62 4F 7 15C 60 30
Octal 356 5 62 0 142 117 7 534 140 60
Binary 11101110 101 110010 0 1100010 1001111 111 101011100 1100000 110000

Color Harmonies of #EE0532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0532

Black with #EE0532

Text Example


Text Example

White with #EE0532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0532; }

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

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

background-color css

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

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

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

border-color css

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

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

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