Shades of Crimson #DC1438
Tints of Crimson #DC1438
RGB
CMYK
RGB Variations
Color information
#DC1438 (or 0xDC1438) is known color: Crimson. HEX triplet: DC, 14 and 38. RGB value is (220,20,56). Sum of RGB (Red+Green+Blue) = 220+20+56=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1438 is #23EBC7. Grayscale: #535353. Windows color (decimal): -2354120 or 3675356. OLE color: 3675356.
HSL color Cylindrical-coordinate representation of color #DC1438: hue angle of 349.2º degrees, saturation: 0.83, 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 #DC1438 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 56 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.14 |
| HSL | 349.2º | 0.83% | 0.47% | - |
| HSV(B) | 349.2º | 0.91% | 0.86% | - |
| XYZ | 30.48 | 16 | 5.22 | - |
| YUV | 83.9 | 112.26 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 56 | 0 | 0.91 | 0.75 | 0.14 | 349.2 | 0.83 | 0.47 |
| Hex | DC | 14 | 38 | 0 | 5B | 4B | E | 15D | 53 | 2F |
| Octal | 334 | 24 | 70 | 0 | 133 | 113 | 16 | 535 | 123 | 57 |
| Binary | 11011100 | 10100 | 111000 | 0 | 1011011 | 1001011 | 1110 | 101011101 | 1010011 | 101111 |
Color Harmonies of #DC1438
Complementary color
Monochromatic Colors of #DC1438
Black with #DC1438
Text Example
Text Example
White with #DC1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1438; }
p { color: rgb(220,20,56); }
H1.HeaderClassName
{
color: #DC1438;
}
.AnyTagClassName
{
color: #DC1438;
}
</style>
background-color css
<style>
a { background-color: #DC1438; }
a { background-color: rgb(220,20,56); }
div.DivClassName
{
background-color: #DC1438;
}
.BgClassName
{
background-color: #DC1438;
}
</style>
border-color css
<style>
span { border-color: #DC1438; }
span { border-color: rgb(220,20,56); }
td.TdClassName
{
border-color: #DC1438;
}
.TagClassName
{
border-color: #DC1438;
}
</style>