Html Css Color HEX #EE151C Torch Red

📋 copy color: '#EE151C'

red 238 ◦ green 21 ◦ blue 28

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

Shades of Torch Red #EE151C

Tints of Torch Red #EE151C

RGB

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

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

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

R = 82.93%
G = 7.32%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE151C (or 0xEE151C) is known color: Torch Red. HEX triplet: EE, 15 and 1C. RGB value is (238,21,28). Sum of RGB (Red+Green+Blue) = 238+21+28=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE151C is #11EAE3. Grayscale: #565656. Windows color (decimal): -1174244 or 1840622. OLE color: 1840622.

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

Color convert

RGB 238 21 28 -
CMYK 0 0.91 0.88 0.07
HSL 358.06º 0.86% 0.51% -
HSV(B) 358.06º 0.91% 0.93% -
XYZ 35.74 18.8 2.84 -
YUV 86.68 94.89 235.93 -
System Red Green Blue C M Y K H S L
Decimal 238 21 28 0 0.91 0.88 0.07 358.06 0.86 0.51
Hex EE 15 1C 0 5B 58 7 166 56 33
Octal 356 25 34 0 133 130 7 546 126 63
Binary 11101110 10101 11100 0 1011011 1011000 111 101100110 1010110 110011

Color Harmonies of #EE151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE151C

Black with #EE151C

Text Example


Text Example

White with #EE151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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