Shades of Crimson #DA1437
Tints of Crimson #DA1437
RGB
CMYK
RGB Variations
Color information
#DA1437 (or 0xDA1437) is known color: Crimson. HEX triplet: DA, 14 and 37. RGB value is (218,20,55). Sum of RGB (Red+Green+Blue) = 218+20+55=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1437 is #25EBC8. Grayscale: #535353. Windows color (decimal): -2485193 or 3609818. OLE color: 3609818.
HSL color Cylindrical-coordinate representation of color #DA1437: hue angle of 349.39º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1437 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 55 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.15 |
| HSL | 349.39º | 0.83% | 0.47% | - |
| HSV(B) | 349.39º | 0.91% | 0.85% | - |
| XYZ | 29.85 | 15.68 | 5.07 | - |
| YUV | 83.19 | 112.1 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 55 | 0 | 0.91 | 0.75 | 0.15 | 349.39 | 0.83 | 0.47 |
| Hex | DA | 14 | 37 | 0 | 5B | 4B | F | 15D | 53 | 2F |
| Octal | 332 | 24 | 67 | 0 | 133 | 113 | 17 | 535 | 123 | 57 |
| Binary | 11011010 | 10100 | 110111 | 0 | 1011011 | 1001011 | 1111 | 101011101 | 1010011 | 101111 |
Color Harmonies of #DA1437
Complementary color
Monochromatic Colors of #DA1437
Black with #DA1437
Text Example
Text Example
White with #DA1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1437; }
p { color: rgb(218,20,55); }
H1.HeaderClassName
{
color: #DA1437;
}
.AnyTagClassName
{
color: #DA1437;
}
</style>
background-color css
<style>
a { background-color: #DA1437; }
a { background-color: rgb(218,20,55); }
div.DivClassName
{
background-color: #DA1437;
}
.BgClassName
{
background-color: #DA1437;
}
</style>
border-color css
<style>
span { border-color: #DA1437; }
span { border-color: rgb(218,20,55); }
td.TdClassName
{
border-color: #DA1437;
}
.TagClassName
{
border-color: #DA1437;
}
</style>