Html Css Color HEX #D10609 Venetian Red

📋 copy color: '#D10609'

red 209 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #D10609

Tints of Venetian Red #D10609

RGB

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

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

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

R = 93.3%
G = 2.68%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D10609 (or 0xD10609) is known color: Venetian Red. HEX triplet: D1, 06 and 09. RGB value is (209,6,9). Sum of RGB (Red+Green+Blue) = 209+6+9=224 (29% of max value = 765). Red value is 209 (82.03% from 255 or 93.30% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 209 - color contains mainly: red. Hex color #D10609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10609 is #2EF9F6. Grayscale: #434343. Windows color (decimal): -3078647 or 591569. OLE color: 591569.

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

Color convert

RGB 209 6 9 -
CMYK 0 0.97 0.96 0.18
HSL 359.11º 0.94% 0.42% -
HSV(B) 359.11º 0.97% 0.82% -
XYZ 26.41 13.71 1.51 -
YUV 67.04 95.25 229.26 -
System Red Green Blue C M Y K H S L
Decimal 209 6 9 0 0.97 0.96 0.18 359.11 0.94 0.42
Hex D1 6 9 0 61 60 12 167 5E 2A
Octal 321 6 11 0 141 140 22 547 136 52
Binary 11010001 110 1001 0 1100001 1100000 10010 101100111 1011110 101010

Color Harmonies of #D10609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10609

Black with #D10609

Text Example


Text Example

White with #D10609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10609; }

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

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

background-color css

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

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

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

border-color css

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

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

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