Shades of Crimson #DC013C
Tints of Crimson #DC013C
RGB
CMYK
RGB Variations
Color information
#DC013C (or 0xDC013C) is known color: Crimson. HEX triplet: DC, 01 and 3C. RGB value is (220,1,60). Sum of RGB (Red+Green+Blue) = 220+1+60=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC013C is #23FEC3. Grayscale: #494949. Windows color (decimal): -2358980 or 3932636. OLE color: 3932636.
HSL color Cylindrical-coordinate representation of color #DC013C: hue angle of 343.84º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC013C is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.14 |
| HSL | 343.84º | 0.99% | 0.43% | - |
| HSV(B) | 343.84º | 1% | 0.86% | - |
| XYZ | 30.34 | 15.56 | 5.68 | - |
| YUV | 73.21 | 120.55 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 60 | 0 | 1.00 | 0.73 | 0.14 | 343.84 | 0.99 | 0.43 |
| Hex | DC | 1 | 3C | 0 | 64 | 49 | E | 158 | 63 | 2B |
| Octal | 334 | 1 | 74 | 0 | 144 | 111 | 16 | 530 | 143 | 53 |
| Binary | 11011100 | 1 | 111100 | 0 | 1100100 | 1001001 | 1110 | 101011000 | 1100011 | 101011 |
Color Harmonies of #DC013C
Complementary color
Monochromatic Colors of #DC013C
Black with #DC013C
Text Example
Text Example
White with #DC013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC013C; }
p { color: rgb(220,1,60); }
H1.HeaderClassName
{
color: #DC013C;
}
.AnyTagClassName
{
color: #DC013C;
}
</style>
background-color css
<style>
a { background-color: #DC013C; }
a { background-color: rgb(220,1,60); }
div.DivClassName
{
background-color: #DC013C;
}
.BgClassName
{
background-color: #DC013C;
}
</style>
border-color css
<style>
span { border-color: #DC013C; }
span { border-color: rgb(220,1,60); }
td.TdClassName
{
border-color: #DC013C;
}
.TagClassName
{
border-color: #DC013C;
}
</style>