Shades of Venetian Red #D20307
Tints of Venetian Red #D20307
RGB
CMYK
RGB Variations
Color information
#D20307 (or 0xD20307) is known color: Venetian Red. HEX triplet: D2, 03 and 07. RGB value is (210,3,7). Sum of RGB (Red+Green+Blue) = 210+3+7=220 (29% of max value = 765). Red value is 210 (82.42% from 255 or 95.45% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 210 - color contains mainly: red. Hex color #D20307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20307 is #2DFCF8. Grayscale: #414141. Windows color (decimal): -3013881 or 459730. OLE color: 459730.
HSL color Cylindrical-coordinate representation of color #D20307: hue angle of 358.84º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.18 |
| HSL | 358.84º | 0.97% | 0.42% | - |
| HSV(B) | 358.84º | 0.99% | 0.82% | - |
| XYZ | 26.65 | 13.78 | 1.46 | - |
| YUV | 65.35 | 95.08 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 7 | 0 | 0.99 | 0.97 | 0.18 | 358.84 | 0.97 | 0.42 |
| Hex | D2 | 3 | 7 | 0 | 63 | 61 | 12 | 167 | 61 | 2A |
| Octal | 322 | 3 | 7 | 0 | 143 | 141 | 22 | 547 | 141 | 52 |
| Binary | 11010010 | 11 | 111 | 0 | 1100011 | 1100001 | 10010 | 101100111 | 1100001 | 101010 |
Color Harmonies of #D20307
Complementary color
Monochromatic Colors of #D20307
Black with #D20307
Text Example
Text Example
White with #D20307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20307; }
p { color: rgb(210,3,7); }
H1.HeaderClassName
{
color: #D20307;
}
.AnyTagClassName
{
color: #D20307;
}
</style>
background-color css
<style>
a { background-color: #D20307; }
a { background-color: rgb(210,3,7); }
div.DivClassName
{
background-color: #D20307;
}
.BgClassName
{
background-color: #D20307;
}
</style>
border-color css
<style>
span { border-color: #D20307; }
span { border-color: rgb(210,3,7); }
td.TdClassName
{
border-color: #D20307;
}
.TagClassName
{
border-color: #D20307;
}
</style>