Shades of Crimson #DC132F
Tints of Crimson #DC132F
RGB
CMYK
RGB Variations
Color information
#DC132F (or 0xDC132F) is known color: Crimson. HEX triplet: DC, 13 and 2F. RGB value is (220,19,47). Sum of RGB (Red+Green+Blue) = 220+19+47=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC132F is #23ECD0. Grayscale: #525252. Windows color (decimal): -2354385 or 3085276. OLE color: 3085276.
HSL color Cylindrical-coordinate representation of color #DC132F: hue angle of 351.64º 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 #DC132F is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 47 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.14 |
| HSL | 351.64º | 0.84% | 0.47% | - |
| HSV(B) | 351.64º | 0.91% | 0.86% | - |
| XYZ | 30.26 | 15.89 | 4.16 | - |
| YUV | 82.29 | 108.09 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 47 | 0 | 0.91 | 0.79 | 0.14 | 351.64 | 0.84 | 0.47 |
| Hex | DC | 13 | 2F | 0 | 5B | 4F | E | 160 | 54 | 2F |
| Octal | 334 | 23 | 57 | 0 | 133 | 117 | 16 | 540 | 124 | 57 |
| Binary | 11011100 | 10011 | 101111 | 0 | 1011011 | 1001111 | 1110 | 101100000 | 1010100 | 101111 |
Color Harmonies of #DC132F
Complementary color
Monochromatic Colors of #DC132F
Black with #DC132F
Text Example
Text Example
White with #DC132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC132F; }
p { color: rgb(220,19,47); }
H1.HeaderClassName
{
color: #DC132F;
}
.AnyTagClassName
{
color: #DC132F;
}
</style>
background-color css
<style>
a { background-color: #DC132F; }
a { background-color: rgb(220,19,47); }
div.DivClassName
{
background-color: #DC132F;
}
.BgClassName
{
background-color: #DC132F;
}
</style>
border-color css
<style>
span { border-color: #DC132F; }
span { border-color: rgb(220,19,47); }
td.TdClassName
{
border-color: #DC132F;
}
.TagClassName
{
border-color: #DC132F;
}
</style>