Shades of Crimson #DA1836
Tints of Crimson #DA1836
RGB
CMYK
RGB Variations
Color information
#DA1836 (or 0xDA1836) is known color: Crimson. HEX triplet: DA, 18 and 36. RGB value is (218,24,54). Sum of RGB (Red+Green+Blue) = 218+24+54=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1836 is #25E7C9. Grayscale: #555555. Windows color (decimal): -2484170 or 3545306. OLE color: 3545306.
HSL color Cylindrical-coordinate representation of color #DA1836: hue angle of 350.72º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1836 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 54 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.15 |
| HSL | 350.72º | 0.8% | 0.47% | - |
| HSV(B) | 350.72º | 0.89% | 0.85% | - |
| XYZ | 29.91 | 15.83 | 4.97 | - |
| YUV | 85.43 | 110.27 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 54 | 0 | 0.89 | 0.75 | 0.15 | 350.72 | 0.8 | 0.47 |
| Hex | DA | 18 | 36 | 0 | 59 | 4B | F | 15F | 50 | 2F |
| Octal | 332 | 30 | 66 | 0 | 131 | 113 | 17 | 537 | 120 | 57 |
| Binary | 11011010 | 11000 | 110110 | 0 | 1011001 | 1001011 | 1111 | 101011111 | 1010000 | 101111 |
Color Harmonies of #DA1836
Complementary color
Monochromatic Colors of #DA1836
Black with #DA1836
Text Example
Text Example
White with #DA1836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1836; }
p { color: rgb(218,24,54); }
H1.HeaderClassName
{
color: #DA1836;
}
.AnyTagClassName
{
color: #DA1836;
}
</style>
background-color css
<style>
a { background-color: #DA1836; }
a { background-color: rgb(218,24,54); }
div.DivClassName
{
background-color: #DA1836;
}
.BgClassName
{
background-color: #DA1836;
}
</style>
border-color css
<style>
span { border-color: #DA1836; }
span { border-color: rgb(218,24,54); }
td.TdClassName
{
border-color: #DA1836;
}
.TagClassName
{
border-color: #DA1836;
}
</style>