Shades of Venetian Red #DC050B
Tints of Venetian Red #DC050B
RGB
CMYK
RGB Variations
Color information
#DC050B (or 0xDC050B) is known color: Venetian Red. HEX triplet: DC, 05 and 0B. RGB value is (220,5,11). Sum of RGB (Red+Green+Blue) = 220+5+11=236 (31% of max value = 765). Red value is 220 (86.33% from 255 or 93.22% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 220 - color contains mainly: red. Hex color #DC050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC050B is #23FAF4. Grayscale: #464646. Windows color (decimal): -2358005 or 722396. OLE color: 722396.
HSL color Cylindrical-coordinate representation of color #DC050B: hue angle of 358.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC050B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.14 |
| HSL | 358.33º | 0.96% | 0.44% | - |
| HSV(B) | 358.33º | 0.98% | 0.86% | - |
| XYZ | 29.63 | 15.35 | 1.72 | - |
| YUV | 69.97 | 94.73 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 11 | 0 | 0.98 | 0.95 | 0.14 | 358.33 | 0.96 | 0.44 |
| Hex | DC | 5 | B | 0 | 62 | 5F | E | 166 | 60 | 2C |
| Octal | 334 | 5 | 13 | 0 | 142 | 137 | 16 | 546 | 140 | 54 |
| Binary | 11011100 | 101 | 1011 | 0 | 1100010 | 1011111 | 1110 | 101100110 | 1100000 | 101100 |
Color Harmonies of #DC050B
Complementary color
Monochromatic Colors of #DC050B
Black with #DC050B
Text Example
Text Example
White with #DC050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC050B; }
p { color: rgb(220,5,11); }
H1.HeaderClassName
{
color: #DC050B;
}
.AnyTagClassName
{
color: #DC050B;
}
</style>
background-color css
<style>
a { background-color: #DC050B; }
a { background-color: rgb(220,5,11); }
div.DivClassName
{
background-color: #DC050B;
}
.BgClassName
{
background-color: #DC050B;
}
</style>
border-color css
<style>
span { border-color: #DC050B; }
span { border-color: rgb(220,5,11); }
td.TdClassName
{
border-color: #DC050B;
}
.TagClassName
{
border-color: #DC050B;
}
</style>