Shades of Crimson #DC013D
Tints of Crimson #DC013D
RGB
CMYK
RGB Variations
Color information
#DC013D (or 0xDC013D) is known color: Crimson. HEX triplet: DC, 01 and 3D. RGB value is (220,1,61). Sum of RGB (Red+Green+Blue) = 220+1+61=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC013D is #23FEC2. Grayscale: #494949. Windows color (decimal): -2358979 or 3998172. OLE color: 3998172.
HSL color Cylindrical-coordinate representation of color #DC013D: hue angle of 343.56º 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 #DC013D is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.14 |
| HSL | 343.56º | 0.99% | 0.43% | - |
| HSV(B) | 343.56º | 1% | 0.86% | - |
| XYZ | 30.37 | 15.57 | 5.82 | - |
| YUV | 73.32 | 121.05 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 61 | 0 | 1.00 | 0.72 | 0.14 | 343.56 | 0.99 | 0.43 |
| Hex | DC | 1 | 3D | 0 | 64 | 48 | E | 158 | 63 | 2B |
| Octal | 334 | 1 | 75 | 0 | 144 | 110 | 16 | 530 | 143 | 53 |
| Binary | 11011100 | 1 | 111101 | 0 | 1100100 | 1001000 | 1110 | 101011000 | 1100011 | 101011 |
Color Harmonies of #DC013D
Complementary color
Monochromatic Colors of #DC013D
Black with #DC013D
Text Example
Text Example
White with #DC013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC013D; }
p { color: rgb(220,1,61); }
H1.HeaderClassName
{
color: #DC013D;
}
.AnyTagClassName
{
color: #DC013D;
}
</style>
background-color css
<style>
a { background-color: #DC013D; }
a { background-color: rgb(220,1,61); }
div.DivClassName
{
background-color: #DC013D;
}
.BgClassName
{
background-color: #DC013D;
}
</style>
border-color css
<style>
span { border-color: #DC013D; }
span { border-color: rgb(220,1,61); }
td.TdClassName
{
border-color: #DC013D;
}
.TagClassName
{
border-color: #DC013D;
}
</style>