Html Css Color HEX #D10D11 Venetian Red

📋 copy color: '#D10D11'

red 209 ◦ green 13 ◦ blue 17

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

Shades of Venetian Red #D10D11

Tints of Venetian Red #D10D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.11%

R = 87.45%
G = 5.44%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D10D11 (or 0xD10D11) is known color: Venetian Red. HEX triplet: D1, 0D and 11. RGB value is (209,13,17). Sum of RGB (Red+Green+Blue) = 209+13+17=239 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.45% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10D11 is #2EF2EE. Grayscale: #484848. Windows color (decimal): -3076847 or 1117649. OLE color: 1117649.

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

Color convert

RGB 209 13 17 -
CMYK 0 0.94 0.92 0.18
HSL 358.78º 0.88% 0.44% -
HSV(B) 358.78º 0.94% 0.82% -
XYZ 26.54 13.88 1.81 -
YUV 72.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 209 13 17 0 0.94 0.92 0.18 358.78 0.88 0.44
Hex D1 D 11 0 5E 5C 12 167 58 2C
Octal 321 15 21 0 136 134 22 547 130 54
Binary 11010001 1101 10001 0 1011110 1011100 10010 101100111 1011000 101100

Color Harmonies of #D10D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D11

Black with #D10D11

Text Example


Text Example

White with #D10D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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