Html Css Color HEX #E80304 Venetian Red

📋 copy color: '#E80304'

red 232 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #E80304

Tints of Venetian Red #E80304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 97.07%
G = 1.26%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E80304 (or 0xE80304) is known color: Venetian Red. HEX triplet: E8, 03 and 04. RGB value is (232,3,4). Sum of RGB (Red+Green+Blue) = 232+3+4=239 (31% of max value = 765). Red value is 232 (91.02% from 255 or 97.07% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 232 - color contains mainly: red. Hex color #E80304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80304 is #17FCFB. Grayscale: #474747. Windows color (decimal): -1572092 or 263144. OLE color: 263144.

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

Color convert

RGB 232 3 4 -
CMYK 0 0.99 0.98 0.09
HSL 359.74º 0.97% 0.46% -
HSV(B) 359.74º 0.99% 0.91% -
XYZ 33.33 17.23 1.68 -
YUV 71.59 89.87 242.42 -
System Red Green Blue C M Y K H S L
Decimal 232 3 4 0 0.99 0.98 0.09 359.74 0.97 0.46
Hex E8 3 4 0 63 62 9 168 61 2E
Octal 350 3 4 0 143 142 11 550 141 56
Binary 11101000 11 100 0 1100011 1100010 1001 101101000 1100001 101110

Color Harmonies of #E80304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80304

Black with #E80304

Text Example


Text Example

White with #E80304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80304; }

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

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

background-color css

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

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

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

border-color css

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

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

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