Shades of Venetian Red #DA030B
Tints of Venetian Red #DA030B
RGB
CMYK
RGB Variations
Color information
#DA030B (or 0xDA030B) is known color: Venetian Red. HEX triplet: DA, 03 and 0B. RGB value is (218,3,11). Sum of RGB (Red+Green+Blue) = 218+3+11=232 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.97% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 218 - color contains mainly: red. Hex color #DA030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA030B is #25FCF4. Grayscale: #444444. Windows color (decimal): -2489589 or 721882. OLE color: 721882.
HSL color Cylindrical-coordinate representation of color #DA030B: hue angle of 357.77º 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 #DA030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.15 |
| HSL | 357.77º | 0.97% | 0.43% | - |
| HSV(B) | 357.77º | 0.99% | 0.85% | - |
| XYZ | 29.01 | 14.99 | 1.68 | - |
| YUV | 68.2 | 95.73 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 11 | 0 | 0.99 | 0.95 | 0.15 | 357.77 | 0.97 | 0.43 |
| Hex | DA | 3 | B | 0 | 63 | 5F | F | 166 | 61 | 2B |
| Octal | 332 | 3 | 13 | 0 | 143 | 137 | 17 | 546 | 141 | 53 |
| Binary | 11011010 | 11 | 1011 | 0 | 1100011 | 1011111 | 1111 | 101100110 | 1100001 | 101011 |
Color Harmonies of #DA030B
Complementary color
Monochromatic Colors of #DA030B
Black with #DA030B
Text Example
Text Example
White with #DA030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA030B; }
p { color: rgb(218,3,11); }
H1.HeaderClassName
{
color: #DA030B;
}
.AnyTagClassName
{
color: #DA030B;
}
</style>
background-color css
<style>
a { background-color: #DA030B; }
a { background-color: rgb(218,3,11); }
div.DivClassName
{
background-color: #DA030B;
}
.BgClassName
{
background-color: #DA030B;
}
</style>
border-color css
<style>
span { border-color: #DA030B; }
span { border-color: rgb(218,3,11); }
td.TdClassName
{
border-color: #DA030B;
}
.TagClassName
{
border-color: #DA030B;
}
</style>