Shades of Crimson #DF143C
Tints of Crimson #DF143C
RGB
CMYK
RGB Variations
Color information
#DF143C (or 0xDF143C) is known color: Crimson. HEX triplet: DF, 14 and 3C. RGB value is (223,20,60). Sum of RGB (Red+Green+Blue) = 223+20+60=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF143C is #20EBC3. Grayscale: #555555. Windows color (decimal): -2157508 or 3937503. OLE color: 3937503.
HSL color Cylindrical-coordinate representation of color #DF143C: hue angle of 348.18º 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 #DF143C is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 60 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.13 |
| HSL | 348.18º | 0.84% | 0.48% | - |
| HSV(B) | 348.18º | 0.91% | 0.87% | - |
| XYZ | 31.5 | 16.51 | 5.8 | - |
| YUV | 85.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 60 | 0 | 0.91 | 0.73 | 0.13 | 348.18 | 0.84 | 0.48 |
| Hex | DF | 14 | 3C | 0 | 5B | 49 | D | 15C | 54 | 30 |
| Octal | 337 | 24 | 74 | 0 | 133 | 111 | 15 | 534 | 124 | 60 |
| Binary | 11011111 | 10100 | 111100 | 0 | 1011011 | 1001001 | 1101 | 101011100 | 1010100 | 110000 |
Color Harmonies of #DF143C
Complementary color
Monochromatic Colors of #DF143C
Black with #DF143C
Text Example
Text Example
White with #DF143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF143C; }
p { color: rgb(223,20,60); }
H1.HeaderClassName
{
color: #DF143C;
}
.AnyTagClassName
{
color: #DF143C;
}
</style>
background-color css
<style>
a { background-color: #DF143C; }
a { background-color: rgb(223,20,60); }
div.DivClassName
{
background-color: #DF143C;
}
.BgClassName
{
background-color: #DF143C;
}
</style>
border-color css
<style>
span { border-color: #DF143C; }
span { border-color: rgb(223,20,60); }
td.TdClassName
{
border-color: #DF143C;
}
.TagClassName
{
border-color: #DF143C;
}
</style>