Shades of Venetian Red #DA0223
Tints of Venetian Red #DA0223
RGB
CMYK
RGB Variations
Color information
#DA0223 (or 0xDA0223) is known color: Venetian Red. HEX triplet: DA, 02 and 23. RGB value is (218,2,35). Sum of RGB (Red+Green+Blue) = 218+2+35=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0223 is #25FDDC. Grayscale: #464646. Windows color (decimal): -2489821 or 2294490. OLE color: 2294490.
HSL color Cylindrical-coordinate representation of color #DA0223: hue angle of 350.83º degrees, saturation: 0.98, 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 #DA0223 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.15 |
| HSL | 350.83º | 0.98% | 0.43% | - |
| HSV(B) | 350.83º | 0.99% | 0.85% | - |
| XYZ | 29.24 | 15.07 | 2.96 | - |
| YUV | 70.35 | 108.06 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 35 | 0 | 0.99 | 0.84 | 0.15 | 350.83 | 0.98 | 0.43 |
| Hex | DA | 2 | 23 | 0 | 63 | 54 | F | 15F | 62 | 2B |
| Octal | 332 | 2 | 43 | 0 | 143 | 124 | 17 | 537 | 142 | 53 |
| Binary | 11011010 | 10 | 100011 | 0 | 1100011 | 1010100 | 1111 | 101011111 | 1100010 | 101011 |
Color Harmonies of #DA0223
Complementary color
Monochromatic Colors of #DA0223
Black with #DA0223
Text Example
Text Example
White with #DA0223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0223; }
p { color: rgb(218,2,35); }
H1.HeaderClassName
{
color: #DA0223;
}
.AnyTagClassName
{
color: #DA0223;
}
</style>
background-color css
<style>
a { background-color: #DA0223; }
a { background-color: rgb(218,2,35); }
div.DivClassName
{
background-color: #DA0223;
}
.BgClassName
{
background-color: #DA0223;
}
</style>
border-color css
<style>
span { border-color: #DA0223; }
span { border-color: rgb(218,2,35); }
td.TdClassName
{
border-color: #DA0223;
}
.TagClassName
{
border-color: #DA0223;
}
</style>