Html Css Color HEX #EE152D Torch Red

📋 copy color: '#EE152D'

red 238 ◦ green 21 ◦ blue 45

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

Shades of Torch Red #EE152D

Tints of Torch Red #EE152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 78.29%
G = 6.91%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE152D (or 0xEE152D) is known color: Torch Red. HEX triplet: EE, 15 and 2D. RGB value is (238,21,45). Sum of RGB (Red+Green+Blue) = 238+21+45=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE152D is #11EAD2. Grayscale: #585858. Windows color (decimal): -1174227 or 2954734. OLE color: 2954734.

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

Color convert

RGB 238 21 45 -
CMYK 0 0.91 0.81 0.07
HSL 353.36º 0.86% 0.51% -
HSV(B) 353.36º 0.91% 0.93% -
XYZ 36 18.9 4.23 -
YUV 88.62 103.39 234.55 -
System Red Green Blue C M Y K H S L
Decimal 238 21 45 0 0.91 0.81 0.07 353.36 0.86 0.51
Hex EE 15 2D 0 5B 51 7 161 56 33
Octal 356 25 55 0 133 121 7 541 126 63
Binary 11101110 10101 101101 0 1011011 1010001 111 101100001 1010110 110011

Color Harmonies of #EE152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE152D

Black with #EE152D

Text Example


Text Example

White with #EE152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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