Shades of Venetian Red #DA030C
Tints of Venetian Red #DA030C
RGB
CMYK
RGB Variations
Color information
#DA030C (or 0xDA030C) is known color: Venetian Red. HEX triplet: DA, 03 and 0C. RGB value is (218,3,12). Sum of RGB (Red+Green+Blue) = 218+3+12=233 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.56% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 218 - color contains mainly: red. Hex color #DA030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA030C is #25FCF3. Grayscale: #444444. Windows color (decimal): -2489588 or 787418. OLE color: 787418.
HSL color Cylindrical-coordinate representation of color #DA030C: hue angle of 357.49º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA030C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.15 |
| HSL | 357.49º | 0.97% | 0.43% | - |
| HSV(B) | 357.49º | 0.99% | 0.85% | - |
| XYZ | 29.01 | 15 | 1.71 | - |
| YUV | 68.31 | 96.23 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 12 | 0 | 0.99 | 0.94 | 0.15 | 357.49 | 0.97 | 0.43 |
| Hex | DA | 3 | C | 0 | 63 | 5E | F | 165 | 61 | 2B |
| Octal | 332 | 3 | 14 | 0 | 143 | 136 | 17 | 545 | 141 | 53 |
| Binary | 11011010 | 11 | 1100 | 0 | 1100011 | 1011110 | 1111 | 101100101 | 1100001 | 101011 |
Color Harmonies of #DA030C
Complementary color
Monochromatic Colors of #DA030C
Black with #DA030C
Text Example
Text Example
White with #DA030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA030C; }
p { color: rgb(218,3,12); }
H1.HeaderClassName
{
color: #DA030C;
}
.AnyTagClassName
{
color: #DA030C;
}
</style>
background-color css
<style>
a { background-color: #DA030C; }
a { background-color: rgb(218,3,12); }
div.DivClassName
{
background-color: #DA030C;
}
.BgClassName
{
background-color: #DA030C;
}
</style>
border-color css
<style>
span { border-color: #DA030C; }
span { border-color: rgb(218,3,12); }
td.TdClassName
{
border-color: #DA030C;
}
.TagClassName
{
border-color: #DA030C;
}
</style>