Shades of Crimson #DC152D
Tints of Crimson #DC152D
RGB
CMYK
RGB Variations
Color information
#DC152D (or 0xDC152D) is known color: Crimson. HEX triplet: DC, 15 and 2D. RGB value is (220,21,45). Sum of RGB (Red+Green+Blue) = 220+21+45=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC152D is #23EAD2. Grayscale: #535353. Windows color (decimal): -2353875 or 2954716. OLE color: 2954716.
HSL color Cylindrical-coordinate representation of color #DC152D: hue angle of 352.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC152D is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 45 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.14 |
| HSL | 352.76º | 0.83% | 0.47% | - |
| HSV(B) | 352.76º | 0.9% | 0.86% | - |
| XYZ | 30.26 | 15.94 | 3.96 | - |
| YUV | 83.24 | 106.43 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 45 | 0 | 0.90 | 0.80 | 0.14 | 352.76 | 0.83 | 0.47 |
| Hex | DC | 15 | 2D | 0 | 5A | 50 | E | 161 | 53 | 2F |
| Octal | 334 | 25 | 55 | 0 | 132 | 120 | 16 | 541 | 123 | 57 |
| Binary | 11011100 | 10101 | 101101 | 0 | 1011010 | 1010000 | 1110 | 101100001 | 1010011 | 101111 |
Color Harmonies of #DC152D
Complementary color
Monochromatic Colors of #DC152D
Black with #DC152D
Text Example
Text Example
White with #DC152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC152D; }
p { color: rgb(220,21,45); }
H1.HeaderClassName
{
color: #DC152D;
}
.AnyTagClassName
{
color: #DC152D;
}
</style>
background-color css
<style>
a { background-color: #DC152D; }
a { background-color: rgb(220,21,45); }
div.DivClassName
{
background-color: #DC152D;
}
.BgClassName
{
background-color: #DC152D;
}
</style>
border-color css
<style>
span { border-color: #DC152D; }
span { border-color: rgb(220,21,45); }
td.TdClassName
{
border-color: #DC152D;
}
.TagClassName
{
border-color: #DC152D;
}
</style>