Html Css Color HEX #E80313 Venetian Red

📋 copy color: '#E80313'

red 232 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #E80313

Tints of Venetian Red #E80313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 91.34%
G = 1.18%
B = 7.48%

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

#E80313 (or 0xE80313) is known color: Venetian Red. HEX triplet: E8, 03 and 13. RGB value is (232,3,19). Sum of RGB (Red+Green+Blue) = 232+3+19=254 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.34% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 232 - color contains mainly: red. Hex color #E80313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80313 is #17FCEC. Grayscale: #494949. Windows color (decimal): -1572077 or 1246184. OLE color: 1246184.

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

Color convert

RGB 232 3 19 -
CMYK 0 0.99 0.92 0.09
HSL 355.81º 0.97% 0.46% -
HSV(B) 355.81º 0.99% 0.91% -
XYZ 33.43 17.27 2.19 -
YUV 73.3 97.37 241.2 -
System Red Green Blue C M Y K H S L
Decimal 232 3 19 0 0.99 0.92 0.09 355.81 0.97 0.46
Hex E8 3 13 0 63 5C 9 164 61 2E
Octal 350 3 23 0 143 134 11 544 141 56
Binary 11101000 11 10011 0 1100011 1011100 1001 101100100 1100001 101110

Color Harmonies of #E80313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80313

Black with #E80313

Text Example


Text Example

White with #E80313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80313; }

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

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

background-color css

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

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

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

border-color css

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

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

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