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