Shades of Crimson #CB1147
Tints of Crimson #CB1147
RGB
CMYK
RGB Variations
Color information
#CB1147 (or 0xCB1147) is known color: Crimson. HEX triplet: CB, 11 and 47. RGB value is (203,17,71). Sum of RGB (Red+Green+Blue) = 203+17+71=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1147 is #34EEB8. Grayscale: #4E4E4E. Windows color (decimal): -3468985 or 4657611. OLE color: 4657611.
HSL color Cylindrical-coordinate representation of color #CB1147: hue angle of 342.58º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1147 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 71 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.20 |
| HSL | 342.58º | 0.85% | 0.43% | - |
| HSV(B) | 342.58º | 0.92% | 0.8% | - |
| XYZ | 25.97 | 13.55 | 7.21 | - |
| YUV | 78.77 | 123.62 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 71 | 0 | 0.92 | 0.65 | 0.20 | 342.58 | 0.85 | 0.43 |
| Hex | CB | 11 | 47 | 0 | 5C | 41 | 14 | 157 | 55 | 2B |
| Octal | 313 | 21 | 107 | 0 | 134 | 101 | 24 | 527 | 125 | 53 |
| Binary | 11001011 | 10001 | 1000111 | 0 | 1011100 | 1000001 | 10100 | 101010111 | 1010101 | 101011 |
Color Harmonies of #CB1147
Complementary color
Monochromatic Colors of #CB1147
Black with #CB1147
Text Example
Text Example
White with #CB1147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1147; }
p { color: rgb(203,17,71); }
H1.HeaderClassName
{
color: #CB1147;
}
.AnyTagClassName
{
color: #CB1147;
}
</style>
background-color css
<style>
a { background-color: #CB1147; }
a { background-color: rgb(203,17,71); }
div.DivClassName
{
background-color: #CB1147;
}
.BgClassName
{
background-color: #CB1147;
}
</style>
border-color css
<style>
span { border-color: #CB1147; }
span { border-color: rgb(203,17,71); }
td.TdClassName
{
border-color: #CB1147;
}
.TagClassName
{
border-color: #CB1147;
}
</style>