Html Css Color HEX #EE172A Torch Red

📋 copy color: '#EE172A'

red 238 ◦ green 23 ◦ blue 42

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

Shades of Torch Red #EE172A

Tints of Torch Red #EE172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.59%

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 78.55%
G = 7.59%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE172A (or 0xEE172A) is known color: Torch Red. HEX triplet: EE, 17 and 2A. RGB value is (238,23,42). Sum of RGB (Red+Green+Blue) = 238+23+42=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE172A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE172A is #11E8D5. Grayscale: #595959. Windows color (decimal): -1173718 or 2758638. OLE color: 2758638.

HSL color Cylindrical-coordinate representation of color #EE172A: hue angle of 354.7º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE172A is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 23 42 -
CMYK 0 0.90 0.82 0.07
HSL 354.7º 0.86% 0.51% -
HSV(B) 354.7º 0.9% 0.93% -
XYZ 35.98 18.96 3.95 -
YUV 89.45 101.23 233.96 -
System Red Green Blue C M Y K H S L
Decimal 238 23 42 0 0.90 0.82 0.07 354.7 0.86 0.51
Hex EE 17 2A 0 5A 52 7 163 56 33
Octal 356 27 52 0 132 122 7 543 126 63
Binary 11101110 10111 101010 0 1011010 1010010 111 101100011 1010110 110011

Color Harmonies of #EE172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE172A

Black with #EE172A

Text Example


Text Example

White with #EE172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE172A; }

 p { color: rgb(238,23,42); }

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

background-color css

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

 a { background-color: rgb(238,23,42); }

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

border-color css

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

 span { border-color: rgb(238,23,42); }

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