Shades of Venetian Red #D60413
Tints of Venetian Red #D60413
RGB
CMYK
RGB Variations
Color information
#D60413 (or 0xD60413) is known color: Venetian Red. HEX triplet: D6, 04 and 13. RGB value is (214,4,19). Sum of RGB (Red+Green+Blue) = 214+4+19=237 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.30% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 214 - color contains mainly: red. Hex color #D60413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60413 is #29FBEC. Grayscale: #444444. Windows color (decimal): -2751469 or 1246422. OLE color: 1246422.
HSL color Cylindrical-coordinate representation of color #D60413: hue angle of 355.71º 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 #D60413 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 19 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.16 |
| HSL | 355.71º | 0.96% | 0.43% | - |
| HSV(B) | 355.71º | 0.98% | 0.84% | - |
| XYZ | 27.89 | 14.43 | 1.93 | - |
| YUV | 68.5 | 100.07 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 19 | 0 | 0.98 | 0.91 | 0.16 | 355.71 | 0.96 | 0.43 |
| Hex | D6 | 4 | 13 | 0 | 62 | 5B | 10 | 164 | 60 | 2B |
| Octal | 326 | 4 | 23 | 0 | 142 | 133 | 20 | 544 | 140 | 53 |
| Binary | 11010110 | 100 | 10011 | 0 | 1100010 | 1011011 | 10000 | 101100100 | 1100000 | 101011 |
Color Harmonies of #D60413
Complementary color
Monochromatic Colors of #D60413
Black with #D60413
Text Example
Text Example
White with #D60413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60413; }
p { color: rgb(214,4,19); }
H1.HeaderClassName
{
color: #D60413;
}
.AnyTagClassName
{
color: #D60413;
}
</style>
background-color css
<style>
a { background-color: #D60413; }
a { background-color: rgb(214,4,19); }
div.DivClassName
{
background-color: #D60413;
}
.BgClassName
{
background-color: #D60413;
}
</style>
border-color css
<style>
span { border-color: #D60413; }
span { border-color: rgb(214,4,19); }
td.TdClassName
{
border-color: #D60413;
}
.TagClassName
{
border-color: #D60413;
}
</style>