Html Css Color HEX #E80217 Venetian Red

📋 copy color: '#E80217'

red 232 ◦ green 2 ◦ blue 23

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

Shades of Venetian Red #E80217

Tints of Venetian Red #E80217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.95%

R = 90.27%
G = 0.78%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E80217 (or 0xE80217) is known color: Venetian Red. HEX triplet: E8, 02 and 17. RGB value is (232,2,23). Sum of RGB (Red+Green+Blue) = 232+2+23=257 (34% of max value = 765). Red value is 232 (91.02% from 255 or 90.27% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 232 - color contains mainly: red. Hex color #E80217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80217 is #17FDE8. Grayscale: #494949. Windows color (decimal): -1572329 or 1508072. OLE color: 1508072.

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

Color convert

RGB 232 2 23 -
CMYK 0 0.99 0.90 0.09
HSL 354.52º 0.98% 0.46% -
HSV(B) 354.52º 0.99% 0.91% -
XYZ 33.46 17.26 2.38 -
YUV 73.16 99.7 241.29 -
System Red Green Blue C M Y K H S L
Decimal 232 2 23 0 0.99 0.90 0.09 354.52 0.98 0.46
Hex E8 2 17 0 63 5A 9 163 62 2E
Octal 350 2 27 0 143 132 11 543 142 56
Binary 11101000 10 10111 0 1100011 1011010 1001 101100011 1100010 101110

Color Harmonies of #E80217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80217

Black with #E80217

Text Example


Text Example

White with #E80217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80217; }

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

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

background-color css

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

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

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

border-color css

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

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

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