Shades of Crimson #DC013F
Tints of Crimson #DC013F
RGB
CMYK
RGB Variations
Color information
#DC013F (or 0xDC013F) is known color: Crimson. HEX triplet: DC, 01 and 3F. RGB value is (220,1,63). Sum of RGB (Red+Green+Blue) = 220+1+63=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC013F is #23FEC0. Grayscale: #494949. Windows color (decimal): -2358977 or 4129244. OLE color: 4129244.
HSL color Cylindrical-coordinate representation of color #DC013F: hue angle of 343.01º 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 #DC013F is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.14 |
| HSL | 343.01º | 0.99% | 0.43% | - |
| HSV(B) | 343.01º | 1% | 0.86% | - |
| XYZ | 30.42 | 15.6 | 6.11 | - |
| YUV | 73.55 | 122.05 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 63 | 0 | 1.00 | 0.71 | 0.14 | 343.01 | 0.99 | 0.43 |
| Hex | DC | 1 | 3F | 0 | 64 | 47 | E | 157 | 63 | 2B |
| Octal | 334 | 1 | 77 | 0 | 144 | 107 | 16 | 527 | 143 | 53 |
| Binary | 11011100 | 1 | 111111 | 0 | 1100100 | 1000111 | 1110 | 101010111 | 1100011 | 101011 |
Color Harmonies of #DC013F
Complementary color
Monochromatic Colors of #DC013F
Black with #DC013F
Text Example
Text Example
White with #DC013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC013F; }
p { color: rgb(220,1,63); }
H1.HeaderClassName
{
color: #DC013F;
}
.AnyTagClassName
{
color: #DC013F;
}
</style>
background-color css
<style>
a { background-color: #DC013F; }
a { background-color: rgb(220,1,63); }
div.DivClassName
{
background-color: #DC013F;
}
.BgClassName
{
background-color: #DC013F;
}
</style>
border-color css
<style>
span { border-color: #DC013F; }
span { border-color: rgb(220,1,63); }
td.TdClassName
{
border-color: #DC013F;
}
.TagClassName
{
border-color: #DC013F;
}
</style>