Shades of Crimson #DF1C3C
Tints of Crimson #DF1C3C
RGB
CMYK
RGB Variations
Color information
#DF1C3C (or 0xDF1C3C) is known color: Crimson. HEX triplet: DF, 1C and 3C. RGB value is (223,28,60). Sum of RGB (Red+Green+Blue) = 223+28+60=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1C3C is #20E3C3. Grayscale: #5A5A5A. Windows color (decimal): -2155460 or 3939551. OLE color: 3939551.
HSL color Cylindrical-coordinate representation of color #DF1C3C: hue angle of 350.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1C3C is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 28 | 60 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.13 |
| HSL | 350.15º | 0.78% | 0.49% | - |
| HSV(B) | 350.15º | 0.87% | 0.87% | - |
| XYZ | 31.66 | 16.84 | 5.86 | - |
| YUV | 89.95 | 111.1 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 28 | 60 | 0 | 0.87 | 0.73 | 0.13 | 350.15 | 0.78 | 0.49 |
| Hex | DF | 1C | 3C | 0 | 57 | 49 | D | 15E | 4E | 31 |
| Octal | 337 | 34 | 74 | 0 | 127 | 111 | 15 | 536 | 116 | 61 |
| Binary | 11011111 | 11100 | 111100 | 0 | 1010111 | 1001001 | 1101 | 101011110 | 1001110 | 110001 |
Color Harmonies of #DF1C3C
Complementary color
Monochromatic Colors of #DF1C3C
Black with #DF1C3C
Text Example
Text Example
White with #DF1C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1C3C; }
p { color: rgb(223,28,60); }
H1.HeaderClassName
{
color: #DF1C3C;
}
.AnyTagClassName
{
color: #DF1C3C;
}
</style>
background-color css
<style>
a { background-color: #DF1C3C; }
a { background-color: rgb(223,28,60); }
div.DivClassName
{
background-color: #DF1C3C;
}
.BgClassName
{
background-color: #DF1C3C;
}
</style>
border-color css
<style>
span { border-color: #DF1C3C; }
span { border-color: rgb(223,28,60); }
td.TdClassName
{
border-color: #DF1C3C;
}
.TagClassName
{
border-color: #DF1C3C;
}
</style>