Shades of Crimson #CB0D47
Tints of Crimson #CB0D47
RGB
CMYK
RGB Variations
Color information
#CB0D47 (or 0xCB0D47) is known color: Crimson. HEX triplet: CB, 0D and 47. RGB value is (203,13,71). Sum of RGB (Red+Green+Blue) = 203+13+71=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D47 is #34F2B8. Grayscale: #4C4C4C. Windows color (decimal): -3470009 or 4656587. OLE color: 4656587.
HSL color Cylindrical-coordinate representation of color #CB0D47: hue angle of 341.68º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0D47 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 71 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.20 |
| HSL | 341.68º | 0.88% | 0.42% | - |
| HSV(B) | 341.68º | 0.94% | 0.8% | - |
| XYZ | 25.91 | 13.44 | 7.19 | - |
| YUV | 76.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 71 | 0 | 0.94 | 0.65 | 0.20 | 341.68 | 0.88 | 0.42 |
| Hex | CB | D | 47 | 0 | 5E | 41 | 14 | 156 | 58 | 2A |
| Octal | 313 | 15 | 107 | 0 | 136 | 101 | 24 | 526 | 130 | 52 |
| Binary | 11001011 | 1101 | 1000111 | 0 | 1011110 | 1000001 | 10100 | 101010110 | 1011000 | 101010 |
Color Harmonies of #CB0D47
Complementary color
Monochromatic Colors of #CB0D47
Black with #CB0D47
Text Example
Text Example
White with #CB0D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D47; }
p { color: rgb(203,13,71); }
H1.HeaderClassName
{
color: #CB0D47;
}
.AnyTagClassName
{
color: #CB0D47;
}
</style>
background-color css
<style>
a { background-color: #CB0D47; }
a { background-color: rgb(203,13,71); }
div.DivClassName
{
background-color: #CB0D47;
}
.BgClassName
{
background-color: #CB0D47;
}
</style>
border-color css
<style>
span { border-color: #CB0D47; }
span { border-color: rgb(203,13,71); }
td.TdClassName
{
border-color: #CB0D47;
}
.TagClassName
{
border-color: #CB0D47;
}
</style>