Shades of Crimson #CB124B
Tints of Crimson #CB124B
RGB
CMYK
RGB Variations
Color information
#CB124B (or 0xCB124B) is known color: Crimson. HEX triplet: CB, 12 and 4B. RGB value is (203,18,75). Sum of RGB (Red+Green+Blue) = 203+18+75=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB124B is #34EDB4. Grayscale: #4F4F4F. Windows color (decimal): -3468725 or 4920011. OLE color: 4920011.
HSL color Cylindrical-coordinate representation of color #CB124B: hue angle of 341.51º 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 #CB124B is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 75 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.20 |
| HSL | 341.51º | 0.84% | 0.43% | - |
| HSV(B) | 341.51º | 0.91% | 0.8% | - |
| XYZ | 26.11 | 13.64 | 7.91 | - |
| YUV | 79.81 | 125.29 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 75 | 0 | 0.91 | 0.63 | 0.20 | 341.51 | 0.84 | 0.43 |
| Hex | CB | 12 | 4B | 0 | 5B | 3F | 14 | 156 | 54 | 2B |
| Octal | 313 | 22 | 113 | 0 | 133 | 77 | 24 | 526 | 124 | 53 |
| Binary | 11001011 | 10010 | 1001011 | 0 | 1011011 | 111111 | 10100 | 101010110 | 1010100 | 101011 |
Color Harmonies of #CB124B
Complementary color
Monochromatic Colors of #CB124B
Black with #CB124B
Text Example
Text Example
White with #CB124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB124B; }
p { color: rgb(203,18,75); }
H1.HeaderClassName
{
color: #CB124B;
}
.AnyTagClassName
{
color: #CB124B;
}
</style>
background-color css
<style>
a { background-color: #CB124B; }
a { background-color: rgb(203,18,75); }
div.DivClassName
{
background-color: #CB124B;
}
.BgClassName
{
background-color: #CB124B;
}
</style>
border-color css
<style>
span { border-color: #CB124B; }
span { border-color: rgb(203,18,75); }
td.TdClassName
{
border-color: #CB124B;
}
.TagClassName
{
border-color: #CB124B;
}
</style>