Html Css Color HEX #E50007 Venetian Red

📋 copy color: '#E50007'

red 229 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #E50007

Tints of Venetian Red #E50007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 97.03%
G = 0%
B = 2.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E50007 (or 0xE50007) is known color: Venetian Red. HEX triplet: E5, 00 and 07. RGB value is (229,0,7). Sum of RGB (Red+Green+Blue) = 229+0+7=236 (31% of max value = 765). Red value is 229 (89.84% from 255 or 97.03% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 229 - color contains mainly: red. Hex color #E50007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50007 is #1AFFF8. Grayscale: #454545. Windows color (decimal): -1769465 or 458981. OLE color: 458981.

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

Color convert

RGB 229 0 7 -
CMYK 0 1 0.97 0.10
HSL 358.17º 1% 0.45% -
HSV(B) 358.17º 1% 0.9% -
XYZ 32.35 16.67 1.71 -
YUV 69.27 92.87 241.93 -
System Red Green Blue C M Y K H S L
Decimal 229 0 7 0 1 0.97 0.10 358.17 1 0.45
Hex E5 0 7 0 64 61 A 166 64 2D
Octal 345 0 7 0 144 141 12 546 144 55
Binary 11100101 0 111 0 1100100 1100001 1010 101100110 1100100 101101

Color Harmonies of #E50007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50007

Black with #E50007

Text Example


Text Example

White with #E50007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50007; }

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

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

background-color css

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

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

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

border-color css

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

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

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