Html Css Color HEX #EE1526 Torch Red

📋 copy color: '#EE1526'

red 238 ◦ green 21 ◦ blue 38

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

Shades of Torch Red #EE1526

Tints of Torch Red #EE1526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.79%

R = 80.13%
G = 7.07%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE1526 (or 0xEE1526) is known color: Torch Red. HEX triplet: EE, 15 and 26. RGB value is (238,21,38). Sum of RGB (Red+Green+Blue) = 238+21+38=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1526 is #11EAD9. Grayscale: #575757. Windows color (decimal): -1174234 or 2495982. OLE color: 2495982.

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

Color convert

RGB 238 21 38 -
CMYK 0 0.91 0.84 0.07
HSL 355.3º 0.86% 0.51% -
HSV(B) 355.3º 0.91% 0.93% -
XYZ 35.88 18.85 3.58 -
YUV 87.82 99.89 235.12 -
System Red Green Blue C M Y K H S L
Decimal 238 21 38 0 0.91 0.84 0.07 355.3 0.86 0.51
Hex EE 15 26 0 5B 54 7 163 56 33
Octal 356 25 46 0 133 124 7 543 126 63
Binary 11101110 10101 100110 0 1011011 1010100 111 101100011 1010110 110011

Color Harmonies of #EE1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1526

Black with #EE1526

Text Example


Text Example

White with #EE1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1526; }

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

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

background-color css

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

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

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

border-color css

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

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

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