Shades of Crimson #DF143F
Tints of Crimson #DF143F
RGB
CMYK
RGB Variations
Color information
#DF143F (or 0xDF143F) is known color: Crimson. HEX triplet: DF, 14 and 3F. RGB value is (223,20,63). Sum of RGB (Red+Green+Blue) = 223+20+63=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF143F is #20EBC0. Grayscale: #555555. Windows color (decimal): -2157505 or 4134111. OLE color: 4134111.
HSL color Cylindrical-coordinate representation of color #DF143F: hue angle of 347.29º 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 #DF143F is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 63 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.13 |
| HSL | 347.29º | 0.84% | 0.48% | - |
| HSV(B) | 347.29º | 0.91% | 0.87% | - |
| XYZ | 31.58 | 16.55 | 6.23 | - |
| YUV | 85.6 | 115.25 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 63 | 0 | 0.91 | 0.72 | 0.13 | 347.29 | 0.84 | 0.48 |
| Hex | DF | 14 | 3F | 0 | 5B | 48 | D | 15B | 54 | 30 |
| Octal | 337 | 24 | 77 | 0 | 133 | 110 | 15 | 533 | 124 | 60 |
| Binary | 11011111 | 10100 | 111111 | 0 | 1011011 | 1001000 | 1101 | 101011011 | 1010100 | 110000 |
Color Harmonies of #DF143F
Complementary color
Monochromatic Colors of #DF143F
Black with #DF143F
Text Example
Text Example
White with #DF143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF143F; }
p { color: rgb(223,20,63); }
H1.HeaderClassName
{
color: #DF143F;
}
.AnyTagClassName
{
color: #DF143F;
}
</style>
background-color css
<style>
a { background-color: #DF143F; }
a { background-color: rgb(223,20,63); }
div.DivClassName
{
background-color: #DF143F;
}
.BgClassName
{
background-color: #DF143F;
}
</style>
border-color css
<style>
span { border-color: #DF143F; }
span { border-color: rgb(223,20,63); }
td.TdClassName
{
border-color: #DF143F;
}
.TagClassName
{
border-color: #DF143F;
}
</style>