Html Css Color HEX #EE0531 Torch Red

📋 copy color: '#EE0531'

red 238 ◦ green 5 ◦ blue 49

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

Shades of Torch Red #EE0531

Tints of Torch Red #EE0531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.78%

R = 81.51%
G = 1.71%
B = 16.78%

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

#EE0531 (or 0xEE0531) is known color: Torch Red. HEX triplet: EE, 05 and 31. RGB value is (238,5,49). Sum of RGB (Red+Green+Blue) = 238+5+49=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0531 is #11FACE. Grayscale: #4F4F4F. Windows color (decimal): -1178319 or 3212782. OLE color: 3212782.

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

Color convert

RGB 238 5 49 -
CMYK 0 0.98 0.79 0.07
HSL 348.67º 0.96% 0.48% -
HSV(B) 348.67º 0.98% 0.93% -
XYZ 35.87 18.51 4.59 -
YUV 79.68 110.69 240.92 -
System Red Green Blue C M Y K H S L
Decimal 238 5 49 0 0.98 0.79 0.07 348.67 0.96 0.48
Hex EE 5 31 0 62 4F 7 15D 60 30
Octal 356 5 61 0 142 117 7 535 140 60
Binary 11101110 101 110001 0 1100010 1001111 111 101011101 1100000 110000

Color Harmonies of #EE0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0531

Black with #EE0531

Text Example


Text Example

White with #EE0531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0531; }

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

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

background-color css

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

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

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

border-color css

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

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

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