Shades of Crimson #CB0147
Tints of Crimson #CB0147
RGB
CMYK
RGB Variations
Color information
#CB0147 (or 0xCB0147) is known color: Crimson. HEX triplet: CB, 01 and 47. RGB value is (203,1,71). Sum of RGB (Red+Green+Blue) = 203+1+71=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0147 is #34FEB8. Grayscale: #454545. Windows color (decimal): -3473081 or 4653515. OLE color: 4653515.
HSL color Cylindrical-coordinate representation of color #CB0147: hue angle of 339.21º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0147 is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.20 |
| HSL | 339.21º | 0.99% | 0.4% | - |
| HSV(B) | 339.21º | 1% | 0.8% | - |
| XYZ | 25.78 | 13.17 | 7.15 | - |
| YUV | 69.38 | 128.92 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 71 | 0 | 1.00 | 0.65 | 0.20 | 339.21 | 0.99 | 0.4 |
| Hex | CB | 1 | 47 | 0 | 64 | 41 | 14 | 153 | 63 | 28 |
| Octal | 313 | 1 | 107 | 0 | 144 | 101 | 24 | 523 | 143 | 50 |
| Binary | 11001011 | 1 | 1000111 | 0 | 1100100 | 1000001 | 10100 | 101010011 | 1100011 | 101000 |
Color Harmonies of #CB0147
Complementary color
Monochromatic Colors of #CB0147
Black with #CB0147
Text Example
Text Example
White with #CB0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0147; }
p { color: rgb(203,1,71); }
H1.HeaderClassName
{
color: #CB0147;
}
.AnyTagClassName
{
color: #CB0147;
}
</style>
background-color css
<style>
a { background-color: #CB0147; }
a { background-color: rgb(203,1,71); }
div.DivClassName
{
background-color: #CB0147;
}
.BgClassName
{
background-color: #CB0147;
}
</style>
border-color css
<style>
span { border-color: #CB0147; }
span { border-color: rgb(203,1,71); }
td.TdClassName
{
border-color: #CB0147;
}
.TagClassName
{
border-color: #CB0147;
}
</style>