Shades of Venetian Red #DC0B13
Tints of Venetian Red #DC0B13
RGB
CMYK
RGB Variations
Color information
#DC0B13 (or 0xDC0B13) is known color: Venetian Red. HEX triplet: DC, 0B and 13. RGB value is (220,11,19). Sum of RGB (Red+Green+Blue) = 220+11+19=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0B13 is #23F4EC. Grayscale: #4A4A4A. Windows color (decimal): -2356461 or 1248220. OLE color: 1248220.
HSL color Cylindrical-coordinate representation of color #DC0B13: hue angle of 357.7º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B13 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 19 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.14 |
| HSL | 357.7º | 0.9% | 0.45% | - |
| HSV(B) | 357.7º | 0.95% | 0.86% | - |
| XYZ | 29.75 | 15.5 | 2.04 | - |
| YUV | 74.4 | 96.74 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 19 | 0 | 0.95 | 0.91 | 0.14 | 357.7 | 0.9 | 0.45 |
| Hex | DC | B | 13 | 0 | 5F | 5B | E | 166 | 5A | 2D |
| Octal | 334 | 13 | 23 | 0 | 137 | 133 | 16 | 546 | 132 | 55 |
| Binary | 11011100 | 1011 | 10011 | 0 | 1011111 | 1011011 | 1110 | 101100110 | 1011010 | 101101 |
Color Harmonies of #DC0B13
Complementary color
Monochromatic Colors of #DC0B13
Black with #DC0B13
Text Example
Text Example
White with #DC0B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0B13; }
p { color: rgb(220,11,19); }
H1.HeaderClassName
{
color: #DC0B13;
}
.AnyTagClassName
{
color: #DC0B13;
}
</style>
background-color css
<style>
a { background-color: #DC0B13; }
a { background-color: rgb(220,11,19); }
div.DivClassName
{
background-color: #DC0B13;
}
.BgClassName
{
background-color: #DC0B13;
}
</style>
border-color css
<style>
span { border-color: #DC0B13; }
span { border-color: rgb(220,11,19); }
td.TdClassName
{
border-color: #DC0B13;
}
.TagClassName
{
border-color: #DC0B13;
}
</style>