Shades of Venetian Red #DA0023
Tints of Venetian Red #DA0023
RGB
CMYK
RGB Variations
Color information
#DA0023 (or 0xDA0023) is known color: Venetian Red. HEX triplet: DA, 00 and 23. RGB value is (218,0,35). Sum of RGB (Red+Green+Blue) = 218+0+35=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0023 is #25FFDC. Grayscale: #454545. Windows color (decimal): -2490333 or 2293978. OLE color: 2293978.
HSL color Cylindrical-coordinate representation of color #DA0023: hue angle of 350.37º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0023 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.84 | 0.15 |
| HSL | 350.37º | 1% | 0.43% | - |
| HSV(B) | 350.37º | 1% | 0.85% | - |
| XYZ | 29.22 | 15.03 | 2.95 | - |
| YUV | 69.17 | 108.72 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 35 | 0 | 1 | 0.84 | 0.15 | 350.37 | 1 | 0.43 |
| Hex | DA | 0 | 23 | 0 | 64 | 54 | F | 15E | 64 | 2B |
| Octal | 332 | 0 | 43 | 0 | 144 | 124 | 17 | 536 | 144 | 53 |
| Binary | 11011010 | 0 | 100011 | 0 | 1100100 | 1010100 | 1111 | 101011110 | 1100100 | 101011 |
Color Harmonies of #DA0023
Complementary color
Monochromatic Colors of #DA0023
Black with #DA0023
Text Example
Text Example
White with #DA0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0023; }
p { color: rgb(218,0,35); }
H1.HeaderClassName
{
color: #DA0023;
}
.AnyTagClassName
{
color: #DA0023;
}
</style>
background-color css
<style>
a { background-color: #DA0023; }
a { background-color: rgb(218,0,35); }
div.DivClassName
{
background-color: #DA0023;
}
.BgClassName
{
background-color: #DA0023;
}
</style>
border-color css
<style>
span { border-color: #DA0023; }
span { border-color: rgb(218,0,35); }
td.TdClassName
{
border-color: #DA0023;
}
.TagClassName
{
border-color: #DA0023;
}
</style>