Html Css Color HEX #D11112 Venetian Red

📋 copy color: '#D11112'

red 209 ◦ green 17 ◦ blue 18

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

Shades of Venetian Red #D11112

Tints of Venetian Red #D11112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.97%

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 85.66%
G = 6.97%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D11112 (or 0xD11112) is known color: Venetian Red. HEX triplet: D1, 11 and 12. RGB value is (209,17,18). Sum of RGB (Red+Green+Blue) = 209+17+18=244 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.66% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 209 - color contains mainly: red. Hex color #D11112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11112 is #2EEEED. Grayscale: #4A4A4A. Windows color (decimal): -3075822 or 1184209. OLE color: 1184209.

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

Color convert

RGB 209 17 18 -
CMYK 0 0.92 0.91 0.18
HSL 359.69º 0.85% 0.44% -
HSV(B) 359.69º 0.92% 0.82% -
XYZ 26.6 14 1.87 -
YUV 74.52 96.11 223.92 -
System Red Green Blue C M Y K H S L
Decimal 209 17 18 0 0.92 0.91 0.18 359.69 0.85 0.44
Hex D1 11 12 0 5C 5B 12 168 55 2C
Octal 321 21 22 0 134 133 22 550 125 54
Binary 11010001 10001 10010 0 1011100 1011011 10010 101101000 1010101 101100

Color Harmonies of #D11112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11112

Black with #D11112

Text Example


Text Example

White with #D11112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11112; }

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

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

background-color css

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

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

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

border-color css

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

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

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