Html Css Color HEX #EE122D Torch Red

📋 copy color: '#EE122D'

red 238 ◦ green 18 ◦ blue 45

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

Shades of Torch Red #EE122D

Tints of Torch Red #EE122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.98%

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

R = 79.07%
G = 5.98%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE122D (or 0xEE122D) is known color: Torch Red. HEX triplet: EE, 12 and 2D. RGB value is (238,18,45). Sum of RGB (Red+Green+Blue) = 238+18+45=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE122D is #11EDD2. Grayscale: #565656. Windows color (decimal): -1174995 or 2953966. OLE color: 2953966.

HSL color Cylindrical-coordinate representation of color #EE122D: hue angle of 352.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE122D is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 18 45 -
CMYK 0 0.92 0.81 0.07
HSL 352.64º 0.87% 0.5% -
HSV(B) 352.64º 0.92% 0.93% -
XYZ 35.95 18.8 4.22 -
YUV 86.86 104.39 235.8 -
System Red Green Blue C M Y K H S L
Decimal 238 18 45 0 0.92 0.81 0.07 352.64 0.87 0.5
Hex EE 12 2D 0 5C 51 7 161 57 32
Octal 356 22 55 0 134 121 7 541 127 62
Binary 11101110 10010 101101 0 1011100 1010001 111 101100001 1010111 110010

Color Harmonies of #EE122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE122D

Black with #EE122D

Text Example


Text Example

White with #EE122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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