Html Css Color HEX #E80910 Venetian Red

📋 copy color: '#E80910'

red 232 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #E80910

Tints of Venetian Red #E80910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.5%

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 90.27%
G = 3.5%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E80910 (or 0xE80910) is known color: Venetian Red. HEX triplet: E8, 09 and 10. RGB value is (232,9,16). Sum of RGB (Red+Green+Blue) = 232+9+16=257 (34% of max value = 765). Red value is 232 (91.02% from 255 or 90.27% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 232 - color contains mainly: red. Hex color #E80910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80910 is #17F6EF. Grayscale: #4C4C4C. Windows color (decimal): -1570544 or 1051112. OLE color: 1051112.

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

Color convert

RGB 232 9 16 -
CMYK 0 0.96 0.93 0.09
HSL 358.12º 0.93% 0.47% -
HSV(B) 358.12º 0.96% 0.91% -
XYZ 33.47 17.39 2.08 -
YUV 76.48 93.88 238.93 -
System Red Green Blue C M Y K H S L
Decimal 232 9 16 0 0.96 0.93 0.09 358.12 0.93 0.47
Hex E8 9 10 0 60 5D 9 166 5D 2F
Octal 350 11 20 0 140 135 11 546 135 57
Binary 11101000 1001 10000 0 1100000 1011101 1001 101100110 1011101 101111

Color Harmonies of #E80910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80910

Black with #E80910

Text Example


Text Example

White with #E80910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80910; }

 p { color: rgb(232,9,16); }

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

background-color css

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

 a { background-color: rgb(232,9,16); }

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

border-color css

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

 span { border-color: rgb(232,9,16); }

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