Shades of Venetian Red #D60003
Tints of Venetian Red #D60003
RGB
CMYK
RGB Variations
Color information
#D60003 (or 0xD60003) is known color: Venetian Red. HEX triplet: D6, 00 and 03. RGB value is (214,0,3). Sum of RGB (Red+Green+Blue) = 214+0+3=217 (28% of max value = 765). Red value is 214 (83.98% from 255 or 98.62% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 214 - color contains mainly: red. Hex color #D60003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60003 is #29FFFC. Grayscale: #404040. Windows color (decimal): -2752509 or 196822. OLE color: 196822.
HSL color Cylindrical-coordinate representation of color #D60003: hue angle of 359.16º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.99 | 0.16 |
| HSL | 359.16º | 1% | 0.42% | - |
| HSV(B) | 359.16º | 1% | 0.84% | - |
| XYZ | 27.75 | 14.3 | 1.38 | - |
| YUV | 64.33 | 93.4 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 3 | 0 | 1 | 0.99 | 0.16 | 359.16 | 1 | 0.42 |
| Hex | D6 | 0 | 3 | 0 | 64 | 63 | 10 | 167 | 64 | 2A |
| Octal | 326 | 0 | 3 | 0 | 144 | 143 | 20 | 547 | 144 | 52 |
| Binary | 11010110 | 0 | 11 | 0 | 1100100 | 1100011 | 10000 | 101100111 | 1100100 | 101010 |
Color Harmonies of #D60003
Complementary color
Monochromatic Colors of #D60003
Black with #D60003
Text Example
Text Example
White with #D60003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60003; }
p { color: rgb(214,0,3); }
H1.HeaderClassName
{
color: #D60003;
}
.AnyTagClassName
{
color: #D60003;
}
</style>
background-color css
<style>
a { background-color: #D60003; }
a { background-color: rgb(214,0,3); }
div.DivClassName
{
background-color: #D60003;
}
.BgClassName
{
background-color: #D60003;
}
</style>
border-color css
<style>
span { border-color: #D60003; }
span { border-color: rgb(214,0,3); }
td.TdClassName
{
border-color: #D60003;
}
.TagClassName
{
border-color: #D60003;
}
</style>