Shades of Crimson #DA1337
Tints of Crimson #DA1337
RGB
CMYK
RGB Variations
Color information
#DA1337 (or 0xDA1337) is known color: Crimson. HEX triplet: DA, 13 and 37. RGB value is (218,19,55). Sum of RGB (Red+Green+Blue) = 218+19+55=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1337 is #25ECC8. Grayscale: #525252. Windows color (decimal): -2485449 or 3609562. OLE color: 3609562.
HSL color Cylindrical-coordinate representation of color #DA1337: hue angle of 349.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1337 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 55 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.15 |
| HSL | 349.15º | 0.84% | 0.46% | - |
| HSV(B) | 349.15º | 0.91% | 0.85% | - |
| XYZ | 29.84 | 15.65 | 5.06 | - |
| YUV | 82.61 | 112.43 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 55 | 0 | 0.91 | 0.75 | 0.15 | 349.15 | 0.84 | 0.46 |
| Hex | DA | 13 | 37 | 0 | 5B | 4B | F | 15D | 54 | 2E |
| Octal | 332 | 23 | 67 | 0 | 133 | 113 | 17 | 535 | 124 | 56 |
| Binary | 11011010 | 10011 | 110111 | 0 | 1011011 | 1001011 | 1111 | 101011101 | 1010100 | 101110 |
Color Harmonies of #DA1337
Complementary color
Monochromatic Colors of #DA1337
Black with #DA1337
Text Example
Text Example
White with #DA1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1337; }
p { color: rgb(218,19,55); }
H1.HeaderClassName
{
color: #DA1337;
}
.AnyTagClassName
{
color: #DA1337;
}
</style>
background-color css
<style>
a { background-color: #DA1337; }
a { background-color: rgb(218,19,55); }
div.DivClassName
{
background-color: #DA1337;
}
.BgClassName
{
background-color: #DA1337;
}
</style>
border-color css
<style>
span { border-color: #DA1337; }
span { border-color: rgb(218,19,55); }
td.TdClassName
{
border-color: #DA1337;
}
.TagClassName
{
border-color: #DA1337;
}
</style>