Html Css Color HEX #D80709 Venetian Red

📋 copy color: '#D80709'

red 216 ◦ green 7 ◦ blue 9

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

Shades of Venetian Red #D80709

Tints of Venetian Red #D80709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.02%

 BLUE value IS 9 (3.91% from 255) = 3.88%

R = 93.1%
G = 3.02%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D80709 (or 0xD80709) is known color: Venetian Red. HEX triplet: D8, 07 and 09. RGB value is (216,7,9). Sum of RGB (Red+Green+Blue) = 216+7+9=232 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.10% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 216 - color contains mainly: red. Hex color #D80709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80709 is #27F8F6. Grayscale: #454545. Windows color (decimal): -2619639 or 591832. OLE color: 591832.

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

Color convert

RGB 216 7 9 -
CMYK 0 0.97 0.96 0.15
HSL 359.43º 0.94% 0.44% -
HSV(B) 359.43º 0.97% 0.85% -
XYZ 28.44 14.77 1.61 -
YUV 69.72 93.74 232.34 -
System Red Green Blue C M Y K H S L
Decimal 216 7 9 0 0.97 0.96 0.15 359.43 0.94 0.44
Hex D8 7 9 0 61 60 F 167 5E 2C
Octal 330 7 11 0 141 140 17 547 136 54
Binary 11011000 111 1001 0 1100001 1100000 1111 101100111 1011110 101100

Color Harmonies of #D80709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80709

Black with #D80709

Text Example


Text Example

White with #D80709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80709; }

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

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

background-color css

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

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

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

border-color css

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

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

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