Html Css Color HEX #EE0329 Torch Red

📋 copy color: '#EE0329'

red 238 ◦ green 3 ◦ blue 41

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

Shades of Torch Red #EE0329

Tints of Torch Red #EE0329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 84.4%
G = 1.06%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EE0329 (or 0xEE0329) is known color: Torch Red. HEX triplet: EE, 03 and 29. RGB value is (238,3,41). Sum of RGB (Red+Green+Blue) = 238+3+41=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0329 is #11FCD6. Grayscale: #4D4D4D. Windows color (decimal): -1178839 or 2687982. OLE color: 2687982.

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

Color convert

RGB 238 3 41 -
CMYK 0 0.99 0.83 0.07
HSL 350.3º 0.98% 0.47% -
HSV(B) 350.3º 0.99% 0.93% -
XYZ 35.69 18.4 3.77 -
YUV 77.6 107.36 242.41 -
System Red Green Blue C M Y K H S L
Decimal 238 3 41 0 0.99 0.83 0.07 350.3 0.98 0.47
Hex EE 3 29 0 63 53 7 15E 62 2F
Octal 356 3 51 0 143 123 7 536 142 57
Binary 11101110 11 101001 0 1100011 1010011 111 101011110 1100010 101111

Color Harmonies of #EE0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0329

Black with #EE0329

Text Example


Text Example

White with #EE0329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0329; }

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

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

background-color css

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

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

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

border-color css

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

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

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