Html Css Color HEX #D80209 Venetian Red

📋 copy color: '#D80209'

red 216 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #D80209

Tints of Venetian Red #D80209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 95.15%
G = 0.88%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D80209 (or 0xD80209) is known color: Venetian Red. HEX triplet: D8, 02 and 09. RGB value is (216,2,9). Sum of RGB (Red+Green+Blue) = 216+2+9=227 (30% of max value = 765). Red value is 216 (84.77% from 255 or 95.15% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 216 - color contains mainly: red. Hex color #D80209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80209 is #27FDF6. Grayscale: #424242. Windows color (decimal): -2620919 or 590552. OLE color: 590552.

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

Color convert

RGB 216 2 9 -
CMYK 0 0.99 0.96 0.15
HSL 358.04º 0.98% 0.43% -
HSV(B) 358.04º 0.99% 0.85% -
XYZ 28.39 14.66 1.59 -
YUV 66.78 95.4 234.43 -
System Red Green Blue C M Y K H S L
Decimal 216 2 9 0 0.99 0.96 0.15 358.04 0.98 0.43
Hex D8 2 9 0 63 60 F 166 62 2B
Octal 330 2 11 0 143 140 17 546 142 53
Binary 11011000 10 1001 0 1100011 1100000 1111 101100110 1100010 101011

Color Harmonies of #D80209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80209

Black with #D80209

Text Example


Text Example

White with #D80209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80209; }

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

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

background-color css

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

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

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

border-color css

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

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

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