Shades of Crimson #DF103E
Tints of Crimson #DF103E
RGB
CMYK
RGB Variations
Color information
#DF103E (or 0xDF103E) is known color: Crimson. HEX triplet: DF, 10 and 3E. RGB value is (223,16,62). Sum of RGB (Red+Green+Blue) = 223+16+62=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF103E is #20EFC1. Grayscale: #535353. Windows color (decimal): -2158530 or 4067551. OLE color: 4067551.
HSL color Cylindrical-coordinate representation of color #DF103E: hue angle of 346.67º 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 #DF103E is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 62 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.13 |
| HSL | 346.67º | 0.87% | 0.47% | - |
| HSV(B) | 346.67º | 0.93% | 0.87% | - |
| XYZ | 31.49 | 16.41 | 6.06 | - |
| YUV | 83.14 | 116.08 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 62 | 0 | 0.93 | 0.72 | 0.13 | 346.67 | 0.87 | 0.47 |
| Hex | DF | 10 | 3E | 0 | 5D | 48 | D | 15B | 57 | 2F |
| Octal | 337 | 20 | 76 | 0 | 135 | 110 | 15 | 533 | 127 | 57 |
| Binary | 11011111 | 10000 | 111110 | 0 | 1011101 | 1001000 | 1101 | 101011011 | 1010111 | 101111 |
Color Harmonies of #DF103E
Complementary color
Monochromatic Colors of #DF103E
Black with #DF103E
Text Example
Text Example
White with #DF103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF103E; }
p { color: rgb(223,16,62); }
H1.HeaderClassName
{
color: #DF103E;
}
.AnyTagClassName
{
color: #DF103E;
}
</style>
background-color css
<style>
a { background-color: #DF103E; }
a { background-color: rgb(223,16,62); }
div.DivClassName
{
background-color: #DF103E;
}
.BgClassName
{
background-color: #DF103E;
}
</style>
border-color css
<style>
span { border-color: #DF103E; }
span { border-color: rgb(223,16,62); }
td.TdClassName
{
border-color: #DF103E;
}
.TagClassName
{
border-color: #DF103E;
}
</style>