Shades of Venetian Red #DC0305
Tints of Venetian Red #DC0305
RGB
CMYK
RGB Variations
Color information
#DC0305 (or 0xDC0305) is known color: Venetian Red. HEX triplet: DC, 03 and 05. RGB value is (220,3,5). Sum of RGB (Red+Green+Blue) = 220+3+5=228 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.49% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0305 is #23FCFA. Grayscale: #444444. Windows color (decimal): -2358523 or 328668. OLE color: 328668.
HSL color Cylindrical-coordinate representation of color #DC0305: hue angle of 359.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0305 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.14 |
| HSL | 359.45º | 0.97% | 0.44% | - |
| HSV(B) | 359.45º | 0.99% | 0.86% | - |
| XYZ | 29.58 | 15.29 | 1.54 | - |
| YUV | 68.11 | 92.39 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 5 | 0 | 0.99 | 0.98 | 0.14 | 359.45 | 0.97 | 0.44 |
| Hex | DC | 3 | 5 | 0 | 63 | 62 | E | 167 | 61 | 2C |
| Octal | 334 | 3 | 5 | 0 | 143 | 142 | 16 | 547 | 141 | 54 |
| Binary | 11011100 | 11 | 101 | 0 | 1100011 | 1100010 | 1110 | 101100111 | 1100001 | 101100 |
Color Harmonies of #DC0305
Complementary color
Monochromatic Colors of #DC0305
Black with #DC0305
Text Example
Text Example
White with #DC0305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0305; }
p { color: rgb(220,3,5); }
H1.HeaderClassName
{
color: #DC0305;
}
.AnyTagClassName
{
color: #DC0305;
}
</style>
background-color css
<style>
a { background-color: #DC0305; }
a { background-color: rgb(220,3,5); }
div.DivClassName
{
background-color: #DC0305;
}
.BgClassName
{
background-color: #DC0305;
}
</style>
border-color css
<style>
span { border-color: #DC0305; }
span { border-color: rgb(220,3,5); }
td.TdClassName
{
border-color: #DC0305;
}
.TagClassName
{
border-color: #DC0305;
}
</style>