Shades of Crimson #CB0947
Tints of Crimson #CB0947
RGB
CMYK
RGB Variations
Color information
#CB0947 (or 0xCB0947) is known color: Crimson. HEX triplet: CB, 09 and 47. RGB value is (203,9,71). Sum of RGB (Red+Green+Blue) = 203+9+71=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0947 is #34F6B8. Grayscale: #4A4A4A. Windows color (decimal): -3471033 or 4655563. OLE color: 4655563.
HSL color Cylindrical-coordinate representation of color #CB0947: hue angle of 340.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0947 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 71 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.20 |
| HSL | 340.82º | 0.92% | 0.42% | - |
| HSV(B) | 340.82º | 0.96% | 0.8% | - |
| XYZ | 25.86 | 13.35 | 7.17 | - |
| YUV | 74.07 | 126.27 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 71 | 0 | 0.96 | 0.65 | 0.20 | 340.82 | 0.92 | 0.42 |
| Hex | CB | 9 | 47 | 0 | 60 | 41 | 14 | 155 | 5C | 2A |
| Octal | 313 | 11 | 107 | 0 | 140 | 101 | 24 | 525 | 134 | 52 |
| Binary | 11001011 | 1001 | 1000111 | 0 | 1100000 | 1000001 | 10100 | 101010101 | 1011100 | 101010 |
Color Harmonies of #CB0947
Complementary color
Monochromatic Colors of #CB0947
Black with #CB0947
Text Example
Text Example
White with #CB0947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0947; }
p { color: rgb(203,9,71); }
H1.HeaderClassName
{
color: #CB0947;
}
.AnyTagClassName
{
color: #CB0947;
}
</style>
background-color css
<style>
a { background-color: #CB0947; }
a { background-color: rgb(203,9,71); }
div.DivClassName
{
background-color: #CB0947;
}
.BgClassName
{
background-color: #CB0947;
}
</style>
border-color css
<style>
span { border-color: #CB0947; }
span { border-color: rgb(203,9,71); }
td.TdClassName
{
border-color: #CB0947;
}
.TagClassName
{
border-color: #CB0947;
}
</style>