Shades of Crimson #DF1537
Tints of Crimson #DF1537
RGB
CMYK
RGB Variations
Color information
#DF1537 (or 0xDF1537) is known color: Crimson. HEX triplet: DF, 15 and 37. RGB value is (223,21,55). Sum of RGB (Red+Green+Blue) = 223+21+55=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1537 is #20EAC8. Grayscale: #555555. Windows color (decimal): -2157257 or 3610079. OLE color: 3610079.
HSL color Cylindrical-coordinate representation of color #DF1537: hue angle of 349.9º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1537 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 55 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.13 |
| HSL | 349.9º | 0.83% | 0.48% | - |
| HSV(B) | 349.9º | 0.91% | 0.87% | - |
| XYZ | 31.39 | 16.5 | 5.14 | - |
| YUV | 85.27 | 110.92 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 55 | 0 | 0.91 | 0.75 | 0.13 | 349.9 | 0.83 | 0.48 |
| Hex | DF | 15 | 37 | 0 | 5B | 4B | D | 15E | 53 | 30 |
| Octal | 337 | 25 | 67 | 0 | 133 | 113 | 15 | 536 | 123 | 60 |
| Binary | 11011111 | 10101 | 110111 | 0 | 1011011 | 1001011 | 1101 | 101011110 | 1010011 | 110000 |
Color Harmonies of #DF1537
Complementary color
Monochromatic Colors of #DF1537
Black with #DF1537
Text Example
Text Example
White with #DF1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1537; }
p { color: rgb(223,21,55); }
H1.HeaderClassName
{
color: #DF1537;
}
.AnyTagClassName
{
color: #DF1537;
}
</style>
background-color css
<style>
a { background-color: #DF1537; }
a { background-color: rgb(223,21,55); }
div.DivClassName
{
background-color: #DF1537;
}
.BgClassName
{
background-color: #DF1537;
}
</style>
border-color css
<style>
span { border-color: #DF1537; }
span { border-color: rgb(223,21,55); }
td.TdClassName
{
border-color: #DF1537;
}
.TagClassName
{
border-color: #DF1537;
}
</style>