Shades of Crimson #DC103F
Tints of Crimson #DC103F
RGB
CMYK
RGB Variations
Color information
#DC103F (or 0xDC103F) is known color: Crimson. HEX triplet: DC, 10 and 3F. RGB value is (220,16,63). Sum of RGB (Red+Green+Blue) = 220+16+63=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC103F is #23EFC0. Grayscale: #525252. Windows color (decimal): -2355137 or 4133084. OLE color: 4133084.
HSL color Cylindrical-coordinate representation of color #DC103F: hue angle of 346.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC103F is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 63 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.14 |
| HSL | 346.18º | 0.86% | 0.46% | - |
| HSV(B) | 346.18º | 0.93% | 0.86% | - |
| XYZ | 30.6 | 15.95 | 6.17 | - |
| YUV | 82.35 | 117.09 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 63 | 0 | 0.93 | 0.71 | 0.14 | 346.18 | 0.86 | 0.46 |
| Hex | DC | 10 | 3F | 0 | 5D | 47 | E | 15A | 56 | 2E |
| Octal | 334 | 20 | 77 | 0 | 135 | 107 | 16 | 532 | 126 | 56 |
| Binary | 11011100 | 10000 | 111111 | 0 | 1011101 | 1000111 | 1110 | 101011010 | 1010110 | 101110 |
Color Harmonies of #DC103F
Complementary color
Monochromatic Colors of #DC103F
Black with #DC103F
Text Example
Text Example
White with #DC103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC103F; }
p { color: rgb(220,16,63); }
H1.HeaderClassName
{
color: #DC103F;
}
.AnyTagClassName
{
color: #DC103F;
}
</style>
background-color css
<style>
a { background-color: #DC103F; }
a { background-color: rgb(220,16,63); }
div.DivClassName
{
background-color: #DC103F;
}
.BgClassName
{
background-color: #DC103F;
}
</style>
border-color css
<style>
span { border-color: #DC103F; }
span { border-color: rgb(220,16,63); }
td.TdClassName
{
border-color: #DC103F;
}
.TagClassName
{
border-color: #DC103F;
}
</style>