Html Css Color HEX #D10D0E Venetian Red

📋 copy color: '#D10D0E'

red 209 ◦ green 13 ◦ blue 14

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

Shades of Venetian Red #D10D0E

Tints of Venetian Red #D10D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 88.56%
G = 5.51%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D10D0E (or 0xD10D0E) is known color: Venetian Red. HEX triplet: D1, 0D and 0E. RGB value is (209,13,14). Sum of RGB (Red+Green+Blue) = 209+13+14=236 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.56% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10D0E is #2EF2F1. Grayscale: #474747. Windows color (decimal): -3076850 or 921041. OLE color: 921041.

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

Color convert

RGB 209 13 14 -
CMYK 0 0.94 0.93 0.18
HSL 359.69º 0.88% 0.44% -
HSV(B) 359.69º 0.94% 0.82% -
XYZ 26.52 13.87 1.7 -
YUV 71.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 209 13 14 0 0.94 0.93 0.18 359.69 0.88 0.44
Hex D1 D E 0 5E 5D 12 168 58 2C
Octal 321 15 16 0 136 135 22 550 130 54
Binary 11010001 1101 1110 0 1011110 1011101 10010 101101000 1011000 101100

Color Harmonies of #D10D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D0E

Black with #D10D0E

Text Example


Text Example

White with #D10D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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