Html Css Color HEX #D11012 Venetian Red

📋 copy color: '#D11012'

red 209 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #D11012

Tints of Venetian Red #D11012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.58%

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

R = 86.01%
G = 6.58%
B = 7.41%

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

#D11012 (or 0xD11012) is known color: Venetian Red. HEX triplet: D1, 10 and 12. RGB value is (209,16,18). Sum of RGB (Red+Green+Blue) = 209+16+18=243 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.01% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 209 - color contains mainly: red. Hex color #D11012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11012 is #2EEFED. Grayscale: #4A4A4A. Windows color (decimal): -3076078 or 1183953. OLE color: 1183953.

HSL color Cylindrical-coordinate representation of color #D11012: hue angle of 359.38º degrees, saturation: 0.86, 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 #D11012 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 16 18 -
CMYK 0 0.92 0.91 0.18
HSL 359.38º 0.86% 0.44% -
HSV(B) 359.38º 0.92% 0.82% -
XYZ 26.59 13.97 1.87 -
YUV 73.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 209 16 18 0 0.92 0.91 0.18 359.38 0.86 0.44
Hex D1 10 12 0 5C 5B 12 167 56 2C
Octal 321 20 22 0 134 133 22 547 126 54
Binary 11010001 10000 10010 0 1011100 1011011 10010 101100111 1010110 101100

Color Harmonies of #D11012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11012

Black with #D11012

Text Example


Text Example

White with #D11012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11012; }

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

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

background-color css

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

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

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

border-color css

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

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

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