Html Css Color HEX #EE0E1D Torch Red

📋 copy color: '#EE0E1D'

red 238 ◦ green 14 ◦ blue 29

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

Shades of Torch Red #EE0E1D

Tints of Torch Red #EE0E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.98%

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

R = 84.7%
G = 4.98%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE0E1D (or 0xEE0E1D) is known color: Torch Red. HEX triplet: EE, 0E and 1D. RGB value is (238,14,29). Sum of RGB (Red+Green+Blue) = 238+14+29=281 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.70% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0E1D is #11F1E2. Grayscale: #525252. Windows color (decimal): -1176035 or 1904366. OLE color: 1904366.

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

Color convert

RGB 238 14 29 -
CMYK 0 0.94 0.88 0.07
HSL 355.98º 0.89% 0.49% -
HSV(B) 355.98º 0.94% 0.93% -
XYZ 35.64 18.58 2.87 -
YUV 82.69 97.71 238.78 -
System Red Green Blue C M Y K H S L
Decimal 238 14 29 0 0.94 0.88 0.07 355.98 0.89 0.49
Hex EE E 1D 0 5E 58 7 164 59 31
Octal 356 16 35 0 136 130 7 544 131 61
Binary 11101110 1110 11101 0 1011110 1011000 111 101100100 1011001 110001

Color Harmonies of #EE0E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0E1D

Black with #EE0E1D

Text Example


Text Example

White with #EE0E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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