Html Css Color HEX #EE0A1D Torch Red

📋 copy color: '#EE0A1D'

red 238 ◦ green 10 ◦ blue 29

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

Shades of Torch Red #EE0A1D

Tints of Torch Red #EE0A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.61%

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

R = 85.92%
G = 3.61%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE0A1D (or 0xEE0A1D) is known color: Torch Red. HEX triplet: EE, 0A and 1D. RGB value is (238,10,29). Sum of RGB (Red+Green+Blue) = 238+10+29=277 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.92% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A1D is #11F5E2. Grayscale: #505050. Windows color (decimal): -1177059 or 1903342. OLE color: 1903342.

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

Color convert

RGB 238 10 29 -
CMYK 0 0.96 0.88 0.07
HSL 355º 0.92% 0.49% -
HSV(B) 355º 0.96% 0.93% -
XYZ 35.59 18.48 2.85 -
YUV 80.34 99.04 240.46 -
System Red Green Blue C M Y K H S L
Decimal 238 10 29 0 0.96 0.88 0.07 355 0.92 0.49
Hex EE A 1D 0 60 58 7 163 5C 31
Octal 356 12 35 0 140 130 7 543 134 61
Binary 11101110 1010 11101 0 1100000 1011000 111 101100011 1011100 110001

Color Harmonies of #EE0A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A1D

Black with #EE0A1D

Text Example


Text Example

White with #EE0A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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