Shades of Venetian Red #DC0313
Tints of Venetian Red #DC0313
RGB
CMYK
RGB Variations
Color information
#DC0313 (or 0xDC0313) is known color: Venetian Red. HEX triplet: DC, 03 and 13. RGB value is (220,3,19). Sum of RGB (Red+Green+Blue) = 220+3+19=242 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.91% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0313 is #23FCEC. Grayscale: #454545. Windows color (decimal): -2358509 or 1246172. OLE color: 1246172.
HSL color Cylindrical-coordinate representation of color #DC0313: hue angle of 355.58º 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 #DC0313 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 19 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.14 |
| HSL | 355.58º | 0.97% | 0.44% | - |
| HSV(B) | 355.58º | 0.99% | 0.86% | - |
| XYZ | 29.67 | 15.33 | 2.01 | - |
| YUV | 69.71 | 99.39 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 19 | 0 | 0.99 | 0.91 | 0.14 | 355.58 | 0.97 | 0.44 |
| Hex | DC | 3 | 13 | 0 | 63 | 5B | E | 164 | 61 | 2C |
| Octal | 334 | 3 | 23 | 0 | 143 | 133 | 16 | 544 | 141 | 54 |
| Binary | 11011100 | 11 | 10011 | 0 | 1100011 | 1011011 | 1110 | 101100100 | 1100001 | 101100 |
Color Harmonies of #DC0313
Complementary color
Monochromatic Colors of #DC0313
Black with #DC0313
Text Example
Text Example
White with #DC0313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0313; }
p { color: rgb(220,3,19); }
H1.HeaderClassName
{
color: #DC0313;
}
.AnyTagClassName
{
color: #DC0313;
}
</style>
background-color css
<style>
a { background-color: #DC0313; }
a { background-color: rgb(220,3,19); }
div.DivClassName
{
background-color: #DC0313;
}
.BgClassName
{
background-color: #DC0313;
}
</style>
border-color css
<style>
span { border-color: #DC0313; }
span { border-color: rgb(220,3,19); }
td.TdClassName
{
border-color: #DC0313;
}
.TagClassName
{
border-color: #DC0313;
}
</style>