Html Css Color HEX #D80609 Venetian Red

📋 copy color: '#D80609'

red 216 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #D80609

Tints of Venetian Red #D80609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

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

R = 93.51%
G = 2.6%
B = 3.9%

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

#D80609 (or 0xD80609) is known color: Venetian Red. HEX triplet: D8, 06 and 09. RGB value is (216,6,9). Sum of RGB (Red+Green+Blue) = 216+6+9=231 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.51% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 216 - color contains mainly: red. Hex color #D80609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80609 is #27F9F6. Grayscale: #454545. Windows color (decimal): -2619895 or 591576. OLE color: 591576.

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

Color convert

RGB 216 6 9 -
CMYK 0 0.97 0.96 0.15
HSL 359.14º 0.95% 0.44% -
HSV(B) 359.14º 0.97% 0.85% -
XYZ 28.43 14.75 1.61 -
YUV 69.13 94.07 232.76 -
System Red Green Blue C M Y K H S L
Decimal 216 6 9 0 0.97 0.96 0.15 359.14 0.95 0.44
Hex D8 6 9 0 61 60 F 167 5F 2C
Octal 330 6 11 0 141 140 17 547 137 54
Binary 11011000 110 1001 0 1100001 1100000 1111 101100111 1011111 101100

Color Harmonies of #D80609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80609

Black with #D80609

Text Example


Text Example

White with #D80609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80609; }

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

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

background-color css

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

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

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

border-color css

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

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

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