#D00A1C

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

Shades of Venetian Red #D00A1C

Tints of Venetian Red #D00A1C

Color information

#D00A1C (or 0xD00A1C) is unknown color: approx Venetian Red. HEX triplet: D0, 0A and 1C. RGB value is (208,10,28). Sum of RGB (Red+Green+Blue) = 208+10+28=246 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.55% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00A1C is #2FF5E3. Grayscale: #474747. Windows color (decimal): -3143140 or 1837776. OLE color: 1837776.

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

Color convert

RGB2081028-
CMYK00.950.870.18
HSL354.55º90.83%42.75%-
HSV(B)354.55º95.19%81.57%-
XYZ26.3313.712.36-
YUV71.25103.6225.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 84.55%
GREEN value IS 10 (4.30% from 255) = 4.07%
BLUE value IS 28 (11.33% from 255) = 11.38%
R=84.55%
G=4.07%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208102800.950.870.18354.5590.8342.75
HexD0A1C05F57121635b2b
Octal320123401371272254313353
Binary11010000101011100010111111010111100101011000111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00A1C; }

 p { color: rgb(208,10,28); }

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

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

 a { background-color: rgb(208,10,28); }

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

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

 span { border-color: rgb(208,10,28); }

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