Shades of Crimson #DF1337
Tints of Crimson #DF1337
RGB
CMYK
RGB Variations
Color information
#DF1337 (or 0xDF1337) is known color: Crimson. HEX triplet: DF, 13 and 37. RGB value is (223,19,55). Sum of RGB (Red+Green+Blue) = 223+19+55=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1337 is #20ECC8. Grayscale: #545454. Windows color (decimal): -2157769 or 3609567. OLE color: 3609567.
HSL color Cylindrical-coordinate representation of color #DF1337: hue angle of 349.41º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1337 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 55 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.13 |
| HSL | 349.41º | 0.84% | 0.47% | - |
| HSV(B) | 349.41º | 0.91% | 0.87% | - |
| XYZ | 31.35 | 16.43 | 5.13 | - |
| YUV | 84.1 | 111.59 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 55 | 0 | 0.91 | 0.75 | 0.13 | 349.41 | 0.84 | 0.47 |
| Hex | DF | 13 | 37 | 0 | 5B | 4B | D | 15D | 54 | 2F |
| Octal | 337 | 23 | 67 | 0 | 133 | 113 | 15 | 535 | 124 | 57 |
| Binary | 11011111 | 10011 | 110111 | 0 | 1011011 | 1001011 | 1101 | 101011101 | 1010100 | 101111 |
Color Harmonies of #DF1337
Complementary color
Monochromatic Colors of #DF1337
Black with #DF1337
Text Example
Text Example
White with #DF1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1337; }
p { color: rgb(223,19,55); }
H1.HeaderClassName
{
color: #DF1337;
}
.AnyTagClassName
{
color: #DF1337;
}
</style>
background-color css
<style>
a { background-color: #DF1337; }
a { background-color: rgb(223,19,55); }
div.DivClassName
{
background-color: #DF1337;
}
.BgClassName
{
background-color: #DF1337;
}
</style>
border-color css
<style>
span { border-color: #DF1337; }
span { border-color: rgb(223,19,55); }
td.TdClassName
{
border-color: #DF1337;
}
.TagClassName
{
border-color: #DF1337;
}
</style>