Shades of Crimson #DA0535
Tints of Crimson #DA0535
RGB
CMYK
RGB Variations
Color information
#DA0535 (or 0xDA0535) is known color: Crimson. HEX triplet: DA, 05 and 35. RGB value is (218,5,53). Sum of RGB (Red+Green+Blue) = 218+5+53=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0535 is #25FACA. Grayscale: #4A4A4A. Windows color (decimal): -2489035 or 3474906. OLE color: 3474906.
HSL color Cylindrical-coordinate representation of color #DA0535: hue angle of 346.48º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0535 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 53 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.15 |
| HSL | 346.48º | 0.96% | 0.44% | - |
| HSV(B) | 346.48º | 0.98% | 0.85% | - |
| XYZ | 29.61 | 15.27 | 4.76 | - |
| YUV | 74.16 | 116.07 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 53 | 0 | 0.98 | 0.76 | 0.15 | 346.48 | 0.96 | 0.44 |
| Hex | DA | 5 | 35 | 0 | 62 | 4C | F | 15A | 60 | 2C |
| Octal | 332 | 5 | 65 | 0 | 142 | 114 | 17 | 532 | 140 | 54 |
| Binary | 11011010 | 101 | 110101 | 0 | 1100010 | 1001100 | 1111 | 101011010 | 1100000 | 101100 |
Color Harmonies of #DA0535
Complementary color
Monochromatic Colors of #DA0535
Black with #DA0535
Text Example
Text Example
White with #DA0535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0535; }
p { color: rgb(218,5,53); }
H1.HeaderClassName
{
color: #DA0535;
}
.AnyTagClassName
{
color: #DA0535;
}
</style>
background-color css
<style>
a { background-color: #DA0535; }
a { background-color: rgb(218,5,53); }
div.DivClassName
{
background-color: #DA0535;
}
.BgClassName
{
background-color: #DA0535;
}
</style>
border-color css
<style>
span { border-color: #DA0535; }
span { border-color: rgb(218,5,53); }
td.TdClassName
{
border-color: #DA0535;
}
.TagClassName
{
border-color: #DA0535;
}
</style>