Html Css Color HEX #EE1524 Torch Red

📋 copy color: '#EE1524'

red 238 ◦ green 21 ◦ blue 36

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

Shades of Torch Red #EE1524

Tints of Torch Red #EE1524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.12%

 BLUE value IS 36 (14.45% from 255) = 12.2%

R = 80.68%
G = 7.12%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EE1524 (or 0xEE1524) is known color: Torch Red. HEX triplet: EE, 15 and 24. RGB value is (238,21,36). Sum of RGB (Red+Green+Blue) = 238+21+36=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1524 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1524 is #11EADB. Grayscale: #575757. Windows color (decimal): -1174236 or 2364910. OLE color: 2364910.

HSL color Cylindrical-coordinate representation of color #EE1524: hue angle of 355.85º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1524 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 21 36 -
CMYK 0 0.91 0.85 0.07
HSL 355.85º 0.86% 0.51% -
HSV(B) 355.85º 0.91% 0.93% -
XYZ 35.85 18.84 3.42 -
YUV 87.59 98.89 235.28 -
System Red Green Blue C M Y K H S L
Decimal 238 21 36 0 0.91 0.85 0.07 355.85 0.86 0.51
Hex EE 15 24 0 5B 55 7 164 56 33
Octal 356 25 44 0 133 125 7 544 126 63
Binary 11101110 10101 100100 0 1011011 1010101 111 101100100 1010110 110011

Color Harmonies of #EE1524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1524

Black with #EE1524

Text Example


Text Example

White with #EE1524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1524; }

 p { color: rgb(238,21,36); }

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

background-color css

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

 a { background-color: rgb(238,21,36); }

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

border-color css

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

 span { border-color: rgb(238,21,36); }

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