Html Css Color HEX #D10809 Venetian Red

📋 copy color: '#D10809'

red 209 ◦ green 8 ◦ blue 9

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

Shades of Venetian Red #D10809

Tints of Venetian Red #D10809

RGB

 RED value IS 209 (82.03% from 255) = 92.48%

 GREEN value IS 8 (3.52% from 255) = 3.54%

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

R = 92.48%
G = 3.54%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D10809 (or 0xD10809) is known color: Venetian Red. HEX triplet: D1, 08 and 09. RGB value is (209,8,9). Sum of RGB (Red+Green+Blue) = 209+8+9=226 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.48% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 209 - color contains mainly: red. Hex color #D10809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10809 is #2EF7F6. Grayscale: #444444. Windows color (decimal): -3078135 or 592081. OLE color: 592081.

HSL color Cylindrical-coordinate representation of color #D10809: hue angle of 359.7º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10809 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 8 9 -
CMYK 0 0.96 0.96 0.18
HSL 359.7º 0.93% 0.43% -
HSV(B) 359.7º 0.96% 0.82% -
XYZ 26.43 13.75 1.52 -
YUV 68.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 209 8 9 0 0.96 0.96 0.18 359.7 0.93 0.43
Hex D1 8 9 0 60 60 12 168 5D 2B
Octal 321 10 11 0 140 140 22 550 135 53
Binary 11010001 1000 1001 0 1100000 1100000 10010 101101000 1011101 101011

Color Harmonies of #D10809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10809

Black with #D10809

Text Example


Text Example

White with #D10809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10809; }

 p { color: rgb(209,8,9); }

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

background-color css

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

 a { background-color: rgb(209,8,9); }

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

border-color css

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

 span { border-color: rgb(209,8,9); }

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