Shades of Crimson #CB0837
Tints of Crimson #CB0837
RGB
CMYK
RGB Variations
Color information
#CB0837 (or 0xCB0837) is known color: Crimson. HEX triplet: CB, 08 and 37. RGB value is (203,8,55). Sum of RGB (Red+Green+Blue) = 203+8+55=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0837 is #34F7C8. Grayscale: #474747. Windows color (decimal): -3471305 or 3606731. OLE color: 3606731.
HSL color Cylindrical-coordinate representation of color #CB0837: hue angle of 345.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0837 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 55 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.20 |
| HSL | 345.54º | 0.92% | 0.41% | - |
| HSV(B) | 345.54º | 0.96% | 0.8% | - |
| XYZ | 25.41 | 13.15 | 4.81 | - |
| YUV | 71.66 | 118.6 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 55 | 0 | 0.96 | 0.73 | 0.20 | 345.54 | 0.92 | 0.41 |
| Hex | CB | 8 | 37 | 0 | 60 | 49 | 14 | 15A | 5C | 29 |
| Octal | 313 | 10 | 67 | 0 | 140 | 111 | 24 | 532 | 134 | 51 |
| Binary | 11001011 | 1000 | 110111 | 0 | 1100000 | 1001001 | 10100 | 101011010 | 1011100 | 101001 |
Color Harmonies of #CB0837
Complementary color
Monochromatic Colors of #CB0837
Black with #CB0837
Text Example
Text Example
White with #CB0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0837; }
p { color: rgb(203,8,55); }
H1.HeaderClassName
{
color: #CB0837;
}
.AnyTagClassName
{
color: #CB0837;
}
</style>
background-color css
<style>
a { background-color: #CB0837; }
a { background-color: rgb(203,8,55); }
div.DivClassName
{
background-color: #CB0837;
}
.BgClassName
{
background-color: #CB0837;
}
</style>
border-color css
<style>
span { border-color: #CB0837; }
span { border-color: rgb(203,8,55); }
td.TdClassName
{
border-color: #CB0837;
}
.TagClassName
{
border-color: #CB0837;
}
</style>