Shades of Crimson #DF1B37
Tints of Crimson #DF1B37
RGB
CMYK
RGB Variations
Color information
#DF1B37 (or 0xDF1B37) is known color: Crimson. HEX triplet: DF, 1B and 37. RGB value is (223,27,55). Sum of RGB (Red+Green+Blue) = 223+27+55=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1B37 is #20E4C8. Grayscale: #585858. Windows color (decimal): -2155721 or 3611615. OLE color: 3611615.
HSL color Cylindrical-coordinate representation of color #DF1B37: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1B37 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 55 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.13 |
| HSL | 351.43º | 0.78% | 0.49% | - |
| HSV(B) | 351.43º | 0.88% | 0.87% | - |
| XYZ | 31.51 | 16.75 | 5.19 | - |
| YUV | 88.8 | 108.93 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 55 | 0 | 0.88 | 0.75 | 0.13 | 351.43 | 0.78 | 0.49 |
| Hex | DF | 1B | 37 | 0 | 58 | 4B | D | 15F | 4E | 31 |
| Octal | 337 | 33 | 67 | 0 | 130 | 113 | 15 | 537 | 116 | 61 |
| Binary | 11011111 | 11011 | 110111 | 0 | 1011000 | 1001011 | 1101 | 101011111 | 1001110 | 110001 |
Color Harmonies of #DF1B37
Complementary color
Monochromatic Colors of #DF1B37
Black with #DF1B37
Text Example
Text Example
White with #DF1B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1B37; }
p { color: rgb(223,27,55); }
H1.HeaderClassName
{
color: #DF1B37;
}
.AnyTagClassName
{
color: #DF1B37;
}
</style>
background-color css
<style>
a { background-color: #DF1B37; }
a { background-color: rgb(223,27,55); }
div.DivClassName
{
background-color: #DF1B37;
}
.BgClassName
{
background-color: #DF1B37;
}
</style>
border-color css
<style>
span { border-color: #DF1B37; }
span { border-color: rgb(223,27,55); }
td.TdClassName
{
border-color: #DF1B37;
}
.TagClassName
{
border-color: #DF1B37;
}
</style>