Shades of Crimson #DC013A
Tints of Crimson #DC013A
RGB
CMYK
RGB Variations
Color information
#DC013A (or 0xDC013A) is known color: Crimson. HEX triplet: DC, 01 and 3A. RGB value is (220,1,58). Sum of RGB (Red+Green+Blue) = 220+1+58=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC013A is #23FEC5. Grayscale: #484848. Windows color (decimal): -2358982 or 3801564. OLE color: 3801564.
HSL color Cylindrical-coordinate representation of color #DC013A: hue angle of 344.38º 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 #DC013A is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.14 |
| HSL | 344.38º | 0.99% | 0.43% | - |
| HSV(B) | 344.38º | 1% | 0.86% | - |
| XYZ | 30.29 | 15.54 | 5.41 | - |
| YUV | 72.98 | 119.55 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 58 | 0 | 1.00 | 0.74 | 0.14 | 344.38 | 0.99 | 0.43 |
| Hex | DC | 1 | 3A | 0 | 64 | 4A | E | 158 | 63 | 2B |
| Octal | 334 | 1 | 72 | 0 | 144 | 112 | 16 | 530 | 143 | 53 |
| Binary | 11011100 | 1 | 111010 | 0 | 1100100 | 1001010 | 1110 | 101011000 | 1100011 | 101011 |
Color Harmonies of #DC013A
Complementary color
Monochromatic Colors of #DC013A
Black with #DC013A
Text Example
Text Example
White with #DC013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC013A; }
p { color: rgb(220,1,58); }
H1.HeaderClassName
{
color: #DC013A;
}
.AnyTagClassName
{
color: #DC013A;
}
</style>
background-color css
<style>
a { background-color: #DC013A; }
a { background-color: rgb(220,1,58); }
div.DivClassName
{
background-color: #DC013A;
}
.BgClassName
{
background-color: #DC013A;
}
</style>
border-color css
<style>
span { border-color: #DC013A; }
span { border-color: rgb(220,1,58); }
td.TdClassName
{
border-color: #DC013A;
}
.TagClassName
{
border-color: #DC013A;
}
</style>