Html Css Color HEX #E50706 Red

📋 copy color: '#E50706'

red 229 ◦ green 7 ◦ blue 6

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

Shades of Red #E50706

Tints of Red #E50706

RGB

 RED value IS 229 (89.84% from 255) = 94.63%

 GREEN value IS 7 (3.13% from 255) = 2.89%

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 94.63%
G = 2.89%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E50706 (or 0xE50706) is known color: Red. HEX triplet: E5, 07 and 06. RGB value is (229,7,6). Sum of RGB (Red+Green+Blue) = 229+7+6=242 (32% of max value = 765). Red value is 229 (89.84% from 255 or 94.63% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 229 - color contains mainly: red. Hex color #E50706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50706 is #1AF8F9. Grayscale: #494949. Windows color (decimal): -1767674 or 395237. OLE color: 395237.

HSL color Cylindrical-coordinate representation of color #E50706: hue angle of 0.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50706 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 7 6 -
CMYK 0 0.97 0.97 0.10
HSL 0.27º 0.95% 0.46% -
HSV(B) 0.27º 0.97% 0.9% -
XYZ 32.42 16.82 1.71 -
YUV 73.26 90.05 239.08 -
System Red Green Blue C M Y K H S L
Decimal 229 7 6 0 0.97 0.97 0.10 0.27 0.95 0.46
Hex E5 7 6 0 61 61 A 0 5F 2E
Octal 345 7 6 0 141 141 12 0 137 56
Binary 11100101 111 110 0 1100001 1100001 1010 0 1011111 101110

Color Harmonies of #E50706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50706

Black with #E50706

Text Example


Text Example

White with #E50706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50706; }

 p { color: rgb(229,7,6); }

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

background-color css

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

 a { background-color: rgb(229,7,6); }

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

border-color css

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

 span { border-color: rgb(229,7,6); }

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