Shades of Crimson #DC013B
Tints of Crimson #DC013B
RGB
CMYK
RGB Variations
Color information
#DC013B (or 0xDC013B) is known color: Crimson. HEX triplet: DC, 01 and 3B. RGB value is (220,1,59). Sum of RGB (Red+Green+Blue) = 220+1+59=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC013B is #23FEC4. Grayscale: #494949. Windows color (decimal): -2358981 or 3867100. OLE color: 3867100.
HSL color Cylindrical-coordinate representation of color #DC013B: hue angle of 344.11º 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 #DC013B is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.14 |
| HSL | 344.11º | 0.99% | 0.43% | - |
| HSV(B) | 344.11º | 1% | 0.86% | - |
| XYZ | 30.32 | 15.55 | 5.54 | - |
| YUV | 73.09 | 120.05 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 59 | 0 | 1.00 | 0.73 | 0.14 | 344.11 | 0.99 | 0.43 |
| Hex | DC | 1 | 3B | 0 | 64 | 49 | E | 158 | 63 | 2B |
| Octal | 334 | 1 | 73 | 0 | 144 | 111 | 16 | 530 | 143 | 53 |
| Binary | 11011100 | 1 | 111011 | 0 | 1100100 | 1001001 | 1110 | 101011000 | 1100011 | 101011 |
Color Harmonies of #DC013B
Complementary color
Monochromatic Colors of #DC013B
Black with #DC013B
Text Example
Text Example
White with #DC013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC013B; }
p { color: rgb(220,1,59); }
H1.HeaderClassName
{
color: #DC013B;
}
.AnyTagClassName
{
color: #DC013B;
}
</style>
background-color css
<style>
a { background-color: #DC013B; }
a { background-color: rgb(220,1,59); }
div.DivClassName
{
background-color: #DC013B;
}
.BgClassName
{
background-color: #DC013B;
}
</style>
border-color css
<style>
span { border-color: #DC013B; }
span { border-color: rgb(220,1,59); }
td.TdClassName
{
border-color: #DC013B;
}
.TagClassName
{
border-color: #DC013B;
}
</style>