Html Css Color HEX #EE0829 Torch Red

📋 copy color: '#EE0829'

red 238 ◦ green 8 ◦ blue 41

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

Shades of Torch Red #EE0829

Tints of Torch Red #EE0829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.79%

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 82.93%
G = 2.79%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EE0829 (or 0xEE0829) is known color: Torch Red. HEX triplet: EE, 08 and 29. RGB value is (238,8,41). Sum of RGB (Red+Green+Blue) = 238+8+41=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0829 is #11F7D6. Grayscale: #505050. Windows color (decimal): -1177559 or 2689262. OLE color: 2689262.

HSL color Cylindrical-coordinate representation of color #EE0829: hue angle of 351.39º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0829 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 8 41 -
CMYK 0 0.97 0.83 0.07
HSL 351.39º 0.93% 0.48% -
HSV(B) 351.39º 0.97% 0.93% -
XYZ 35.75 18.51 3.79 -
YUV 80.53 105.7 240.32 -
System Red Green Blue C M Y K H S L
Decimal 238 8 41 0 0.97 0.83 0.07 351.39 0.93 0.48
Hex EE 8 29 0 61 53 7 15F 5D 30
Octal 356 10 51 0 141 123 7 537 135 60
Binary 11101110 1000 101001 0 1100001 1010011 111 101011111 1011101 110000

Color Harmonies of #EE0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0829

Black with #EE0829

Text Example


Text Example

White with #EE0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0829; }

 p { color: rgb(238,8,41); }

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

background-color css

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

 a { background-color: rgb(238,8,41); }

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

border-color css

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

 span { border-color: rgb(238,8,41); }

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