#D41011

Color #D41011 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #D41011

Tints of Venetian Red #D41011

Color information

#D41011 (or 0xD41011) is unknown color: approx Venetian Red. HEX triplet: D4, 10 and 11. RGB value is (212,16,17). Sum of RGB (Red+Green+Blue) = 212+16+17=245 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.53% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 212 - color contains mainly: red. Hex color #D41011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41011 is #2BEFEE. Grayscale: #4A4A4A. Windows color (decimal): -2879471 or 1118420. OLE color: 1118420.

HSL color Cylindrical-coordinate representation of color #D41011: hue angle of 359.69º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41011 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB2121617-
CMYK00.920.920.17
HSL359.69º85.96%44.71%-
HSV(B)359.69º92.45%83.14%-
XYZ27.4414.411.87-
YUV74.7295.43225.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 86.53%
GREEN value IS 16 (6.64% from 255) = 6.53%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=86.53%
G=6.53%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212161700.920.920.17359.6985.9644.71
HexD4101105C5C11168562d
Octal324202101341342155012655
Binary110101001000010001010111001011100100011011010001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41011; }

 p { color: rgb(212,16,17); }

 H1.HeaderClassName
 {
   color: #D41011;
 }
 .AnyTagClassName
 {
   color: #D41011;
 }
</style>
background-color css

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

 a { background-color: rgb(212,16,17); }

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

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

 span { border-color: rgb(212,16,17); }

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