Html Css Color HEX #D10E11 Venetian Red

📋 copy color: '#D10E11'

red 209 ◦ green 14 ◦ blue 17

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

Shades of Venetian Red #D10E11

Tints of Venetian Red #D10E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.83%

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

R = 87.08%
G = 5.83%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D10E11 (or 0xD10E11) is known color: Venetian Red. HEX triplet: D1, 0E and 11. RGB value is (209,14,17). Sum of RGB (Red+Green+Blue) = 209+14+17=240 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.08% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10E11 is #2EF1EE. Grayscale: #484848. Windows color (decimal): -3076591 or 1117905. OLE color: 1117905.

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

Color convert

RGB 209 14 17 -
CMYK 0 0.93 0.92 0.18
HSL 359.08º 0.87% 0.44% -
HSV(B) 359.08º 0.93% 0.82% -
XYZ 26.55 13.91 1.82 -
YUV 72.65 96.6 225.26 -
System Red Green Blue C M Y K H S L
Decimal 209 14 17 0 0.93 0.92 0.18 359.08 0.87 0.44
Hex D1 E 11 0 5D 5C 12 167 57 2C
Octal 321 16 21 0 135 134 22 547 127 54
Binary 11010001 1110 10001 0 1011101 1011100 10010 101100111 1010111 101100

Color Harmonies of #D10E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E11

Black with #D10E11

Text Example


Text Example

White with #D10E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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