Html Css Color HEX #EE0533 Torch Red

📋 copy color: '#EE0533'

red 238 ◦ green 5 ◦ blue 51

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

Shades of Torch Red #EE0533

Tints of Torch Red #EE0533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.35%

R = 80.95%
G = 1.7%
B = 17.35%

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

#EE0533 (or 0xEE0533) is known color: Torch Red. HEX triplet: EE, 05 and 33. RGB value is (238,5,51). Sum of RGB (Red+Green+Blue) = 238+5+51=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0533 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0533 is #11FACC. Grayscale: #4F4F4F. Windows color (decimal): -1178317 or 3343854. OLE color: 3343854.

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

Color convert

RGB 238 5 51 -
CMYK 0 0.98 0.79 0.07
HSL 348.15º 0.96% 0.48% -
HSV(B) 348.15º 0.98% 0.93% -
XYZ 35.91 18.52 4.81 -
YUV 79.91 111.69 240.76 -
System Red Green Blue C M Y K H S L
Decimal 238 5 51 0 0.98 0.79 0.07 348.15 0.96 0.48
Hex EE 5 33 0 62 4F 7 15C 60 30
Octal 356 5 63 0 142 117 7 534 140 60
Binary 11101110 101 110011 0 1100010 1001111 111 101011100 1100000 110000

Color Harmonies of #EE0533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0533

Black with #EE0533

Text Example


Text Example

White with #EE0533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0533; }

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

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

background-color css

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

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

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

border-color css

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

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

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