Shades of Venetian Red #DA031B
Tints of Venetian Red #DA031B
RGB
CMYK
RGB Variations
Color information
#DA031B (or 0xDA031B) is known color: Venetian Red. HEX triplet: DA, 03 and 1B. RGB value is (218,3,27). Sum of RGB (Red+Green+Blue) = 218+3+27=248 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.90% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 218 - color contains mainly: red. Hex color #DA031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA031B is #25FCE4. Grayscale: #464646. Windows color (decimal): -2489573 or 1770458. OLE color: 1770458.
HSL color Cylindrical-coordinate representation of color #DA031B: hue angle of 353.3º 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 #DA031B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.15 |
| HSL | 353.3º | 0.97% | 0.43% | - |
| HSV(B) | 353.3º | 0.99% | 0.85% | - |
| XYZ | 29.14 | 15.05 | 2.41 | - |
| YUV | 70.02 | 103.73 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 27 | 0 | 0.99 | 0.88 | 0.15 | 353.3 | 0.97 | 0.43 |
| Hex | DA | 3 | 1B | 0 | 63 | 58 | F | 161 | 61 | 2B |
| Octal | 332 | 3 | 33 | 0 | 143 | 130 | 17 | 541 | 141 | 53 |
| Binary | 11011010 | 11 | 11011 | 0 | 1100011 | 1011000 | 1111 | 101100001 | 1100001 | 101011 |
Color Harmonies of #DA031B
Complementary color
Monochromatic Colors of #DA031B
Black with #DA031B
Text Example
Text Example
White with #DA031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA031B; }
p { color: rgb(218,3,27); }
H1.HeaderClassName
{
color: #DA031B;
}
.AnyTagClassName
{
color: #DA031B;
}
</style>
background-color css
<style>
a { background-color: #DA031B; }
a { background-color: rgb(218,3,27); }
div.DivClassName
{
background-color: #DA031B;
}
.BgClassName
{
background-color: #DA031B;
}
</style>
border-color css
<style>
span { border-color: #DA031B; }
span { border-color: rgb(218,3,27); }
td.TdClassName
{
border-color: #DA031B;
}
.TagClassName
{
border-color: #DA031B;
}
</style>