Html Css Color HEX #E80003 Venetian Red

📋 copy color: '#E80003'

red 232 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #E80003

Tints of Venetian Red #E80003

RGB

 RED value IS 232 (91.02% from 255) = 98.72%

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

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

R = 98.72%
G = 0%
B = 1.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E80003 (or 0xE80003) is known color: Venetian Red. HEX triplet: E8, 00 and 03. RGB value is (232,0,3). Sum of RGB (Red+Green+Blue) = 232+0+3=235 (31% of max value = 765). Red value is 232 (91.02% from 255 or 98.72% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 232 - color contains mainly: red. Hex color #E80003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80003 is #17FFFC. Grayscale: #454545. Windows color (decimal): -1572861 or 196840. OLE color: 196840.

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

Color convert

RGB 232 0 3 -
CMYK 0 1 0.99 0.09
HSL 359.22º 1% 0.45% -
HSV(B) 359.22º 1% 0.91% -
XYZ 33.3 17.16 1.64 -
YUV 69.71 90.36 243.76 -
System Red Green Blue C M Y K H S L
Decimal 232 0 3 0 1 0.99 0.09 359.22 1 0.45
Hex E8 0 3 0 64 63 9 167 64 2D
Octal 350 0 3 0 144 143 11 547 144 55
Binary 11101000 0 11 0 1100100 1100011 1001 101100111 1100100 101101

Color Harmonies of #E80003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80003

Black with #E80003

Text Example


Text Example

White with #E80003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80003; }

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

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

background-color css

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

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

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

border-color css

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

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

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