Shades of Crimson #DC183C
Tints of Crimson #DC183C
RGB
CMYK
RGB Variations
Color information
#DC183C (or 0xDC183C) is known color: Crimson. HEX triplet: DC, 18 and 3C. RGB value is (220,24,60). Sum of RGB (Red+Green+Blue) = 220+24+60=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC183C is #23E7C3. Grayscale: #565656. Windows color (decimal): -2353092 or 3938524. OLE color: 3938524.
HSL color Cylindrical-coordinate representation of color #DC183C: hue angle of 348.98º 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 #DC183C is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 60 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.14 |
| HSL | 348.98º | 0.8% | 0.48% | - |
| HSV(B) | 348.98º | 0.89% | 0.86% | - |
| XYZ | 30.66 | 16.2 | 5.79 | - |
| YUV | 86.71 | 112.93 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 60 | 0 | 0.89 | 0.73 | 0.14 | 348.98 | 0.8 | 0.48 |
| Hex | DC | 18 | 3C | 0 | 59 | 49 | E | 15D | 50 | 30 |
| Octal | 334 | 30 | 74 | 0 | 131 | 111 | 16 | 535 | 120 | 60 |
| Binary | 11011100 | 11000 | 111100 | 0 | 1011001 | 1001001 | 1110 | 101011101 | 1010000 | 110000 |
Color Harmonies of #DC183C
Complementary color
Monochromatic Colors of #DC183C
Black with #DC183C
Text Example
Text Example
White with #DC183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC183C; }
p { color: rgb(220,24,60); }
H1.HeaderClassName
{
color: #DC183C;
}
.AnyTagClassName
{
color: #DC183C;
}
</style>
background-color css
<style>
a { background-color: #DC183C; }
a { background-color: rgb(220,24,60); }
div.DivClassName
{
background-color: #DC183C;
}
.BgClassName
{
background-color: #DC183C;
}
</style>
border-color css
<style>
span { border-color: #DC183C; }
span { border-color: rgb(220,24,60); }
td.TdClassName
{
border-color: #DC183C;
}
.TagClassName
{
border-color: #DC183C;
}
</style>