Shades of Crimson #DC012B
Tints of Crimson #DC012B
RGB
CMYK
RGB Variations
Color information
#DC012B (or 0xDC012B) is known color: Crimson. HEX triplet: DC, 01 and 2B. RGB value is (220,1,43). Sum of RGB (Red+Green+Blue) = 220+1+43=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC012B is #23FED4. Grayscale: #474747. Windows color (decimal): -2358997 or 2818524. OLE color: 2818524.
HSL color Cylindrical-coordinate representation of color #DC012B: hue angle of 348.49º 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 #DC012B is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.14 |
| HSL | 348.49º | 0.99% | 0.43% | - |
| HSV(B) | 348.49º | 1% | 0.86% | - |
| XYZ | 29.96 | 15.41 | 3.68 | - |
| YUV | 71.27 | 112.05 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 43 | 0 | 1.00 | 0.80 | 0.14 | 348.49 | 0.99 | 0.43 |
| Hex | DC | 1 | 2B | 0 | 64 | 50 | E | 15C | 63 | 2B |
| Octal | 334 | 1 | 53 | 0 | 144 | 120 | 16 | 534 | 143 | 53 |
| Binary | 11011100 | 1 | 101011 | 0 | 1100100 | 1010000 | 1110 | 101011100 | 1100011 | 101011 |
Color Harmonies of #DC012B
Complementary color
Monochromatic Colors of #DC012B
Black with #DC012B
Text Example
Text Example
White with #DC012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC012B; }
p { color: rgb(220,1,43); }
H1.HeaderClassName
{
color: #DC012B;
}
.AnyTagClassName
{
color: #DC012B;
}
</style>
background-color css
<style>
a { background-color: #DC012B; }
a { background-color: rgb(220,1,43); }
div.DivClassName
{
background-color: #DC012B;
}
.BgClassName
{
background-color: #DC012B;
}
</style>
border-color css
<style>
span { border-color: #DC012B; }
span { border-color: rgb(220,1,43); }
td.TdClassName
{
border-color: #DC012B;
}
.TagClassName
{
border-color: #DC012B;
}
</style>