Shades of Crimson #DC0128
Tints of Crimson #DC0128
RGB
CMYK
RGB Variations
Color information
#DC0128 (or 0xDC0128) is known color: Crimson. HEX triplet: DC, 01 and 28. RGB value is (220,1,40). Sum of RGB (Red+Green+Blue) = 220+1+40=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0128 is #23FED7. Grayscale: #464646. Windows color (decimal): -2359000 or 2621916. OLE color: 2621916.
HSL color Cylindrical-coordinate representation of color #DC0128: hue angle of 349.32º 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 #DC0128 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.14 |
| HSL | 349.32º | 0.99% | 0.43% | - |
| HSV(B) | 349.32º | 1% | 0.86% | - |
| XYZ | 29.91 | 15.39 | 3.4 | - |
| YUV | 70.93 | 110.55 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 40 | 0 | 1.00 | 0.82 | 0.14 | 349.32 | 0.99 | 0.43 |
| Hex | DC | 1 | 28 | 0 | 64 | 52 | E | 15D | 63 | 2B |
| Octal | 334 | 1 | 50 | 0 | 144 | 122 | 16 | 535 | 143 | 53 |
| Binary | 11011100 | 1 | 101000 | 0 | 1100100 | 1010010 | 1110 | 101011101 | 1100011 | 101011 |
Color Harmonies of #DC0128
Complementary color
Monochromatic Colors of #DC0128
Black with #DC0128
Text Example
Text Example
White with #DC0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0128; }
p { color: rgb(220,1,40); }
H1.HeaderClassName
{
color: #DC0128;
}
.AnyTagClassName
{
color: #DC0128;
}
</style>
background-color css
<style>
a { background-color: #DC0128; }
a { background-color: rgb(220,1,40); }
div.DivClassName
{
background-color: #DC0128;
}
.BgClassName
{
background-color: #DC0128;
}
</style>
border-color css
<style>
span { border-color: #DC0128; }
span { border-color: rgb(220,1,40); }
td.TdClassName
{
border-color: #DC0128;
}
.TagClassName
{
border-color: #DC0128;
}
</style>