Shades of Venetian Red #DA030D
Tints of Venetian Red #DA030D
RGB
CMYK
RGB Variations
Color information
#DA030D (or 0xDA030D) is known color: Venetian Red. HEX triplet: DA, 03 and 0D. RGB value is (218,3,13). Sum of RGB (Red+Green+Blue) = 218+3+13=234 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.16% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 218 - color contains mainly: red. Hex color #DA030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA030D is #25FCF2. Grayscale: #444444. Windows color (decimal): -2489587 or 852954. OLE color: 852954.
HSL color Cylindrical-coordinate representation of color #DA030D: hue angle of 357.21º 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 #DA030D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.15 |
| HSL | 357.21º | 0.97% | 0.43% | - |
| HSV(B) | 357.21º | 0.99% | 0.85% | - |
| XYZ | 29.02 | 15 | 1.75 | - |
| YUV | 68.43 | 96.73 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 13 | 0 | 0.99 | 0.94 | 0.15 | 357.21 | 0.97 | 0.43 |
| Hex | DA | 3 | D | 0 | 63 | 5E | F | 165 | 61 | 2B |
| Octal | 332 | 3 | 15 | 0 | 143 | 136 | 17 | 545 | 141 | 53 |
| Binary | 11011010 | 11 | 1101 | 0 | 1100011 | 1011110 | 1111 | 101100101 | 1100001 | 101011 |
Color Harmonies of #DA030D
Complementary color
Monochromatic Colors of #DA030D
Black with #DA030D
Text Example
Text Example
White with #DA030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA030D; }
p { color: rgb(218,3,13); }
H1.HeaderClassName
{
color: #DA030D;
}
.AnyTagClassName
{
color: #DA030D;
}
</style>
background-color css
<style>
a { background-color: #DA030D; }
a { background-color: rgb(218,3,13); }
div.DivClassName
{
background-color: #DA030D;
}
.BgClassName
{
background-color: #DA030D;
}
</style>
border-color css
<style>
span { border-color: #DA030D; }
span { border-color: rgb(218,3,13); }
td.TdClassName
{
border-color: #DA030D;
}
.TagClassName
{
border-color: #DA030D;
}
</style>