Shades of Venetian Red #DC090A
Tints of Venetian Red #DC090A
RGB
CMYK
RGB Variations
Color information
#DC090A (or 0xDC090A) is known color: Venetian Red. HEX triplet: DC, 09 and 0A. RGB value is (220,9,10). Sum of RGB (Red+Green+Blue) = 220+9+10=239 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.05% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 220 - color contains mainly: red. Hex color #DC090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC090A is #23F6F5. Grayscale: #484848. Windows color (decimal): -2356982 or 657884. OLE color: 657884.
HSL color Cylindrical-coordinate representation of color #DC090A: hue angle of 359.72º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC090A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 10 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.14 |
| HSL | 359.72º | 0.92% | 0.45% | - |
| HSV(B) | 359.72º | 0.96% | 0.86% | - |
| XYZ | 29.67 | 15.43 | 1.7 | - |
| YUV | 72.2 | 92.9 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 10 | 0 | 0.96 | 0.95 | 0.14 | 359.72 | 0.92 | 0.45 |
| Hex | DC | 9 | A | 0 | 60 | 5F | E | 168 | 5C | 2D |
| Octal | 334 | 11 | 12 | 0 | 140 | 137 | 16 | 550 | 134 | 55 |
| Binary | 11011100 | 1001 | 1010 | 0 | 1100000 | 1011111 | 1110 | 101101000 | 1011100 | 101101 |
Color Harmonies of #DC090A
Complementary color
Monochromatic Colors of #DC090A
Black with #DC090A
Text Example
Text Example
White with #DC090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC090A; }
p { color: rgb(220,9,10); }
H1.HeaderClassName
{
color: #DC090A;
}
.AnyTagClassName
{
color: #DC090A;
}
</style>
background-color css
<style>
a { background-color: #DC090A; }
a { background-color: rgb(220,9,10); }
div.DivClassName
{
background-color: #DC090A;
}
.BgClassName
{
background-color: #DC090A;
}
</style>
border-color css
<style>
span { border-color: #DC090A; }
span { border-color: rgb(220,9,10); }
td.TdClassName
{
border-color: #DC090A;
}
.TagClassName
{
border-color: #DC090A;
}
</style>