Html Css Color HEX #E50003 Venetian Red

📋 copy color: '#E50003'

red 229 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #E50003

Tints of Venetian Red #E50003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 98.71%
G = 0%
B = 1.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E50003 (or 0xE50003) is known color: Venetian Red. HEX triplet: E5, 00 and 03. RGB value is (229,0,3). Sum of RGB (Red+Green+Blue) = 229+0+3=232 (30% of max value = 765). Red value is 229 (89.84% from 255 or 98.71% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 229 - color contains mainly: red. Hex color #E50003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50003 is #1AFFFC. Grayscale: #454545. Windows color (decimal): -1769469 or 196837. OLE color: 196837.

HSL color Cylindrical-coordinate representation of color #E50003: hue angle of 359.21º 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 #E50003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 0 3 -
CMYK 0 1 0.99 0.10
HSL 359.21º 1% 0.45% -
HSV(B) 359.21º 1% 0.9% -
XYZ 32.33 16.66 1.6 -
YUV 68.81 90.87 242.26 -
System Red Green Blue C M Y K H S L
Decimal 229 0 3 0 1 0.99 0.10 359.21 1 0.45
Hex E5 0 3 0 64 63 A 167 64 2D
Octal 345 0 3 0 144 143 12 547 144 55
Binary 11100101 0 11 0 1100100 1100011 1010 101100111 1100100 101101

Color Harmonies of #E50003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50003

Black with #E50003

Text Example


Text Example

White with #E50003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50003; }

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

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

background-color css

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

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

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

border-color css

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

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

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