Shades of Crimson #CB124C
Tints of Crimson #CB124C
RGB
CMYK
RGB Variations
Color information
#CB124C (or 0xCB124C) is known color: Crimson. HEX triplet: CB, 12 and 4C. RGB value is (203,18,76). Sum of RGB (Red+Green+Blue) = 203+18+76=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB124C is #34EDB3. Grayscale: #4F4F4F. Windows color (decimal): -3468724 or 4985547. OLE color: 4985547.
HSL color Cylindrical-coordinate representation of color #CB124C: hue angle of 341.19º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB124C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 76 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.20 |
| HSL | 341.19º | 0.84% | 0.43% | - |
| HSV(B) | 341.19º | 0.91% | 0.8% | - |
| XYZ | 26.15 | 13.65 | 8.09 | - |
| YUV | 79.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 76 | 0 | 0.91 | 0.63 | 0.20 | 341.19 | 0.84 | 0.43 |
| Hex | CB | 12 | 4C | 0 | 5B | 3F | 14 | 155 | 54 | 2B |
| Octal | 313 | 22 | 114 | 0 | 133 | 77 | 24 | 525 | 124 | 53 |
| Binary | 11001011 | 10010 | 1001100 | 0 | 1011011 | 111111 | 10100 | 101010101 | 1010100 | 101011 |
Color Harmonies of #CB124C
Complementary color
Monochromatic Colors of #CB124C
Black with #CB124C
Text Example
Text Example
White with #CB124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB124C; }
p { color: rgb(203,18,76); }
H1.HeaderClassName
{
color: #CB124C;
}
.AnyTagClassName
{
color: #CB124C;
}
</style>
background-color css
<style>
a { background-color: #CB124C; }
a { background-color: rgb(203,18,76); }
div.DivClassName
{
background-color: #CB124C;
}
.BgClassName
{
background-color: #CB124C;
}
</style>
border-color css
<style>
span { border-color: #CB124C; }
span { border-color: rgb(203,18,76); }
td.TdClassName
{
border-color: #CB124C;
}
.TagClassName
{
border-color: #CB124C;
}
</style>