Html Css Color HEX #EE141C Torch Red

📋 copy color: '#EE141C'

red 238 ◦ green 20 ◦ blue 28

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

Shades of Torch Red #EE141C

Tints of Torch Red #EE141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 83.22%
G = 6.99%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE141C (or 0xEE141C) is known color: Torch Red. HEX triplet: EE, 14 and 1C. RGB value is (238,20,28). Sum of RGB (Red+Green+Blue) = 238+20+28=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE141C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE141C is #11EBE3. Grayscale: #565656. Windows color (decimal): -1174500 or 1840366. OLE color: 1840366.

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

Color convert

RGB 238 20 28 -
CMYK 0 0.92 0.88 0.07
HSL 357.8º 0.87% 0.51% -
HSV(B) 357.8º 0.92% 0.93% -
XYZ 35.72 18.76 2.84 -
YUV 86.09 95.22 236.35 -
System Red Green Blue C M Y K H S L
Decimal 238 20 28 0 0.92 0.88 0.07 357.8 0.87 0.51
Hex EE 14 1C 0 5C 58 7 166 57 33
Octal 356 24 34 0 134 130 7 546 127 63
Binary 11101110 10100 11100 0 1011100 1011000 111 101100110 1010111 110011

Color Harmonies of #EE141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE141C

Black with #EE141C

Text Example


Text Example

White with #EE141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE141C; }

 p { color: rgb(238,20,28); }

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

background-color css

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

 a { background-color: rgb(238,20,28); }

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

border-color css

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

 span { border-color: rgb(238,20,28); }

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