Shades of Crimson #CD114C
Tints of Crimson #CD114C
RGB
CMYK
RGB Variations
Color information
#CD114C (or 0xCD114C) is known color: Crimson. HEX triplet: CD, 11 and 4C. RGB value is (205,17,76). Sum of RGB (Red+Green+Blue) = 205+17+76=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD114C is #32EEB3. Grayscale: #4F4F4F. Windows color (decimal): -3337908 or 4985293. OLE color: 4985293.
HSL color Cylindrical-coordinate representation of color #CD114C: hue angle of 341.17º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD114C is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 76 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.20 |
| HSL | 341.17º | 0.85% | 0.44% | - |
| HSV(B) | 341.17º | 0.92% | 0.8% | - |
| XYZ | 26.68 | 13.9 | 8.11 | - |
| YUV | 79.94 | 125.78 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 76 | 0 | 0.92 | 0.63 | 0.20 | 341.17 | 0.85 | 0.44 |
| Hex | CD | 11 | 4C | 0 | 5C | 3F | 14 | 155 | 55 | 2C |
| Octal | 315 | 21 | 114 | 0 | 134 | 77 | 24 | 525 | 125 | 54 |
| Binary | 11001101 | 10001 | 1001100 | 0 | 1011100 | 111111 | 10100 | 101010101 | 1010101 | 101100 |
Color Harmonies of #CD114C
Complementary color
Monochromatic Colors of #CD114C
Black with #CD114C
Text Example
Text Example
White with #CD114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD114C; }
p { color: rgb(205,17,76); }
H1.HeaderClassName
{
color: #CD114C;
}
.AnyTagClassName
{
color: #CD114C;
}
</style>
background-color css
<style>
a { background-color: #CD114C; }
a { background-color: rgb(205,17,76); }
div.DivClassName
{
background-color: #CD114C;
}
.BgClassName
{
background-color: #CD114C;
}
</style>
border-color css
<style>
span { border-color: #CD114C; }
span { border-color: rgb(205,17,76); }
td.TdClassName
{
border-color: #CD114C;
}
.TagClassName
{
border-color: #CD114C;
}
</style>