Shades of Crimson #DF1431
Tints of Crimson #DF1431
RGB
CMYK
RGB Variations
Color information
#DF1431 (or 0xDF1431) is known color: Crimson. HEX triplet: DF, 14 and 31. RGB value is (223,20,49). Sum of RGB (Red+Green+Blue) = 223+20+49=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1431 is #20EBCE. Grayscale: #545454. Windows color (decimal): -2157519 or 3216607. OLE color: 3216607.
HSL color Cylindrical-coordinate representation of color #DF1431: hue angle of 351.43º degrees, saturation: 0.84, 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 #DF1431 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 49 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.13 |
| HSL | 351.43º | 0.84% | 0.48% | - |
| HSV(B) | 351.43º | 0.91% | 0.87% | - |
| XYZ | 31.24 | 16.41 | 4.43 | - |
| YUV | 84 | 108.25 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 49 | 0 | 0.91 | 0.78 | 0.13 | 351.43 | 0.84 | 0.48 |
| Hex | DF | 14 | 31 | 0 | 5B | 4E | D | 15F | 54 | 30 |
| Octal | 337 | 24 | 61 | 0 | 133 | 116 | 15 | 537 | 124 | 60 |
| Binary | 11011111 | 10100 | 110001 | 0 | 1011011 | 1001110 | 1101 | 101011111 | 1010100 | 110000 |
Color Harmonies of #DF1431
Complementary color
Monochromatic Colors of #DF1431
Black with #DF1431
Text Example
Text Example
White with #DF1431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1431; }
p { color: rgb(223,20,49); }
H1.HeaderClassName
{
color: #DF1431;
}
.AnyTagClassName
{
color: #DF1431;
}
</style>
background-color css
<style>
a { background-color: #DF1431; }
a { background-color: rgb(223,20,49); }
div.DivClassName
{
background-color: #DF1431;
}
.BgClassName
{
background-color: #DF1431;
}
</style>
border-color css
<style>
span { border-color: #DF1431; }
span { border-color: rgb(223,20,49); }
td.TdClassName
{
border-color: #DF1431;
}
.TagClassName
{
border-color: #DF1431;
}
</style>