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