Shades of Venetian Red #DC030B
Tints of Venetian Red #DC030B
RGB
CMYK
RGB Variations
Color information
#DC030B (or 0xDC030B) is known color: Venetian Red. HEX triplet: DC, 03 and 0B. RGB value is (220,3,11). Sum of RGB (Red+Green+Blue) = 220+3+11=234 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.02% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 220 - color contains mainly: red. Hex color #DC030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC030B is #23FCF4. Grayscale: #444444. Windows color (decimal): -2358517 or 721884. OLE color: 721884.
HSL color Cylindrical-coordinate representation of color #DC030B: hue angle of 357.79º 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 #DC030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.14 |
| HSL | 357.79º | 0.97% | 0.44% | - |
| HSV(B) | 357.79º | 0.99% | 0.86% | - |
| XYZ | 29.61 | 15.3 | 1.71 | - |
| YUV | 68.8 | 95.39 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 11 | 0 | 0.99 | 0.95 | 0.14 | 357.79 | 0.97 | 0.44 |
| Hex | DC | 3 | B | 0 | 63 | 5F | E | 166 | 61 | 2C |
| Octal | 334 | 3 | 13 | 0 | 143 | 137 | 16 | 546 | 141 | 54 |
| Binary | 11011100 | 11 | 1011 | 0 | 1100011 | 1011111 | 1110 | 101100110 | 1100001 | 101100 |
Color Harmonies of #DC030B
Complementary color
Monochromatic Colors of #DC030B
Black with #DC030B
Text Example
Text Example
White with #DC030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC030B; }
p { color: rgb(220,3,11); }
H1.HeaderClassName
{
color: #DC030B;
}
.AnyTagClassName
{
color: #DC030B;
}
</style>
background-color css
<style>
a { background-color: #DC030B; }
a { background-color: rgb(220,3,11); }
div.DivClassName
{
background-color: #DC030B;
}
.BgClassName
{
background-color: #DC030B;
}
</style>
border-color css
<style>
span { border-color: #DC030B; }
span { border-color: rgb(220,3,11); }
td.TdClassName
{
border-color: #DC030B;
}
.TagClassName
{
border-color: #DC030B;
}
</style>