Shades of Crimson #DC1834
Tints of Crimson #DC1834
RGB
CMYK
RGB Variations
Color information
#DC1834 (or 0xDC1834) is known color: Crimson. HEX triplet: DC, 18 and 34. RGB value is (220,24,52). Sum of RGB (Red+Green+Blue) = 220+24+52=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1834 is #23E7CB. Grayscale: #555555. Windows color (decimal): -2353100 or 3414236. OLE color: 3414236.
HSL color Cylindrical-coordinate representation of color #DC1834: hue angle of 351.43º 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 #DC1834 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 52 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.14 |
| HSL | 351.43º | 0.8% | 0.48% | - |
| HSV(B) | 351.43º | 0.89% | 0.86% | - |
| XYZ | 30.46 | 16.12 | 4.75 | - |
| YUV | 85.8 | 108.93 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 52 | 0 | 0.89 | 0.76 | 0.14 | 351.43 | 0.8 | 0.48 |
| Hex | DC | 18 | 34 | 0 | 59 | 4C | E | 15F | 50 | 30 |
| Octal | 334 | 30 | 64 | 0 | 131 | 114 | 16 | 537 | 120 | 60 |
| Binary | 11011100 | 11000 | 110100 | 0 | 1011001 | 1001100 | 1110 | 101011111 | 1010000 | 110000 |
Color Harmonies of #DC1834
Complementary color
Monochromatic Colors of #DC1834
Black with #DC1834
Text Example
Text Example
White with #DC1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1834; }
p { color: rgb(220,24,52); }
H1.HeaderClassName
{
color: #DC1834;
}
.AnyTagClassName
{
color: #DC1834;
}
</style>
background-color css
<style>
a { background-color: #DC1834; }
a { background-color: rgb(220,24,52); }
div.DivClassName
{
background-color: #DC1834;
}
.BgClassName
{
background-color: #DC1834;
}
</style>
border-color css
<style>
span { border-color: #DC1834; }
span { border-color: rgb(220,24,52); }
td.TdClassName
{
border-color: #DC1834;
}
.TagClassName
{
border-color: #DC1834;
}
</style>