Shades of Crimson #DF1532
Tints of Crimson #DF1532
RGB
CMYK
RGB Variations
Color information
#DF1532 (or 0xDF1532) is known color: Crimson. HEX triplet: DF, 15 and 32. RGB value is (223,21,50). Sum of RGB (Red+Green+Blue) = 223+21+50=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1532 is #20EACD. Grayscale: #545454. Windows color (decimal): -2157262 or 3282399. OLE color: 3282399.
HSL color Cylindrical-coordinate representation of color #DF1532: hue angle of 351.39º 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 #DF1532 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 50 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.13 |
| HSL | 351.39º | 0.83% | 0.48% | - |
| HSV(B) | 351.39º | 0.91% | 0.87% | - |
| XYZ | 31.28 | 16.45 | 4.55 | - |
| YUV | 84.7 | 108.42 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 50 | 0 | 0.91 | 0.78 | 0.13 | 351.39 | 0.83 | 0.48 |
| Hex | DF | 15 | 32 | 0 | 5B | 4E | D | 15F | 53 | 30 |
| Octal | 337 | 25 | 62 | 0 | 133 | 116 | 15 | 537 | 123 | 60 |
| Binary | 11011111 | 10101 | 110010 | 0 | 1011011 | 1001110 | 1101 | 101011111 | 1010011 | 110000 |
Color Harmonies of #DF1532
Complementary color
Monochromatic Colors of #DF1532
Black with #DF1532
Text Example
Text Example
White with #DF1532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1532; }
p { color: rgb(223,21,50); }
H1.HeaderClassName
{
color: #DF1532;
}
.AnyTagClassName
{
color: #DF1532;
}
</style>
background-color css
<style>
a { background-color: #DF1532; }
a { background-color: rgb(223,21,50); }
div.DivClassName
{
background-color: #DF1532;
}
.BgClassName
{
background-color: #DF1532;
}
</style>
border-color css
<style>
span { border-color: #DF1532; }
span { border-color: rgb(223,21,50); }
td.TdClassName
{
border-color: #DF1532;
}
.TagClassName
{
border-color: #DF1532;
}
</style>