Shades of Venetian Red #D50102
Tints of Venetian Red #D50102
RGB
CMYK
RGB Variations
Color information
#D50102 (or 0xD50102) is known color: Venetian Red. HEX triplet: D5, 01 and 02. RGB value is (213,1,2). Sum of RGB (Red+Green+Blue) = 213+1+2=216 (28% of max value = 765). Red value is 213 (83.59% from 255 or 98.61% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 213 - color contains mainly: red. Hex color #D50102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50102 is #2AFEFD. Grayscale: #404040. Windows color (decimal): -2817790 or 131541. OLE color: 131541.
HSL color Cylindrical-coordinate representation of color #D50102: hue angle of 359.72º 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 #D50102 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 2 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.16 |
| HSL | 359.72º | 0.99% | 0.42% | - |
| HSV(B) | 359.72º | 1% | 0.84% | - |
| XYZ | 27.46 | 14.17 | 1.35 | - |
| YUV | 64.5 | 92.74 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 2 | 0 | 1.00 | 0.99 | 0.16 | 359.72 | 0.99 | 0.42 |
| Hex | D5 | 1 | 2 | 0 | 64 | 63 | 10 | 168 | 63 | 2A |
| Octal | 325 | 1 | 2 | 0 | 144 | 143 | 20 | 550 | 143 | 52 |
| Binary | 11010101 | 1 | 10 | 0 | 1100100 | 1100011 | 10000 | 101101000 | 1100011 | 101010 |
Color Harmonies of #D50102
Complementary color
Monochromatic Colors of #D50102
Black with #D50102
Text Example
Text Example
White with #D50102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50102; }
p { color: rgb(213,1,2); }
H1.HeaderClassName
{
color: #D50102;
}
.AnyTagClassName
{
color: #D50102;
}
</style>
background-color css
<style>
a { background-color: #D50102; }
a { background-color: rgb(213,1,2); }
div.DivClassName
{
background-color: #D50102;
}
.BgClassName
{
background-color: #D50102;
}
</style>
border-color css
<style>
span { border-color: #D50102; }
span { border-color: rgb(213,1,2); }
td.TdClassName
{
border-color: #D50102;
}
.TagClassName
{
border-color: #D50102;
}
</style>