Shades of Venetian Red #D40321
Tints of Venetian Red #D40321
RGB
CMYK
RGB Variations
Color information
#D40321 (or 0xD40321) is known color: Venetian Red. HEX triplet: D4, 03 and 21. RGB value is (212,3,33). Sum of RGB (Red+Green+Blue) = 212+3+33=248 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.48% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 212 - color contains mainly: red. Hex color #D40321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40321 is #2BFCDE. Grayscale: #444444. Windows color (decimal): -2882783 or 2163668. OLE color: 2163668.
HSL color Cylindrical-coordinate representation of color #D40321: hue angle of 351.39º 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 #D40321 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.17 |
| HSL | 351.39º | 0.97% | 0.42% | - |
| HSV(B) | 351.39º | 0.99% | 0.83% | - |
| XYZ | 27.46 | 14.17 | 2.73 | - |
| YUV | 68.91 | 107.74 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 33 | 0 | 0.99 | 0.84 | 0.17 | 351.39 | 0.97 | 0.42 |
| Hex | D4 | 3 | 21 | 0 | 63 | 54 | 11 | 15F | 61 | 2A |
| Octal | 324 | 3 | 41 | 0 | 143 | 124 | 21 | 537 | 141 | 52 |
| Binary | 11010100 | 11 | 100001 | 0 | 1100011 | 1010100 | 10001 | 101011111 | 1100001 | 101010 |
Color Harmonies of #D40321
Complementary color
Monochromatic Colors of #D40321
Black with #D40321
Text Example
Text Example
White with #D40321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40321; }
p { color: rgb(212,3,33); }
H1.HeaderClassName
{
color: #D40321;
}
.AnyTagClassName
{
color: #D40321;
}
</style>
background-color css
<style>
a { background-color: #D40321; }
a { background-color: rgb(212,3,33); }
div.DivClassName
{
background-color: #D40321;
}
.BgClassName
{
background-color: #D40321;
}
</style>
border-color css
<style>
span { border-color: #D40321; }
span { border-color: rgb(212,3,33); }
td.TdClassName
{
border-color: #D40321;
}
.TagClassName
{
border-color: #D40321;
}
</style>