Html Css Color HEX #EE0446 Torch Red

📋 copy color: '#EE0446'

red 238 ◦ green 4 ◦ blue 70

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

Shades of Torch Red #EE0446

Tints of Torch Red #EE0446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

 BLUE value IS 70 (27.73% from 255) = 22.44%

R = 76.28%
G = 1.28%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE0446 (or 0xEE0446) is known color: Torch Red. HEX triplet: EE, 04 and 46. RGB value is (238,4,70). Sum of RGB (Red+Green+Blue) = 238+4+70=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0446 is #11FBB9. Grayscale: #515151. Windows color (decimal): -1178554 or 4588782. OLE color: 4588782.

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

Color convert

RGB 238 4 70 -
CMYK 0 0.98 0.71 0.07
HSL 343.08º 0.97% 0.47% -
HSV(B) 343.08º 0.98% 0.93% -
XYZ 36.41 18.71 7.49 -
YUV 81.49 121.52 239.63 -
System Red Green Blue C M Y K H S L
Decimal 238 4 70 0 0.98 0.71 0.07 343.08 0.97 0.47
Hex EE 4 46 0 62 47 7 157 61 2F
Octal 356 4 106 0 142 107 7 527 141 57
Binary 11101110 100 1000110 0 1100010 1000111 111 101010111 1100001 101111

Color Harmonies of #EE0446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0446

Black with #EE0446

Text Example


Text Example

White with #EE0446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0446; }

 p { color: rgb(238,4,70); }

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

background-color css

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

 a { background-color: rgb(238,4,70); }

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

border-color css

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

 span { border-color: rgb(238,4,70); }

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