Html Css Color HEX #E80316 Venetian Red

📋 copy color: '#E80316'

red 232 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #E80316

Tints of Venetian Red #E80316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 90.27%
G = 1.17%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E80316 (or 0xE80316) is known color: Venetian Red. HEX triplet: E8, 03 and 16. RGB value is (232,3,22). Sum of RGB (Red+Green+Blue) = 232+3+22=257 (34% of max value = 765). Red value is 232 (91.02% from 255 or 90.27% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 232 - color contains mainly: red. Hex color #E80316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80316 is #17FCE9. Grayscale: #494949. Windows color (decimal): -1572074 or 1442792. OLE color: 1442792.

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

Color convert

RGB 232 3 22 -
CMYK 0 0.99 0.91 0.09
HSL 355.02º 0.97% 0.46% -
HSV(B) 355.02º 0.99% 0.91% -
XYZ 33.46 17.28 2.33 -
YUV 73.64 98.87 240.96 -
System Red Green Blue C M Y K H S L
Decimal 232 3 22 0 0.99 0.91 0.09 355.02 0.97 0.46
Hex E8 3 16 0 63 5B 9 163 61 2E
Octal 350 3 26 0 143 133 11 543 141 56
Binary 11101000 11 10110 0 1100011 1011011 1001 101100011 1100001 101110

Color Harmonies of #E80316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80316

Black with #E80316

Text Example


Text Example

White with #E80316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80316; }

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

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

background-color css

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

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

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

border-color css

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

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

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