Html Css Color HEX #E80411 Venetian Red

📋 copy color: '#E80411'

red 232 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #E80411

Tints of Venetian Red #E80411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.58%

 BLUE value IS 17 (7.03% from 255) = 6.72%

R = 91.7%
G = 1.58%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E80411 (or 0xE80411) is known color: Venetian Red. HEX triplet: E8, 04 and 11. RGB value is (232,4,17). Sum of RGB (Red+Green+Blue) = 232+4+17=253 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.70% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 232 - color contains mainly: red. Hex color #E80411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80411 is #17FBEE. Grayscale: #494949. Windows color (decimal): -1571823 or 1115368. OLE color: 1115368.

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

Color convert

RGB 232 4 17 -
CMYK 0 0.98 0.93 0.09
HSL 356.58º 0.97% 0.46% -
HSV(B) 356.58º 0.98% 0.91% -
XYZ 33.42 17.28 2.1 -
YUV 73.65 96.04 240.94 -
System Red Green Blue C M Y K H S L
Decimal 232 4 17 0 0.98 0.93 0.09 356.58 0.97 0.46
Hex E8 4 11 0 62 5D 9 165 61 2E
Octal 350 4 21 0 142 135 11 545 141 56
Binary 11101000 100 10001 0 1100010 1011101 1001 101100101 1100001 101110

Color Harmonies of #E80411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80411

Black with #E80411

Text Example


Text Example

White with #E80411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80411; }

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

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

background-color css

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

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

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

border-color css

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

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

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