Shades of Crimson #DC1448
Tints of Crimson #DC1448
RGB
CMYK
RGB Variations
Color information
#DC1448 (or 0xDC1448) is known color: Crimson. HEX triplet: DC, 14 and 48. RGB value is (220,20,72). Sum of RGB (Red+Green+Blue) = 220+20+72=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1448 is #23EBB7. Grayscale: #555555. Windows color (decimal): -2354104 or 4723932. OLE color: 4723932.
HSL color Cylindrical-coordinate representation of color #DC1448: hue angle of 344.4º 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 #DC1448 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 72 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.14 |
| HSL | 344.4º | 0.83% | 0.47% | - |
| HSV(B) | 344.4º | 0.91% | 0.86% | - |
| XYZ | 30.94 | 16.18 | 7.62 | - |
| YUV | 85.73 | 120.26 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 72 | 0 | 0.91 | 0.67 | 0.14 | 344.4 | 0.83 | 0.47 |
| Hex | DC | 14 | 48 | 0 | 5B | 43 | E | 158 | 53 | 2F |
| Octal | 334 | 24 | 110 | 0 | 133 | 103 | 16 | 530 | 123 | 57 |
| Binary | 11011100 | 10100 | 1001000 | 0 | 1011011 | 1000011 | 1110 | 101011000 | 1010011 | 101111 |
Color Harmonies of #DC1448
Complementary color
Monochromatic Colors of #DC1448
Black with #DC1448
Text Example
Text Example
White with #DC1448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1448; }
p { color: rgb(220,20,72); }
H1.HeaderClassName
{
color: #DC1448;
}
.AnyTagClassName
{
color: #DC1448;
}
</style>
background-color css
<style>
a { background-color: #DC1448; }
a { background-color: rgb(220,20,72); }
div.DivClassName
{
background-color: #DC1448;
}
.BgClassName
{
background-color: #DC1448;
}
</style>
border-color css
<style>
span { border-color: #DC1448; }
span { border-color: rgb(220,20,72); }
td.TdClassName
{
border-color: #DC1448;
}
.TagClassName
{
border-color: #DC1448;
}
</style>