Shades of Crimson #DF1635
Tints of Crimson #DF1635
RGB
CMYK
RGB Variations
Color information
#DF1635 (or 0xDF1635) is known color: Crimson. HEX triplet: DF, 16 and 35. RGB value is (223,22,53). Sum of RGB (Red+Green+Blue) = 223+22+53=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1635 is #20E9CA. Grayscale: #555555. Windows color (decimal): -2157003 or 3479263. OLE color: 3479263.
HSL color Cylindrical-coordinate representation of color #DF1635: hue angle of 350.75º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1635 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 53 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.13 |
| HSL | 350.75º | 0.82% | 0.48% | - |
| HSV(B) | 350.75º | 0.9% | 0.87% | - |
| XYZ | 31.36 | 16.52 | 4.9 | - |
| YUV | 85.63 | 109.59 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 53 | 0 | 0.90 | 0.76 | 0.13 | 350.75 | 0.82 | 0.48 |
| Hex | DF | 16 | 35 | 0 | 5A | 4C | D | 15F | 52 | 30 |
| Octal | 337 | 26 | 65 | 0 | 132 | 114 | 15 | 537 | 122 | 60 |
| Binary | 11011111 | 10110 | 110101 | 0 | 1011010 | 1001100 | 1101 | 101011111 | 1010010 | 110000 |
Color Harmonies of #DF1635
Complementary color
Monochromatic Colors of #DF1635
Black with #DF1635
Text Example
Text Example
White with #DF1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1635; }
p { color: rgb(223,22,53); }
H1.HeaderClassName
{
color: #DF1635;
}
.AnyTagClassName
{
color: #DF1635;
}
</style>
background-color css
<style>
a { background-color: #DF1635; }
a { background-color: rgb(223,22,53); }
div.DivClassName
{
background-color: #DF1635;
}
.BgClassName
{
background-color: #DF1635;
}
</style>
border-color css
<style>
span { border-color: #DF1635; }
span { border-color: rgb(223,22,53); }
td.TdClassName
{
border-color: #DF1635;
}
.TagClassName
{
border-color: #DF1635;
}
</style>