Html Css Color HEX #D80916 Venetian Red

📋 copy color: '#D80916'

red 216 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #D80916

Tints of Venetian Red #D80916

RGB

 RED value IS 216 (84.77% from 255) = 87.45%

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

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

R = 87.45%
G = 3.64%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D80916 (or 0xD80916) is known color: Venetian Red. HEX triplet: D8, 09 and 16. RGB value is (216,9,22). Sum of RGB (Red+Green+Blue) = 216+9+22=247 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.45% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 216 - color contains mainly: red. Hex color #D80916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80916 is #27F6E9. Grayscale: #484848. Windows color (decimal): -2619114 or 1444312. OLE color: 1444312.

HSL color Cylindrical-coordinate representation of color #D80916: hue angle of 356.23º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80916 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 22 -
CMYK 0 0.96 0.90 0.15
HSL 356.23º 0.92% 0.44% -
HSV(B) 356.23º 0.96% 0.85% -
XYZ 28.56 14.85 2.12 -
YUV 72.38 99.58 230.44 -
System Red Green Blue C M Y K H S L
Decimal 216 9 22 0 0.96 0.90 0.15 356.23 0.92 0.44
Hex D8 9 16 0 60 5A F 164 5C 2C
Octal 330 11 26 0 140 132 17 544 134 54
Binary 11011000 1001 10110 0 1100000 1011010 1111 101100100 1011100 101100

Color Harmonies of #D80916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80916

Black with #D80916

Text Example


Text Example

White with #D80916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80916; }

 p { color: rgb(216,9,22); }

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

background-color css

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

 a { background-color: rgb(216,9,22); }

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

border-color css

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

 span { border-color: rgb(216,9,22); }

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