Shades of Crimson #DC013E
Tints of Crimson #DC013E
RGB
CMYK
RGB Variations
Color information
#DC013E (or 0xDC013E) is known color: Crimson. HEX triplet: DC, 01 and 3E. RGB value is (220,1,62). Sum of RGB (Red+Green+Blue) = 220+1+62=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC013E is #23FEC1. Grayscale: #494949. Windows color (decimal): -2358978 or 4063708. OLE color: 4063708.
HSL color Cylindrical-coordinate representation of color #DC013E: hue angle of 343.29º 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 #DC013E is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.14 |
| HSL | 343.29º | 0.99% | 0.43% | - |
| HSV(B) | 343.29º | 1% | 0.86% | - |
| XYZ | 30.4 | 15.59 | 5.96 | - |
| YUV | 73.44 | 121.55 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 62 | 0 | 1.00 | 0.72 | 0.14 | 343.29 | 0.99 | 0.43 |
| Hex | DC | 1 | 3E | 0 | 64 | 48 | E | 157 | 63 | 2B |
| Octal | 334 | 1 | 76 | 0 | 144 | 110 | 16 | 527 | 143 | 53 |
| Binary | 11011100 | 1 | 111110 | 0 | 1100100 | 1001000 | 1110 | 101010111 | 1100011 | 101011 |
Color Harmonies of #DC013E
Complementary color
Monochromatic Colors of #DC013E
Black with #DC013E
Text Example
Text Example
White with #DC013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC013E; }
p { color: rgb(220,1,62); }
H1.HeaderClassName
{
color: #DC013E;
}
.AnyTagClassName
{
color: #DC013E;
}
</style>
background-color css
<style>
a { background-color: #DC013E; }
a { background-color: rgb(220,1,62); }
div.DivClassName
{
background-color: #DC013E;
}
.BgClassName
{
background-color: #DC013E;
}
</style>
border-color css
<style>
span { border-color: #DC013E; }
span { border-color: rgb(220,1,62); }
td.TdClassName
{
border-color: #DC013E;
}
.TagClassName
{
border-color: #DC013E;
}
</style>