Shades of Crimson #DC0133
Tints of Crimson #DC0133
RGB
CMYK
RGB Variations
Color information
#DC0133 (or 0xDC0133) is known color: Crimson. HEX triplet: DC, 01 and 33. RGB value is (220,1,51). Sum of RGB (Red+Green+Blue) = 220+1+51=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0133 is #23FECC. Grayscale: #484848. Windows color (decimal): -2358989 or 3342812. OLE color: 3342812.
HSL color Cylindrical-coordinate representation of color #DC0133: hue angle of 346.3º 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 #DC0133 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 51 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.14 |
| HSL | 346.3º | 0.99% | 0.43% | - |
| HSV(B) | 346.3º | 1% | 0.86% | - |
| XYZ | 30.12 | 15.48 | 4.53 | - |
| YUV | 72.18 | 116.05 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 51 | 0 | 1.00 | 0.77 | 0.14 | 346.3 | 0.99 | 0.43 |
| Hex | DC | 1 | 33 | 0 | 64 | 4D | E | 15A | 63 | 2B |
| Octal | 334 | 1 | 63 | 0 | 144 | 115 | 16 | 532 | 143 | 53 |
| Binary | 11011100 | 1 | 110011 | 0 | 1100100 | 1001101 | 1110 | 101011010 | 1100011 | 101011 |
Color Harmonies of #DC0133
Complementary color
Monochromatic Colors of #DC0133
Black with #DC0133
Text Example
Text Example
White with #DC0133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0133; }
p { color: rgb(220,1,51); }
H1.HeaderClassName
{
color: #DC0133;
}
.AnyTagClassName
{
color: #DC0133;
}
</style>
background-color css
<style>
a { background-color: #DC0133; }
a { background-color: rgb(220,1,51); }
div.DivClassName
{
background-color: #DC0133;
}
.BgClassName
{
background-color: #DC0133;
}
</style>
border-color css
<style>
span { border-color: #DC0133; }
span { border-color: rgb(220,1,51); }
td.TdClassName
{
border-color: #DC0133;
}
.TagClassName
{
border-color: #DC0133;
}
</style>