Shades of Crimson #DA0036
Tints of Crimson #DA0036
RGB
CMYK
RGB Variations
Color information
#DA0036 (or 0xDA0036) is known color: Crimson. HEX triplet: DA, 00 and 36. RGB value is (218,0,54). Sum of RGB (Red+Green+Blue) = 218+0+54=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0036 is #25FFC9. Grayscale: #474747. Windows color (decimal): -2490314 or 3539162. OLE color: 3539162.
HSL color Cylindrical-coordinate representation of color #DA0036: hue angle of 345.14º 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 #DA0036 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.75 | 0.15 |
| HSL | 345.14º | 1% | 0.43% | - |
| HSV(B) | 345.14º | 1% | 0.85% | - |
| XYZ | 29.58 | 15.17 | 4.86 | - |
| YUV | 71.34 | 118.22 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 54 | 0 | 1 | 0.75 | 0.15 | 345.14 | 1 | 0.43 |
| Hex | DA | 0 | 36 | 0 | 64 | 4B | F | 159 | 64 | 2B |
| Octal | 332 | 0 | 66 | 0 | 144 | 113 | 17 | 531 | 144 | 53 |
| Binary | 11011010 | 0 | 110110 | 0 | 1100100 | 1001011 | 1111 | 101011001 | 1100100 | 101011 |
Color Harmonies of #DA0036
Complementary color
Monochromatic Colors of #DA0036
Black with #DA0036
Text Example
Text Example
White with #DA0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0036; }
p { color: rgb(218,0,54); }
H1.HeaderClassName
{
color: #DA0036;
}
.AnyTagClassName
{
color: #DA0036;
}
</style>
background-color css
<style>
a { background-color: #DA0036; }
a { background-color: rgb(218,0,54); }
div.DivClassName
{
background-color: #DA0036;
}
.BgClassName
{
background-color: #DA0036;
}
</style>
border-color css
<style>
span { border-color: #DA0036; }
span { border-color: rgb(218,0,54); }
td.TdClassName
{
border-color: #DA0036;
}
.TagClassName
{
border-color: #DA0036;
}
</style>