#D30A1A

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

Shades of Venetian Red #D30A1A

Tints of Venetian Red #D30A1A

Color information

#D30A1A (or 0xD30A1A) is unknown color: approx Venetian Red. HEX triplet: D3, 0A and 1A. RGB value is (211,10,26). Sum of RGB (Red+Green+Blue) = 211+10+26=247 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.43% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 211 - color contains mainly: red. Hex color #D30A1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30A1A is #2CF5E5. Grayscale: #484848. Windows color (decimal): -2946534 or 1706707. OLE color: 1706707.

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

Color convert

RGB2111026-
CMYK00.950.880.17
HSL355.22º90.95%43.33%-
HSV(B)355.22º95.26%82.75%-
XYZ27.1614.142.28-
YUV71.92102.09227.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 85.43%
GREEN value IS 10 (4.30% from 255) = 4.05%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=85.43%
G=4.05%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211102600.950.880.17355.2290.9543.33
HexD3A1A05F58111635b2b
Octal323123201371302154313353
Binary11010011101011010010111111011000100011011000111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30A1A; }

 p { color: rgb(211,10,26); }

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

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

 a { background-color: rgb(211,10,26); }

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

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

 span { border-color: rgb(211,10,26); }

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