Shades of Venetian Red #DA0125
Tints of Venetian Red #DA0125
RGB
CMYK
RGB Variations
Color information
#DA0125 (or 0xDA0125) is known color: Venetian Red. HEX triplet: DA, 01 and 25. RGB value is (218,1,37). Sum of RGB (Red+Green+Blue) = 218+1+37=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0125 is #25FEDA. Grayscale: #464646. Windows color (decimal): -2490075 or 2425306. OLE color: 2425306.
HSL color Cylindrical-coordinate representation of color #DA0125: hue angle of 350.05º 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 #DA0125 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 37 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.15 |
| HSL | 350.05º | 0.99% | 0.43% | - |
| HSV(B) | 350.05º | 1% | 0.85% | - |
| XYZ | 29.26 | 15.06 | 3.12 | - |
| YUV | 69.99 | 109.39 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 37 | 0 | 1.00 | 0.83 | 0.15 | 350.05 | 0.99 | 0.43 |
| Hex | DA | 1 | 25 | 0 | 64 | 53 | F | 15E | 63 | 2B |
| Octal | 332 | 1 | 45 | 0 | 144 | 123 | 17 | 536 | 143 | 53 |
| Binary | 11011010 | 1 | 100101 | 0 | 1100100 | 1010011 | 1111 | 101011110 | 1100011 | 101011 |
Color Harmonies of #DA0125
Complementary color
Monochromatic Colors of #DA0125
Black with #DA0125
Text Example
Text Example
White with #DA0125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0125; }
p { color: rgb(218,1,37); }
H1.HeaderClassName
{
color: #DA0125;
}
.AnyTagClassName
{
color: #DA0125;
}
</style>
background-color css
<style>
a { background-color: #DA0125; }
a { background-color: rgb(218,1,37); }
div.DivClassName
{
background-color: #DA0125;
}
.BgClassName
{
background-color: #DA0125;
}
</style>
border-color css
<style>
span { border-color: #DA0125; }
span { border-color: rgb(218,1,37); }
td.TdClassName
{
border-color: #DA0125;
}
.TagClassName
{
border-color: #DA0125;
}
</style>