Shades of Venetian Red #DD050C
Tints of Venetian Red #DD050C
RGB
CMYK
RGB Variations
Color information
#DD050C (or 0xDD050C) is known color: Venetian Red. HEX triplet: DD, 05 and 0C. RGB value is (221,5,12). Sum of RGB (Red+Green+Blue) = 221+5+12=238 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.86% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 221 - color contains mainly: red. Hex color #DD050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD050C is #22FAF3. Grayscale: #464646. Windows color (decimal): -2292468 or 787933. OLE color: 787933.
HSL color Cylindrical-coordinate representation of color #DD050C: hue angle of 358.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD050C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.13 |
| HSL | 358.06º | 0.96% | 0.44% | - |
| HSV(B) | 358.06º | 0.98% | 0.87% | - |
| XYZ | 29.94 | 15.51 | 1.76 | - |
| YUV | 70.38 | 95.06 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 12 | 0 | 0.98 | 0.95 | 0.13 | 358.06 | 0.96 | 0.44 |
| Hex | DD | 5 | C | 0 | 62 | 5F | D | 166 | 60 | 2C |
| Octal | 335 | 5 | 14 | 0 | 142 | 137 | 15 | 546 | 140 | 54 |
| Binary | 11011101 | 101 | 1100 | 0 | 1100010 | 1011111 | 1101 | 101100110 | 1100000 | 101100 |
Color Harmonies of #DD050C
Complementary color
Monochromatic Colors of #DD050C
Black with #DD050C
Text Example
Text Example
White with #DD050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD050C; }
p { color: rgb(221,5,12); }
H1.HeaderClassName
{
color: #DD050C;
}
.AnyTagClassName
{
color: #DD050C;
}
</style>
background-color css
<style>
a { background-color: #DD050C; }
a { background-color: rgb(221,5,12); }
div.DivClassName
{
background-color: #DD050C;
}
.BgClassName
{
background-color: #DD050C;
}
</style>
border-color css
<style>
span { border-color: #DD050C; }
span { border-color: rgb(221,5,12); }
td.TdClassName
{
border-color: #DD050C;
}
.TagClassName
{
border-color: #DD050C;
}
</style>