Shades of Crimson #DF142C
Tints of Crimson #DF142C
RGB
CMYK
RGB Variations
Color information
#DF142C (or 0xDF142C) is known color: Crimson. HEX triplet: DF, 14 and 2C. RGB value is (223,20,44). Sum of RGB (Red+Green+Blue) = 223+20+44=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF142C is #20EBD3. Grayscale: #535353. Windows color (decimal): -2157524 or 2888927. OLE color: 2888927.
HSL color Cylindrical-coordinate representation of color #DF142C: hue angle of 352.91º 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 #DF142C is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 44 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.13 |
| HSL | 352.91º | 0.84% | 0.48% | - |
| HSV(B) | 352.91º | 0.91% | 0.87% | - |
| XYZ | 31.14 | 16.37 | 3.9 | - |
| YUV | 83.43 | 105.75 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 44 | 0 | 0.91 | 0.80 | 0.13 | 352.91 | 0.84 | 0.48 |
| Hex | DF | 14 | 2C | 0 | 5B | 50 | D | 161 | 54 | 30 |
| Octal | 337 | 24 | 54 | 0 | 133 | 120 | 15 | 541 | 124 | 60 |
| Binary | 11011111 | 10100 | 101100 | 0 | 1011011 | 1010000 | 1101 | 101100001 | 1010100 | 110000 |
Color Harmonies of #DF142C
Complementary color
Monochromatic Colors of #DF142C
Black with #DF142C
Text Example
Text Example
White with #DF142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF142C; }
p { color: rgb(223,20,44); }
H1.HeaderClassName
{
color: #DF142C;
}
.AnyTagClassName
{
color: #DF142C;
}
</style>
background-color css
<style>
a { background-color: #DF142C; }
a { background-color: rgb(223,20,44); }
div.DivClassName
{
background-color: #DF142C;
}
.BgClassName
{
background-color: #DF142C;
}
</style>
border-color css
<style>
span { border-color: #DF142C; }
span { border-color: rgb(223,20,44); }
td.TdClassName
{
border-color: #DF142C;
}
.TagClassName
{
border-color: #DF142C;
}
</style>