Html Css Color HEX #D10709 Venetian Red

📋 copy color: '#D10709'

red 209 ◦ green 7 ◦ blue 9

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

Shades of Venetian Red #D10709

Tints of Venetian Red #D10709

RGB

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

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

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

R = 92.89%
G = 3.11%
B = 4%

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

#D10709 (or 0xD10709) is known color: Venetian Red. HEX triplet: D1, 07 and 09. RGB value is (209,7,9). Sum of RGB (Red+Green+Blue) = 209+7+9=225 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.89% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 209 - color contains mainly: red. Hex color #D10709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10709 is #2EF8F6. Grayscale: #434343. Windows color (decimal): -3078391 or 591825. OLE color: 591825.

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

Color convert

RGB 209 7 9 -
CMYK 0 0.97 0.96 0.18
HSL 359.41º 0.94% 0.42% -
HSV(B) 359.41º 0.97% 0.82% -
XYZ 26.42 13.73 1.52 -
YUV 67.63 94.92 228.84 -
System Red Green Blue C M Y K H S L
Decimal 209 7 9 0 0.97 0.96 0.18 359.41 0.94 0.42
Hex D1 7 9 0 61 60 12 167 5E 2A
Octal 321 7 11 0 141 140 22 547 136 52
Binary 11010001 111 1001 0 1100001 1100000 10010 101100111 1011110 101010

Color Harmonies of #D10709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10709

Black with #D10709

Text Example


Text Example

White with #D10709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10709; }

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

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

background-color css

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

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

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

border-color css

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

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

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