Shades of Crimson #DF103C
Tints of Crimson #DF103C
RGB
CMYK
RGB Variations
Color information
#DF103C (or 0xDF103C) is known color: Crimson. HEX triplet: DF, 10 and 3C. RGB value is (223,16,60). Sum of RGB (Red+Green+Blue) = 223+16+60=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF103C is #20EFC3. Grayscale: #525252. Windows color (decimal): -2158532 or 3936479. OLE color: 3936479.
HSL color Cylindrical-coordinate representation of color #DF103C: hue angle of 347.25º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF103C is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 60 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.13 |
| HSL | 347.25º | 0.87% | 0.47% | - |
| HSV(B) | 347.25º | 0.93% | 0.87% | - |
| XYZ | 31.43 | 16.38 | 5.78 | - |
| YUV | 82.91 | 115.08 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 60 | 0 | 0.93 | 0.73 | 0.13 | 347.25 | 0.87 | 0.47 |
| Hex | DF | 10 | 3C | 0 | 5D | 49 | D | 15B | 57 | 2F |
| Octal | 337 | 20 | 74 | 0 | 135 | 111 | 15 | 533 | 127 | 57 |
| Binary | 11011111 | 10000 | 111100 | 0 | 1011101 | 1001001 | 1101 | 101011011 | 1010111 | 101111 |
Color Harmonies of #DF103C
Complementary color
Monochromatic Colors of #DF103C
Black with #DF103C
Text Example
Text Example
White with #DF103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF103C; }
p { color: rgb(223,16,60); }
H1.HeaderClassName
{
color: #DF103C;
}
.AnyTagClassName
{
color: #DF103C;
}
</style>
background-color css
<style>
a { background-color: #DF103C; }
a { background-color: rgb(223,16,60); }
div.DivClassName
{
background-color: #DF103C;
}
.BgClassName
{
background-color: #DF103C;
}
</style>
border-color css
<style>
span { border-color: #DF103C; }
span { border-color: rgb(223,16,60); }
td.TdClassName
{
border-color: #DF103C;
}
.TagClassName
{
border-color: #DF103C;
}
</style>