Html Css Color HEX #E80613 Venetian Red

📋 copy color: '#E80613'

red 232 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #E80613

Tints of Venetian Red #E80613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 90.27%
G = 2.33%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E80613 (or 0xE80613) is known color: Venetian Red. HEX triplet: E8, 06 and 13. RGB value is (232,6,19). Sum of RGB (Red+Green+Blue) = 232+6+19=257 (34% of max value = 765). Red value is 232 (91.02% from 255 or 90.27% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 232 - color contains mainly: red. Hex color #E80613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80613 is #17F9EC. Grayscale: #4B4B4B. Windows color (decimal): -1571309 or 1246952. OLE color: 1246952.

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

Color convert

RGB 232 6 19 -
CMYK 0 0.97 0.92 0.09
HSL 356.55º 0.95% 0.47% -
HSV(B) 356.55º 0.97% 0.91% -
XYZ 33.46 17.33 2.2 -
YUV 75.06 96.37 239.94 -
System Red Green Blue C M Y K H S L
Decimal 232 6 19 0 0.97 0.92 0.09 356.55 0.95 0.47
Hex E8 6 13 0 61 5C 9 165 5F 2F
Octal 350 6 23 0 141 134 11 545 137 57
Binary 11101000 110 10011 0 1100001 1011100 1001 101100101 1011111 101111

Color Harmonies of #E80613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80613

Black with #E80613

Text Example


Text Example

White with #E80613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80613; }

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

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

background-color css

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

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

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

border-color css

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

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

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