Shades of Crimson #CD123E
Tints of Crimson #CD123E
RGB
CMYK
RGB Variations
Color information
#CD123E (or 0xCD123E) is known color: Crimson. HEX triplet: CD, 12 and 3E. RGB value is (205,18,62). Sum of RGB (Red+Green+Blue) = 205+18+62=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD123E is #32EDC1. Grayscale: #4E4E4E. Windows color (decimal): -3337666 or 4068045. OLE color: 4068045.
HSL color Cylindrical-coordinate representation of color #CD123E: hue angle of 345.88º 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 #CD123E is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 62 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.20 |
| HSL | 345.88º | 0.84% | 0.44% | - |
| HSV(B) | 345.88º | 0.91% | 0.8% | - |
| XYZ | 26.26 | 13.76 | 5.83 | - |
| YUV | 78.93 | 118.45 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 62 | 0 | 0.91 | 0.70 | 0.20 | 345.88 | 0.84 | 0.44 |
| Hex | CD | 12 | 3E | 0 | 5B | 46 | 14 | 15A | 54 | 2C |
| Octal | 315 | 22 | 76 | 0 | 133 | 106 | 24 | 532 | 124 | 54 |
| Binary | 11001101 | 10010 | 111110 | 0 | 1011011 | 1000110 | 10100 | 101011010 | 1010100 | 101100 |
Color Harmonies of #CD123E
Complementary color
Monochromatic Colors of #CD123E
Black with #CD123E
Text Example
Text Example
White with #CD123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD123E; }
p { color: rgb(205,18,62); }
H1.HeaderClassName
{
color: #CD123E;
}
.AnyTagClassName
{
color: #CD123E;
}
</style>
background-color css
<style>
a { background-color: #CD123E; }
a { background-color: rgb(205,18,62); }
div.DivClassName
{
background-color: #CD123E;
}
.BgClassName
{
background-color: #CD123E;
}
</style>
border-color css
<style>
span { border-color: #CD123E; }
span { border-color: rgb(205,18,62); }
td.TdClassName
{
border-color: #CD123E;
}
.TagClassName
{
border-color: #CD123E;
}
</style>