Shades of Venetian Red #D40523
Tints of Venetian Red #D40523
RGB
CMYK
RGB Variations
Color information
#D40523 (or 0xD40523) is known color: Venetian Red. HEX triplet: D4, 05 and 23. RGB value is (212,5,35). Sum of RGB (Red+Green+Blue) = 212+5+35=252 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.13% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 212 - color contains mainly: red. Hex color #D40523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40523 is #2BFADC. Grayscale: #464646. Windows color (decimal): -2882269 or 2295252. OLE color: 2295252.
HSL color Cylindrical-coordinate representation of color #D40523: hue angle of 351.3º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40523 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 35 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.17 |
| HSL | 351.3º | 0.95% | 0.43% | - |
| HSV(B) | 351.3º | 0.98% | 0.83% | - |
| XYZ | 27.51 | 14.23 | 2.89 | - |
| YUV | 70.31 | 108.08 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 35 | 0 | 0.98 | 0.83 | 0.17 | 351.3 | 0.95 | 0.43 |
| Hex | D4 | 5 | 23 | 0 | 62 | 53 | 11 | 15F | 5F | 2B |
| Octal | 324 | 5 | 43 | 0 | 142 | 123 | 21 | 537 | 137 | 53 |
| Binary | 11010100 | 101 | 100011 | 0 | 1100010 | 1010011 | 10001 | 101011111 | 1011111 | 101011 |
Color Harmonies of #D40523
Complementary color
Monochromatic Colors of #D40523
Black with #D40523
Text Example
Text Example
White with #D40523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40523; }
p { color: rgb(212,5,35); }
H1.HeaderClassName
{
color: #D40523;
}
.AnyTagClassName
{
color: #D40523;
}
</style>
background-color css
<style>
a { background-color: #D40523; }
a { background-color: rgb(212,5,35); }
div.DivClassName
{
background-color: #D40523;
}
.BgClassName
{
background-color: #D40523;
}
</style>
border-color css
<style>
span { border-color: #D40523; }
span { border-color: rgb(212,5,35); }
td.TdClassName
{
border-color: #D40523;
}
.TagClassName
{
border-color: #D40523;
}
</style>