Shades of Crimson #DC132D
Tints of Crimson #DC132D
RGB
CMYK
RGB Variations
Color information
#DC132D (or 0xDC132D) is known color: Crimson. HEX triplet: DC, 13 and 2D. RGB value is (220,19,45). Sum of RGB (Red+Green+Blue) = 220+19+45=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC132D is #23ECD2. Grayscale: #525252. Windows color (decimal): -2354387 or 2954204. OLE color: 2954204.
HSL color Cylindrical-coordinate representation of color #DC132D: hue angle of 352.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC132D is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.14 |
| HSL | 352.24º | 0.84% | 0.47% | - |
| HSV(B) | 352.24º | 0.91% | 0.86% | - |
| XYZ | 30.22 | 15.87 | 3.95 | - |
| YUV | 82.06 | 107.09 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 45 | 0 | 0.91 | 0.80 | 0.14 | 352.24 | 0.84 | 0.47 |
| Hex | DC | 13 | 2D | 0 | 5B | 50 | E | 160 | 54 | 2F |
| Octal | 334 | 23 | 55 | 0 | 133 | 120 | 16 | 540 | 124 | 57 |
| Binary | 11011100 | 10011 | 101101 | 0 | 1011011 | 1010000 | 1110 | 101100000 | 1010100 | 101111 |
Color Harmonies of #DC132D
Complementary color
Monochromatic Colors of #DC132D
Black with #DC132D
Text Example
Text Example
White with #DC132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC132D; }
p { color: rgb(220,19,45); }
H1.HeaderClassName
{
color: #DC132D;
}
.AnyTagClassName
{
color: #DC132D;
}
</style>
background-color css
<style>
a { background-color: #DC132D; }
a { background-color: rgb(220,19,45); }
div.DivClassName
{
background-color: #DC132D;
}
.BgClassName
{
background-color: #DC132D;
}
</style>
border-color css
<style>
span { border-color: #DC132D; }
span { border-color: rgb(220,19,45); }
td.TdClassName
{
border-color: #DC132D;
}
.TagClassName
{
border-color: #DC132D;
}
</style>