Shades of Venetian Red #D30423
Tints of Venetian Red #D30423
RGB
CMYK
RGB Variations
Color information
#D30423 (or 0xD30423) is known color: Venetian Red. HEX triplet: D3, 04 and 23. RGB value is (211,4,35). Sum of RGB (Red+Green+Blue) = 211+4+35=250 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.4% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 211 - color contains mainly: red. Hex color #D30423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30423 is #2CFBDC. Grayscale: #454545. Windows color (decimal): -2948061 or 2294995. OLE color: 2294995.
HSL color Cylindrical-coordinate representation of color #D30423: hue angle of 351.01º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30423 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.17 |
| HSL | 351.01º | 0.96% | 0.42% | - |
| HSV(B) | 351.01º | 0.98% | 0.83% | - |
| XYZ | 27.21 | 14.06 | 2.87 | - |
| YUV | 69.43 | 108.58 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 35 | 0 | 0.98 | 0.83 | 0.17 | 351.01 | 0.96 | 0.42 |
| Hex | D3 | 4 | 23 | 0 | 62 | 53 | 11 | 15F | 60 | 2A |
| Octal | 323 | 4 | 43 | 0 | 142 | 123 | 21 | 537 | 140 | 52 |
| Binary | 11010011 | 100 | 100011 | 0 | 1100010 | 1010011 | 10001 | 101011111 | 1100000 | 101010 |
Color Harmonies of #D30423
Complementary color
Monochromatic Colors of #D30423
Black with #D30423
Text Example
Text Example
White with #D30423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30423; }
p { color: rgb(211,4,35); }
H1.HeaderClassName
{
color: #D30423;
}
.AnyTagClassName
{
color: #D30423;
}
</style>
background-color css
<style>
a { background-color: #D30423; }
a { background-color: rgb(211,4,35); }
div.DivClassName
{
background-color: #D30423;
}
.BgClassName
{
background-color: #D30423;
}
</style>
border-color css
<style>
span { border-color: #D30423; }
span { border-color: rgb(211,4,35); }
td.TdClassName
{
border-color: #D30423;
}
.TagClassName
{
border-color: #D30423;
}
</style>