Html Css Color HEX #D80919 Venetian Red

📋 copy color: '#D80919'

red 216 ◦ green 9 ◦ blue 25

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

Shades of Venetian Red #D80919

Tints of Venetian Red #D80919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10%

R = 86.4%
G = 3.6%
B = 10%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D80919 (or 0xD80919) is known color: Venetian Red. HEX triplet: D8, 09 and 19. RGB value is (216,9,25). Sum of RGB (Red+Green+Blue) = 216+9+25=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D80919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80919 is #27F6E6. Grayscale: #484848. Windows color (decimal): -2619111 or 1640920. OLE color: 1640920.

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

Color convert

RGB 216 9 25 -
CMYK 0 0.96 0.88 0.15
HSL 355.36º 0.92% 0.44% -
HSV(B) 355.36º 0.96% 0.85% -
XYZ 28.59 14.86 2.28 -
YUV 72.72 101.08 230.2 -
System Red Green Blue C M Y K H S L
Decimal 216 9 25 0 0.96 0.88 0.15 355.36 0.92 0.44
Hex D8 9 19 0 60 58 F 163 5C 2C
Octal 330 11 31 0 140 130 17 543 134 54
Binary 11011000 1001 11001 0 1100000 1011000 1111 101100011 1011100 101100

Color Harmonies of #D80919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80919

Black with #D80919

Text Example


Text Example

White with #D80919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80919; }

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

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

background-color css

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

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

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

border-color css

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

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

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