Shades of Crimson #CB0647
Tints of Crimson #CB0647
RGB
CMYK
RGB Variations
Color information
#CB0647 (or 0xCB0647) is known color: Crimson. HEX triplet: CB, 06 and 47. RGB value is (203,6,71). Sum of RGB (Red+Green+Blue) = 203+6+71=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0647 is #34F9B8. Grayscale: #484848. Windows color (decimal): -3471801 or 4654795. OLE color: 4654795.
HSL color Cylindrical-coordinate representation of color #CB0647: hue angle of 340.2º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0647 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 71 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.20 |
| HSL | 340.2º | 0.94% | 0.41% | - |
| HSV(B) | 340.2º | 0.97% | 0.8% | - |
| XYZ | 25.83 | 13.28 | 7.16 | - |
| YUV | 72.31 | 127.27 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 71 | 0 | 0.97 | 0.65 | 0.20 | 340.2 | 0.94 | 0.41 |
| Hex | CB | 6 | 47 | 0 | 61 | 41 | 14 | 154 | 5E | 29 |
| Octal | 313 | 6 | 107 | 0 | 141 | 101 | 24 | 524 | 136 | 51 |
| Binary | 11001011 | 110 | 1000111 | 0 | 1100001 | 1000001 | 10100 | 101010100 | 1011110 | 101001 |
Color Harmonies of #CB0647
Complementary color
Monochromatic Colors of #CB0647
Black with #CB0647
Text Example
Text Example
White with #CB0647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0647; }
p { color: rgb(203,6,71); }
H1.HeaderClassName
{
color: #CB0647;
}
.AnyTagClassName
{
color: #CB0647;
}
</style>
background-color css
<style>
a { background-color: #CB0647; }
a { background-color: rgb(203,6,71); }
div.DivClassName
{
background-color: #CB0647;
}
.BgClassName
{
background-color: #CB0647;
}
</style>
border-color css
<style>
span { border-color: #CB0647; }
span { border-color: rgb(203,6,71); }
td.TdClassName
{
border-color: #CB0647;
}
.TagClassName
{
border-color: #CB0647;
}
</style>