Html Css Color HEX #D10C11 Venetian Red

📋 copy color: '#D10C11'

red 209 ◦ green 12 ◦ blue 17

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

Shades of Venetian Red #D10C11

Tints of Venetian Red #D10C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.04%

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

R = 87.82%
G = 5.04%
B = 7.14%

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

#D10C11 (or 0xD10C11) is known color: Venetian Red. HEX triplet: D1, 0C and 11. RGB value is (209,12,17). Sum of RGB (Red+Green+Blue) = 209+12+17=238 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.82% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10C11 is #2EF3EE. Grayscale: #474747. Windows color (decimal): -3077103 or 1117393. OLE color: 1117393.

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

Color convert

RGB 209 12 17 -
CMYK 0 0.94 0.92 0.18
HSL 358.48º 0.89% 0.43% -
HSV(B) 358.48º 0.94% 0.82% -
XYZ 26.53 13.86 1.81 -
YUV 71.47 97.27 226.09 -
System Red Green Blue C M Y K H S L
Decimal 209 12 17 0 0.94 0.92 0.18 358.48 0.89 0.43
Hex D1 C 11 0 5E 5C 12 166 59 2B
Octal 321 14 21 0 136 134 22 546 131 53
Binary 11010001 1100 10001 0 1011110 1011100 10010 101100110 1011001 101011

Color Harmonies of #D10C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C11

Black with #D10C11

Text Example


Text Example

White with #D10C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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