Html Css Color HEX #EE122B Torch Red

📋 copy color: '#EE122B'

red 238 ◦ green 18 ◦ blue 43

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

Shades of Torch Red #EE122B

Tints of Torch Red #EE122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 79.6%
G = 6.02%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE122B (or 0xEE122B) is known color: Torch Red. HEX triplet: EE, 12 and 2B. RGB value is (238,18,43). Sum of RGB (Red+Green+Blue) = 238+18+43=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE122B is #11EDD4. Grayscale: #565656. Windows color (decimal): -1174997 or 2822894. OLE color: 2822894.

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

Color convert

RGB 238 18 43 -
CMYK 0 0.92 0.82 0.07
HSL 353.18º 0.87% 0.5% -
HSV(B) 353.18º 0.92% 0.93% -
XYZ 35.91 18.78 4.02 -
YUV 86.63 103.39 235.97 -
System Red Green Blue C M Y K H S L
Decimal 238 18 43 0 0.92 0.82 0.07 353.18 0.87 0.5
Hex EE 12 2B 0 5C 52 7 161 57 32
Octal 356 22 53 0 134 122 7 541 127 62
Binary 11101110 10010 101011 0 1011100 1010010 111 101100001 1010111 110010

Color Harmonies of #EE122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE122B

Black with #EE122B

Text Example


Text Example

White with #EE122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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