Shades of Crimson #CB0F47
Tints of Crimson #CB0F47
RGB
CMYK
RGB Variations
Color information
#CB0F47 (or 0xCB0F47) is known color: Crimson. HEX triplet: CB, 0F and 47. RGB value is (203,15,71). Sum of RGB (Red+Green+Blue) = 203+15+71=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0F47 is #34F0B8. Grayscale: #4D4D4D. Windows color (decimal): -3469497 or 4657099. OLE color: 4657099.
HSL color Cylindrical-coordinate representation of color #CB0F47: hue angle of 342.13º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0F47 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 71 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.20 |
| HSL | 342.13º | 0.86% | 0.43% | - |
| HSV(B) | 342.13º | 0.93% | 0.8% | - |
| XYZ | 25.94 | 13.49 | 7.2 | - |
| YUV | 77.6 | 124.28 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 71 | 0 | 0.93 | 0.65 | 0.20 | 342.13 | 0.86 | 0.43 |
| Hex | CB | F | 47 | 0 | 5D | 41 | 14 | 156 | 56 | 2B |
| Octal | 313 | 17 | 107 | 0 | 135 | 101 | 24 | 526 | 126 | 53 |
| Binary | 11001011 | 1111 | 1000111 | 0 | 1011101 | 1000001 | 10100 | 101010110 | 1010110 | 101011 |
Color Harmonies of #CB0F47
Complementary color
Monochromatic Colors of #CB0F47
Black with #CB0F47
Text Example
Text Example
White with #CB0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0F47; }
p { color: rgb(203,15,71); }
H1.HeaderClassName
{
color: #CB0F47;
}
.AnyTagClassName
{
color: #CB0F47;
}
</style>
background-color css
<style>
a { background-color: #CB0F47; }
a { background-color: rgb(203,15,71); }
div.DivClassName
{
background-color: #CB0F47;
}
.BgClassName
{
background-color: #CB0F47;
}
</style>
border-color css
<style>
span { border-color: #CB0F47; }
span { border-color: rgb(203,15,71); }
td.TdClassName
{
border-color: #CB0F47;
}
.TagClassName
{
border-color: #CB0F47;
}
</style>