#D20C1A

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

Shades of Venetian Red #D20C1A

Tints of Venetian Red #D20C1A

Color information

#D20C1A (or 0xD20C1A) is unknown color: approx Venetian Red. HEX triplet: D2, 0C and 1A. RGB value is (210,12,26). Sum of RGB (Red+Green+Blue) = 210+12+26=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C1A is #2DF3E5. Grayscale: #484848. Windows color (decimal): -3011558 or 1707218. OLE color: 1707218.

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

Color convert

RGB2101226-
CMYK00.940.880.18
HSL355.76º89.19%43.53%-
HSV(B)355.76º94.29%82.35%-
XYZ26.914.042.27-
YUV72.8101.6225.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 84.68%
GREEN value IS 12 (5.08% from 255) = 4.84%
BLUE value IS 26 (10.55% from 255) = 10.48%
R=84.68%
G=4.84%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210122600.940.880.18355.7689.1943.53
HexD2C1A05E5812164592c
Octal322143201361302254413154
Binary11010010110011010010111101011000100101011001001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20C1A; }

 p { color: rgb(210,12,26); }

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

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

 a { background-color: rgb(210,12,26); }

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

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

 span { border-color: rgb(210,12,26); }

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