Shades of Crimson #DC1832
Tints of Crimson #DC1832
RGB
CMYK
RGB Variations
Color information
#DC1832 (or 0xDC1832) is known color: Crimson. HEX triplet: DC, 18 and 32. RGB value is (220,24,50). Sum of RGB (Red+Green+Blue) = 220+24+50=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1832 is #23E7CD. Grayscale: #555555. Windows color (decimal): -2353102 or 3283164. OLE color: 3283164.
HSL color Cylindrical-coordinate representation of color #DC1832: hue angle of 352.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1832 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 50 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.14 |
| HSL | 352.04º | 0.8% | 0.48% | - |
| HSV(B) | 352.04º | 0.89% | 0.86% | - |
| XYZ | 30.42 | 16.1 | 4.52 | - |
| YUV | 85.57 | 107.93 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 50 | 0 | 0.89 | 0.77 | 0.14 | 352.04 | 0.8 | 0.48 |
| Hex | DC | 18 | 32 | 0 | 59 | 4D | E | 160 | 50 | 30 |
| Octal | 334 | 30 | 62 | 0 | 131 | 115 | 16 | 540 | 120 | 60 |
| Binary | 11011100 | 11000 | 110010 | 0 | 1011001 | 1001101 | 1110 | 101100000 | 1010000 | 110000 |
Color Harmonies of #DC1832
Complementary color
Monochromatic Colors of #DC1832
Black with #DC1832
Text Example
Text Example
White with #DC1832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1832; }
p { color: rgb(220,24,50); }
H1.HeaderClassName
{
color: #DC1832;
}
.AnyTagClassName
{
color: #DC1832;
}
</style>
background-color css
<style>
a { background-color: #DC1832; }
a { background-color: rgb(220,24,50); }
div.DivClassName
{
background-color: #DC1832;
}
.BgClassName
{
background-color: #DC1832;
}
</style>
border-color css
<style>
span { border-color: #DC1832; }
span { border-color: rgb(220,24,50); }
td.TdClassName
{
border-color: #DC1832;
}
.TagClassName
{
border-color: #DC1832;
}
</style>