Shades of Crimson #DC114A
Tints of Crimson #DC114A
RGB
CMYK
RGB Variations
Color information
#DC114A (or 0xDC114A) is known color: Crimson. HEX triplet: DC, 11 and 4A. RGB value is (220,17,74). Sum of RGB (Red+Green+Blue) = 220+17+74=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC114A is #23EEB5. Grayscale: #545454. Windows color (decimal): -2354870 or 4854236. OLE color: 4854236.
HSL color Cylindrical-coordinate representation of color #DC114A: hue angle of 343.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC114A is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 74 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.14 |
| HSL | 343.15º | 0.86% | 0.46% | - |
| HSV(B) | 343.15º | 0.92% | 0.86% | - |
| XYZ | 30.95 | 16.11 | 7.96 | - |
| YUV | 84.2 | 122.25 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 74 | 0 | 0.92 | 0.66 | 0.14 | 343.15 | 0.86 | 0.46 |
| Hex | DC | 11 | 4A | 0 | 5C | 42 | E | 157 | 56 | 2E |
| Octal | 334 | 21 | 112 | 0 | 134 | 102 | 16 | 527 | 126 | 56 |
| Binary | 11011100 | 10001 | 1001010 | 0 | 1011100 | 1000010 | 1110 | 101010111 | 1010110 | 101110 |
Color Harmonies of #DC114A
Complementary color
Monochromatic Colors of #DC114A
Black with #DC114A
Text Example
Text Example
White with #DC114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC114A; }
p { color: rgb(220,17,74); }
H1.HeaderClassName
{
color: #DC114A;
}
.AnyTagClassName
{
color: #DC114A;
}
</style>
background-color css
<style>
a { background-color: #DC114A; }
a { background-color: rgb(220,17,74); }
div.DivClassName
{
background-color: #DC114A;
}
.BgClassName
{
background-color: #DC114A;
}
</style>
border-color css
<style>
span { border-color: #DC114A; }
span { border-color: rgb(220,17,74); }
td.TdClassName
{
border-color: #DC114A;
}
.TagClassName
{
border-color: #DC114A;
}
</style>