Html Css Color HEX #D10D10 Venetian Red

📋 copy color: '#D10D10'

red 209 ◦ green 13 ◦ blue 16

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

Shades of Venetian Red #D10D10

Tints of Venetian Red #D10D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 87.82%
G = 5.46%
B = 6.72%

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

#D10D10 (or 0xD10D10) is known color: Venetian Red. HEX triplet: D1, 0D and 10. RGB value is (209,13,16). Sum of RGB (Red+Green+Blue) = 209+13+16=238 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.82% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10D10 is #2EF2EF. Grayscale: #484848. Windows color (decimal): -3076848 or 1052113. OLE color: 1052113.

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

Color convert

RGB 209 13 16 -
CMYK 0 0.94 0.92 0.18
HSL 359.08º 0.88% 0.44% -
HSV(B) 359.08º 0.94% 0.82% -
XYZ 26.53 13.88 1.77 -
YUV 71.95 96.43 225.76 -
System Red Green Blue C M Y K H S L
Decimal 209 13 16 0 0.94 0.92 0.18 359.08 0.88 0.44
Hex D1 D 10 0 5E 5C 12 167 58 2C
Octal 321 15 20 0 136 134 22 547 130 54
Binary 11010001 1101 10000 0 1011110 1011100 10010 101100111 1011000 101100

Color Harmonies of #D10D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D10

Black with #D10D10

Text Example


Text Example

White with #D10D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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