Html Css Color HEX #EE141F Torch Red

📋 copy color: '#EE141F'

red 238 ◦ green 20 ◦ blue 31

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

Shades of Torch Red #EE141F

Tints of Torch Red #EE141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 82.35%
G = 6.92%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE141F (or 0xEE141F) is known color: Torch Red. HEX triplet: EE, 14 and 1F. RGB value is (238,20,31). Sum of RGB (Red+Green+Blue) = 238+20+31=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE141F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE141F is #11EBE0. Grayscale: #565656. Windows color (decimal): -1174497 or 2036974. OLE color: 2036974.

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

Color convert

RGB 238 20 31 -
CMYK 0 0.92 0.87 0.07
HSL 356.97º 0.87% 0.51% -
HSV(B) 356.97º 0.92% 0.93% -
XYZ 35.76 18.78 3.04 -
YUV 86.44 96.72 236.11 -
System Red Green Blue C M Y K H S L
Decimal 238 20 31 0 0.92 0.87 0.07 356.97 0.87 0.51
Hex EE 14 1F 0 5C 57 7 165 57 33
Octal 356 24 37 0 134 127 7 545 127 63
Binary 11101110 10100 11111 0 1011100 1010111 111 101100101 1010111 110011

Color Harmonies of #EE141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE141F

Black with #EE141F

Text Example


Text Example

White with #EE141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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