Shades of Venetian Red #DD000A
Tints of Venetian Red #DD000A
RGB
CMYK
RGB Variations
Color information
#DD000A (or 0xDD000A) is known color: Venetian Red. HEX triplet: DD, 00 and 0A. RGB value is (221,0,10). Sum of RGB (Red+Green+Blue) = 221+0+10=231 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.67% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 221 - color contains mainly: red. Hex color #DD000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD000A is #22FFF5. Grayscale: #434343. Windows color (decimal): -2293750 or 655581. OLE color: 655581.
HSL color Cylindrical-coordinate representation of color #DD000A: hue angle of 357.29º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD000A is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.95 | 0.13 |
| HSL | 357.29º | 1% | 0.43% | - |
| HSV(B) | 357.29º | 1% | 0.87% | - |
| XYZ | 29.87 | 15.39 | 1.68 | - |
| YUV | 67.22 | 95.72 | 237.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 10 | 0 | 1 | 0.95 | 0.13 | 357.29 | 1 | 0.43 |
| Hex | DD | 0 | A | 0 | 64 | 5F | D | 165 | 64 | 2B |
| Octal | 335 | 0 | 12 | 0 | 144 | 137 | 15 | 545 | 144 | 53 |
| Binary | 11011101 | 0 | 1010 | 0 | 1100100 | 1011111 | 1101 | 101100101 | 1100100 | 101011 |
Color Harmonies of #DD000A
Complementary color
Monochromatic Colors of #DD000A
Black with #DD000A
Text Example
Text Example
White with #DD000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD000A; }
p { color: rgb(221,0,10); }
H1.HeaderClassName
{
color: #DD000A;
}
.AnyTagClassName
{
color: #DD000A;
}
</style>
background-color css
<style>
a { background-color: #DD000A; }
a { background-color: rgb(221,0,10); }
div.DivClassName
{
background-color: #DD000A;
}
.BgClassName
{
background-color: #DD000A;
}
</style>
border-color css
<style>
span { border-color: #DD000A; }
span { border-color: rgb(221,0,10); }
td.TdClassName
{
border-color: #DD000A;
}
.TagClassName
{
border-color: #DD000A;
}
</style>