Html Css Color HEX #D10D0F Venetian Red

📋 copy color: '#D10D0F'

red 209 ◦ green 13 ◦ blue 15

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

Shades of Venetian Red #D10D0F

Tints of Venetian Red #D10D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 88.19%
G = 5.49%
B = 6.33%

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

#D10D0F (or 0xD10D0F) is known color: Venetian Red. HEX triplet: D1, 0D and 0F. RGB value is (209,13,15). Sum of RGB (Red+Green+Blue) = 209+13+15=237 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.19% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10D0F is #2EF2F0. Grayscale: #484848. Windows color (decimal): -3076849 or 986577. OLE color: 986577.

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

Color convert

RGB 209 13 15 -
CMYK 0 0.94 0.93 0.18
HSL 359.39º 0.88% 0.44% -
HSV(B) 359.39º 0.94% 0.82% -
XYZ 26.52 13.88 1.73 -
YUV 71.83 95.93 225.84 -
System Red Green Blue C M Y K H S L
Decimal 209 13 15 0 0.94 0.93 0.18 359.39 0.88 0.44
Hex D1 D F 0 5E 5D 12 167 58 2C
Octal 321 15 17 0 136 135 22 547 130 54
Binary 11010001 1101 1111 0 1011110 1011101 10010 101100111 1011000 101100

Color Harmonies of #D10D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D0F

Black with #D10D0F

Text Example


Text Example

White with #D10D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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