Html Css Color HEX #EE162D Torch Red

📋 copy color: '#EE162D'

red 238 ◦ green 22 ◦ blue 45

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

Shades of Torch Red #EE162D

Tints of Torch Red #EE162D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.21%

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

R = 78.03%
G = 7.21%
B = 14.75%

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

#EE162D (or 0xEE162D) is known color: Torch Red. HEX triplet: EE, 16 and 2D. RGB value is (238,22,45). Sum of RGB (Red+Green+Blue) = 238+22+45=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE162D is #11E9D2. Grayscale: #595959. Windows color (decimal): -1173971 or 2954990. OLE color: 2954990.

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

Color convert

RGB 238 22 45 -
CMYK 0 0.91 0.81 0.07
HSL 353.61º 0.86% 0.51% -
HSV(B) 353.61º 0.91% 0.93% -
XYZ 36.02 18.94 4.24 -
YUV 89.21 103.06 234.13 -
System Red Green Blue C M Y K H S L
Decimal 238 22 45 0 0.91 0.81 0.07 353.61 0.86 0.51
Hex EE 16 2D 0 5B 51 7 162 56 33
Octal 356 26 55 0 133 121 7 542 126 63
Binary 11101110 10110 101101 0 1011011 1010001 111 101100010 1010110 110011

Color Harmonies of #EE162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE162D

Black with #EE162D

Text Example


Text Example

White with #EE162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE162D; }

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

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

background-color css

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

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

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

border-color css

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

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

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