Shades of Crimson #CD124C
Tints of Crimson #CD124C
RGB
CMYK
RGB Variations
Color information
#CD124C (or 0xCD124C) is known color: Crimson. HEX triplet: CD, 12 and 4C. RGB value is (205,18,76). Sum of RGB (Red+Green+Blue) = 205+18+76=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD124C is #32EDB3. Grayscale: #505050. Windows color (decimal): -3337652 or 4985549. OLE color: 4985549.
HSL color Cylindrical-coordinate representation of color #CD124C: hue angle of 341.39º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD124C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 76 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.20 |
| HSL | 341.39º | 0.84% | 0.44% | - |
| HSV(B) | 341.39º | 0.91% | 0.8% | - |
| XYZ | 26.7 | 13.93 | 8.12 | - |
| YUV | 80.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 76 | 0 | 0.91 | 0.63 | 0.20 | 341.39 | 0.84 | 0.44 |
| Hex | CD | 12 | 4C | 0 | 5B | 3F | 14 | 155 | 54 | 2C |
| Octal | 315 | 22 | 114 | 0 | 133 | 77 | 24 | 525 | 124 | 54 |
| Binary | 11001101 | 10010 | 1001100 | 0 | 1011011 | 111111 | 10100 | 101010101 | 1010100 | 101100 |
Color Harmonies of #CD124C
Complementary color
Monochromatic Colors of #CD124C
Black with #CD124C
Text Example
Text Example
White with #CD124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD124C; }
p { color: rgb(205,18,76); }
H1.HeaderClassName
{
color: #CD124C;
}
.AnyTagClassName
{
color: #CD124C;
}
</style>
background-color css
<style>
a { background-color: #CD124C; }
a { background-color: rgb(205,18,76); }
div.DivClassName
{
background-color: #CD124C;
}
.BgClassName
{
background-color: #CD124C;
}
</style>
border-color css
<style>
span { border-color: #CD124C; }
span { border-color: rgb(205,18,76); }
td.TdClassName
{
border-color: #CD124C;
}
.TagClassName
{
border-color: #CD124C;
}
</style>