Html Css Color HEX #EE151F Torch Red

📋 copy color: '#EE151F'

red 238 ◦ green 21 ◦ blue 31

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

Shades of Torch Red #EE151F

Tints of Torch Red #EE151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

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

R = 82.07%
G = 7.24%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE151F (or 0xEE151F) is known color: Torch Red. HEX triplet: EE, 15 and 1F. RGB value is (238,21,31). Sum of RGB (Red+Green+Blue) = 238+21+31=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE151F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE151F is #11EAE0. Grayscale: #575757. Windows color (decimal): -1174241 or 2037230. OLE color: 2037230.

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

Color convert

RGB 238 21 31 -
CMYK 0 0.91 0.87 0.07
HSL 357.24º 0.86% 0.51% -
HSV(B) 357.24º 0.91% 0.93% -
XYZ 35.78 18.81 3.04 -
YUV 87.02 96.39 235.69 -
System Red Green Blue C M Y K H S L
Decimal 238 21 31 0 0.91 0.87 0.07 357.24 0.86 0.51
Hex EE 15 1F 0 5B 57 7 165 56 33
Octal 356 25 37 0 133 127 7 545 126 63
Binary 11101110 10101 11111 0 1011011 1010111 111 101100101 1010110 110011

Color Harmonies of #EE151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE151F

Black with #EE151F

Text Example


Text Example

White with #EE151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE151F; }

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

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

background-color css

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

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

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

border-color css

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

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

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