Html Css Color HEX #E80212 Venetian Red

📋 copy color: '#E80212'

red 232 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #E80212

Tints of Venetian Red #E80212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 92.06%
G = 0.79%
B = 7.14%

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

#E80212 (or 0xE80212) is known color: Venetian Red. HEX triplet: E8, 02 and 12. RGB value is (232,2,18). Sum of RGB (Red+Green+Blue) = 232+2+18=252 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.06% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 232 - color contains mainly: red. Hex color #E80212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80212 is #17FDED. Grayscale: #484848. Windows color (decimal): -1572334 or 1180392. OLE color: 1180392.

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

Color convert

RGB 232 2 18 -
CMYK 0 0.99 0.92 0.09
HSL 355.83º 0.98% 0.46% -
HSV(B) 355.83º 0.99% 0.91% -
XYZ 33.41 17.24 2.14 -
YUV 72.59 97.2 241.7 -
System Red Green Blue C M Y K H S L
Decimal 232 2 18 0 0.99 0.92 0.09 355.83 0.98 0.46
Hex E8 2 12 0 63 5C 9 164 62 2E
Octal 350 2 22 0 143 134 11 544 142 56
Binary 11101000 10 10010 0 1100011 1011100 1001 101100100 1100010 101110

Color Harmonies of #E80212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80212

Black with #E80212

Text Example


Text Example

White with #E80212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80212; }

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

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

background-color css

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

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

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

border-color css

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

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

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