Shades of Crimson #DF2143
Tints of Crimson #DF2143
RGB
CMYK
RGB Variations
Color information
#DF2143 (or 0xDF2143) is known color: Crimson. HEX triplet: DF, 21 and 43. RGB value is (223,33,67). Sum of RGB (Red+Green+Blue) = 223+33+67=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2143 is #20DEBC. Grayscale: #5D5D5D. Windows color (decimal): -2154173 or 4399583. OLE color: 4399583.
HSL color Cylindrical-coordinate representation of color #DF2143: hue angle of 349.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2143 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 67 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.13 |
| HSL | 349.26º | 0.75% | 0.5% | - |
| HSV(B) | 349.26º | 0.85% | 0.87% | - |
| XYZ | 31.99 | 17.18 | 6.94 | - |
| YUV | 93.69 | 112.95 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 67 | 0 | 0.85 | 0.70 | 0.13 | 349.26 | 0.75 | 0.5 |
| Hex | DF | 21 | 43 | 0 | 55 | 46 | D | 15D | 4B | 32 |
| Octal | 337 | 41 | 103 | 0 | 125 | 106 | 15 | 535 | 113 | 62 |
| Binary | 11011111 | 100001 | 1000011 | 0 | 1010101 | 1000110 | 1101 | 101011101 | 1001011 | 110010 |
Color Harmonies of #DF2143
Complementary color
Monochromatic Colors of #DF2143
Black with #DF2143
Text Example
Text Example
White with #DF2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2143; }
p { color: rgb(223,33,67); }
H1.HeaderClassName
{
color: #DF2143;
}
.AnyTagClassName
{
color: #DF2143;
}
</style>
background-color css
<style>
a { background-color: #DF2143; }
a { background-color: rgb(223,33,67); }
div.DivClassName
{
background-color: #DF2143;
}
.BgClassName
{
background-color: #DF2143;
}
</style>
border-color css
<style>
span { border-color: #DF2143; }
span { border-color: rgb(223,33,67); }
td.TdClassName
{
border-color: #DF2143;
}
.TagClassName
{
border-color: #DF2143;
}
</style>