Html Css Color HEX #D80914 Venetian Red

📋 copy color: '#D80914'

red 216 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #D80914

Tints of Venetian Red #D80914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 88.16%
G = 3.67%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D80914 (or 0xD80914) is known color: Venetian Red. HEX triplet: D8, 09 and 14. RGB value is (216,9,20). Sum of RGB (Red+Green+Blue) = 216+9+20=245 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.16% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 216 - color contains mainly: red. Hex color #D80914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80914 is #27F6EB. Grayscale: #484848. Windows color (decimal): -2619116 or 1313240. OLE color: 1313240.

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

Color convert

RGB 216 9 20 -
CMYK 0 0.96 0.91 0.15
HSL 356.81º 0.92% 0.44% -
HSV(B) 356.81º 0.96% 0.85% -
XYZ 28.54 14.84 2.02 -
YUV 72.15 98.58 230.61 -
System Red Green Blue C M Y K H S L
Decimal 216 9 20 0 0.96 0.91 0.15 356.81 0.92 0.44
Hex D8 9 14 0 60 5B F 165 5C 2C
Octal 330 11 24 0 140 133 17 545 134 54
Binary 11011000 1001 10100 0 1100000 1011011 1111 101100101 1011100 101100

Color Harmonies of #D80914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80914

Black with #D80914

Text Example


Text Example

White with #D80914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80914; }

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

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

background-color css

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

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

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

border-color css

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

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

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