#D30326

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

Shades of Venetian Red #D30326

Tints of Venetian Red #D30326

Color information

#D30326 (or 0xD30326) is unknown color: approx Venetian Red. HEX triplet: D3, 03 and 26. RGB value is (211,3,38). Sum of RGB (Red+Green+Blue) = 211+3+38=252 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.73% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 211 - color contains mainly: red. Hex color #D30326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30326 is #2CFCD9. Grayscale: #454545. Windows color (decimal): -2948314 or 2491347. OLE color: 2491347.

HSL color Cylindrical-coordinate representation of color #D30326: hue angle of 349.9º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D30326 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB211338-
CMYK00.990.820.17
HSL349.9º97.2%41.96%-
HSV(B)349.9º98.58%82.75%-
XYZ27.2514.053.11-
YUV69.18110.41229.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 83.73%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=83.73%
G=1.19%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21133800.990.820.17349.997.241.96
HexD3326063521115e612a
Octal32334601431222153614152
Binary1101001111100110011000111010010100011010111101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30326; }

 p { color: rgb(211,3,38); }

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

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

 a { background-color: rgb(211,3,38); }

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

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

 span { border-color: rgb(211,3,38); }

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