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