Shades of Crimson #DC143F
Tints of Crimson #DC143F
RGB
CMYK
RGB Variations
Color information
#DC143F (or 0xDC143F) is known color: Crimson. HEX triplet: DC, 14 and 3F. RGB value is (220,20,63). Sum of RGB (Red+Green+Blue) = 220+20+63=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC143F is #23EBC0. Grayscale: #545454. Windows color (decimal): -2354113 or 4134108. OLE color: 4134108.
HSL color Cylindrical-coordinate representation of color #DC143F: hue angle of 347.1º 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 #DC143F is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 63 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.14 |
| HSL | 347.1º | 0.83% | 0.47% | - |
| HSV(B) | 347.1º | 0.91% | 0.86% | - |
| XYZ | 30.66 | 16.07 | 6.19 | - |
| YUV | 84.7 | 115.76 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 63 | 0 | 0.91 | 0.71 | 0.14 | 347.1 | 0.83 | 0.47 |
| Hex | DC | 14 | 3F | 0 | 5B | 47 | E | 15B | 53 | 2F |
| Octal | 334 | 24 | 77 | 0 | 133 | 107 | 16 | 533 | 123 | 57 |
| Binary | 11011100 | 10100 | 111111 | 0 | 1011011 | 1000111 | 1110 | 101011011 | 1010011 | 101111 |
Color Harmonies of #DC143F
Complementary color
Monochromatic Colors of #DC143F
Black with #DC143F
Text Example
Text Example
White with #DC143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC143F; }
p { color: rgb(220,20,63); }
H1.HeaderClassName
{
color: #DC143F;
}
.AnyTagClassName
{
color: #DC143F;
}
</style>
background-color css
<style>
a { background-color: #DC143F; }
a { background-color: rgb(220,20,63); }
div.DivClassName
{
background-color: #DC143F;
}
.BgClassName
{
background-color: #DC143F;
}
</style>
border-color css
<style>
span { border-color: #DC143F; }
span { border-color: rgb(220,20,63); }
td.TdClassName
{
border-color: #DC143F;
}
.TagClassName
{
border-color: #DC143F;
}
</style>