Shades of Venetian Red #D60423
Tints of Venetian Red #D60423
RGB
CMYK
RGB Variations
Color information
#D60423 (or 0xD60423) is known color: Venetian Red. HEX triplet: D6, 04 and 23. RGB value is (214,4,35). Sum of RGB (Red+Green+Blue) = 214+4+35=253 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.58% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 214 - color contains mainly: red. Hex color #D60423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60423 is #29FBDC. Grayscale: #464646. Windows color (decimal): -2751453 or 2294998. OLE color: 2294998.
HSL color Cylindrical-coordinate representation of color #D60423: hue angle of 351.14º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60423 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.16 |
| HSL | 351.14º | 0.96% | 0.43% | - |
| HSV(B) | 351.14º | 0.98% | 0.84% | - |
| XYZ | 28.08 | 14.5 | 2.91 | - |
| YUV | 70.32 | 108.07 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 35 | 0 | 0.98 | 0.84 | 0.16 | 351.14 | 0.96 | 0.43 |
| Hex | D6 | 4 | 23 | 0 | 62 | 54 | 10 | 15F | 60 | 2B |
| Octal | 326 | 4 | 43 | 0 | 142 | 124 | 20 | 537 | 140 | 53 |
| Binary | 11010110 | 100 | 100011 | 0 | 1100010 | 1010100 | 10000 | 101011111 | 1100000 | 101011 |
Color Harmonies of #D60423
Complementary color
Monochromatic Colors of #D60423
Black with #D60423
Text Example
Text Example
White with #D60423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60423; }
p { color: rgb(214,4,35); }
H1.HeaderClassName
{
color: #D60423;
}
.AnyTagClassName
{
color: #D60423;
}
</style>
background-color css
<style>
a { background-color: #D60423; }
a { background-color: rgb(214,4,35); }
div.DivClassName
{
background-color: #D60423;
}
.BgClassName
{
background-color: #D60423;
}
</style>
border-color css
<style>
span { border-color: #D60423; }
span { border-color: rgb(214,4,35); }
td.TdClassName
{
border-color: #D60423;
}
.TagClassName
{
border-color: #D60423;
}
</style>