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