Html Css Color HEX #D10D16 Venetian Red

📋 copy color: '#D10D16'

red 209 ◦ green 13 ◦ blue 22

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

Shades of Venetian Red #D10D16

Tints of Venetian Red #D10D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.33%

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 85.66%
G = 5.33%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D10D16 (or 0xD10D16) is known color: Venetian Red. HEX triplet: D1, 0D and 16. RGB value is (209,13,22). Sum of RGB (Red+Green+Blue) = 209+13+22=244 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.66% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10D16 is #2EF2E9. Grayscale: #484848. Windows color (decimal): -3076842 or 1445329. OLE color: 1445329.

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

Color convert

RGB 209 13 22 -
CMYK 0 0.94 0.89 0.18
HSL 357.24º 0.88% 0.44% -
HSV(B) 357.24º 0.94% 0.82% -
XYZ 26.58 13.9 2.04 -
YUV 72.63 99.43 225.27 -
System Red Green Blue C M Y K H S L
Decimal 209 13 22 0 0.94 0.89 0.18 357.24 0.88 0.44
Hex D1 D 16 0 5E 59 12 165 58 2C
Octal 321 15 26 0 136 131 22 545 130 54
Binary 11010001 1101 10110 0 1011110 1011001 10010 101100101 1011000 101100

Color Harmonies of #D10D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D16

Black with #D10D16

Text Example


Text Example

White with #D10D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D16; }

 p { color: rgb(209,13,22); }

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

background-color css

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

 a { background-color: rgb(209,13,22); }

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

border-color css

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

 span { border-color: rgb(209,13,22); }

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