Html Css Color HEX #EE151D Torch Red

📋 copy color: '#EE151D'

red 238 ◦ green 21 ◦ blue 29

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

Shades of Torch Red #EE151D

Tints of Torch Red #EE151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.07%

R = 82.64%
G = 7.29%
B = 10.07%

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

#EE151D (or 0xEE151D) is known color: Torch Red. HEX triplet: EE, 15 and 1D. RGB value is (238,21,29). Sum of RGB (Red+Green+Blue) = 238+21+29=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE151D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE151D is #11EAE2. Grayscale: #565656. Windows color (decimal): -1174243 or 1906158. OLE color: 1906158.

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

Color convert

RGB 238 21 29 -
CMYK 0 0.91 0.88 0.07
HSL 357.79º 0.86% 0.51% -
HSV(B) 357.79º 0.91% 0.93% -
XYZ 35.75 18.8 2.91 -
YUV 86.8 95.39 235.85 -
System Red Green Blue C M Y K H S L
Decimal 238 21 29 0 0.91 0.88 0.07 357.79 0.86 0.51
Hex EE 15 1D 0 5B 58 7 166 56 33
Octal 356 25 35 0 133 130 7 546 126 63
Binary 11101110 10101 11101 0 1011011 1011000 111 101100110 1010110 110011

Color Harmonies of #EE151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE151D

Black with #EE151D

Text Example


Text Example

White with #EE151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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