Shades of Crimson #CD123C
Tints of Crimson #CD123C
RGB
CMYK
RGB Variations
Color information
#CD123C (or 0xCD123C) is known color: Crimson. HEX triplet: CD, 12 and 3C. RGB value is (205,18,60). Sum of RGB (Red+Green+Blue) = 205+18+60=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD123C is #32EDC3. Grayscale: #4E4E4E. Windows color (decimal): -3337668 or 3936973. OLE color: 3936973.
HSL color Cylindrical-coordinate representation of color #CD123C: hue angle of 346.52º 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 #CD123C is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 60 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.20 |
| HSL | 346.52º | 0.84% | 0.44% | - |
| HSV(B) | 346.52º | 0.91% | 0.8% | - |
| XYZ | 26.21 | 13.74 | 5.55 | - |
| YUV | 78.7 | 117.45 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 60 | 0 | 0.91 | 0.71 | 0.20 | 346.52 | 0.84 | 0.44 |
| Hex | CD | 12 | 3C | 0 | 5B | 47 | 14 | 15B | 54 | 2C |
| Octal | 315 | 22 | 74 | 0 | 133 | 107 | 24 | 533 | 124 | 54 |
| Binary | 11001101 | 10010 | 111100 | 0 | 1011011 | 1000111 | 10100 | 101011011 | 1010100 | 101100 |
Color Harmonies of #CD123C
Complementary color
Monochromatic Colors of #CD123C
Black with #CD123C
Text Example
Text Example
White with #CD123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD123C; }
p { color: rgb(205,18,60); }
H1.HeaderClassName
{
color: #CD123C;
}
.AnyTagClassName
{
color: #CD123C;
}
</style>
background-color css
<style>
a { background-color: #CD123C; }
a { background-color: rgb(205,18,60); }
div.DivClassName
{
background-color: #CD123C;
}
.BgClassName
{
background-color: #CD123C;
}
</style>
border-color css
<style>
span { border-color: #CD123C; }
span { border-color: rgb(205,18,60); }
td.TdClassName
{
border-color: #CD123C;
}
.TagClassName
{
border-color: #CD123C;
}
</style>