Shades of Venetian Red #DA011B
Tints of Venetian Red #DA011B
RGB
CMYK
RGB Variations
Color information
#DA011B (or 0xDA011B) is known color: Venetian Red. HEX triplet: DA, 01 and 1B. RGB value is (218,1,27). Sum of RGB (Red+Green+Blue) = 218+1+27=246 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.62% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 218 - color contains mainly: red. Hex color #DA011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA011B is #25FEE4. Grayscale: #444444. Windows color (decimal): -2490085 or 1769946. OLE color: 1769946.
HSL color Cylindrical-coordinate representation of color #DA011B: hue angle of 352.81º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA011B is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.15 |
| HSL | 352.81º | 0.99% | 0.43% | - |
| HSV(B) | 352.81º | 1% | 0.85% | - |
| XYZ | 29.12 | 15.01 | 2.4 | - |
| YUV | 68.85 | 104.39 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 27 | 0 | 1.00 | 0.88 | 0.15 | 352.81 | 0.99 | 0.43 |
| Hex | DA | 1 | 1B | 0 | 64 | 58 | F | 161 | 63 | 2B |
| Octal | 332 | 1 | 33 | 0 | 144 | 130 | 17 | 541 | 143 | 53 |
| Binary | 11011010 | 1 | 11011 | 0 | 1100100 | 1011000 | 1111 | 101100001 | 1100011 | 101011 |
Color Harmonies of #DA011B
Complementary color
Monochromatic Colors of #DA011B
Black with #DA011B
Text Example
Text Example
White with #DA011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA011B; }
p { color: rgb(218,1,27); }
H1.HeaderClassName
{
color: #DA011B;
}
.AnyTagClassName
{
color: #DA011B;
}
</style>
background-color css
<style>
a { background-color: #DA011B; }
a { background-color: rgb(218,1,27); }
div.DivClassName
{
background-color: #DA011B;
}
.BgClassName
{
background-color: #DA011B;
}
</style>
border-color css
<style>
span { border-color: #DA011B; }
span { border-color: rgb(218,1,27); }
td.TdClassName
{
border-color: #DA011B;
}
.TagClassName
{
border-color: #DA011B;
}
</style>