Shades of Crimson #DF003C
Tints of Crimson #DF003C
RGB
CMYK
RGB Variations
Color information
#DF003C (or 0xDF003C) is known color: Crimson. HEX triplet: DF, 00 and 3C. RGB value is (223,0,60). Sum of RGB (Red+Green+Blue) = 223+0+60=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF003C is #20FFC3. Grayscale: #494949. Windows color (decimal): -2162628 or 3932383. OLE color: 3932383.
HSL color Cylindrical-coordinate representation of color #DF003C: hue angle of 343.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF003C is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.73 | 0.13 |
| HSL | 343.86º | 1% | 0.44% | - |
| HSV(B) | 343.86º | 1% | 0.87% | - |
| XYZ | 31.25 | 16.01 | 5.72 | - |
| YUV | 73.52 | 120.38 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 60 | 0 | 1 | 0.73 | 0.13 | 343.86 | 1 | 0.44 |
| Hex | DF | 0 | 3C | 0 | 64 | 49 | D | 158 | 64 | 2C |
| Octal | 337 | 0 | 74 | 0 | 144 | 111 | 15 | 530 | 144 | 54 |
| Binary | 11011111 | 0 | 111100 | 0 | 1100100 | 1001001 | 1101 | 101011000 | 1100100 | 101100 |
Color Harmonies of #DF003C
Complementary color
Monochromatic Colors of #DF003C
Black with #DF003C
Text Example
Text Example
White with #DF003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF003C; }
p { color: rgb(223,0,60); }
H1.HeaderClassName
{
color: #DF003C;
}
.AnyTagClassName
{
color: #DF003C;
}
</style>
background-color css
<style>
a { background-color: #DF003C; }
a { background-color: rgb(223,0,60); }
div.DivClassName
{
background-color: #DF003C;
}
.BgClassName
{
background-color: #DF003C;
}
</style>
border-color css
<style>
span { border-color: #DF003C; }
span { border-color: rgb(223,0,60); }
td.TdClassName
{
border-color: #DF003C;
}
.TagClassName
{
border-color: #DF003C;
}
</style>