Html Css Color HEX #E80213 Venetian Red

📋 copy color: '#E80213'

red 232 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #E80213

Tints of Venetian Red #E80213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 91.7%
G = 0.79%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E80213 (or 0xE80213) is known color: Venetian Red. HEX triplet: E8, 02 and 13. RGB value is (232,2,19). Sum of RGB (Red+Green+Blue) = 232+2+19=253 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.70% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 232 - color contains mainly: red. Hex color #E80213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80213 is #17FDEC. Grayscale: #484848. Windows color (decimal): -1572333 or 1245928. OLE color: 1245928.

HSL color Cylindrical-coordinate representation of color #E80213: hue angle of 355.57º degrees, saturation: 0.98, 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 #E80213 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 2 19 -
CMYK 0 0.99 0.92 0.09
HSL 355.57º 0.98% 0.46% -
HSV(B) 355.57º 0.99% 0.91% -
XYZ 33.42 17.25 2.18 -
YUV 72.71 97.7 241.62 -
System Red Green Blue C M Y K H S L
Decimal 232 2 19 0 0.99 0.92 0.09 355.57 0.98 0.46
Hex E8 2 13 0 63 5C 9 164 62 2E
Octal 350 2 23 0 143 134 11 544 142 56
Binary 11101000 10 10011 0 1100011 1011100 1001 101100100 1100010 101110

Color Harmonies of #E80213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80213

Black with #E80213

Text Example


Text Example

White with #E80213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80213; }

 p { color: rgb(232,2,19); }

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

background-color css

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

 a { background-color: rgb(232,2,19); }

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

border-color css

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

 span { border-color: rgb(232,2,19); }

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