Shades of Crimson #CB0937
Tints of Crimson #CB0937
RGB
CMYK
RGB Variations
Color information
#CB0937 (or 0xCB0937) is known color: Crimson. HEX triplet: CB, 09 and 37. RGB value is (203,9,55). Sum of RGB (Red+Green+Blue) = 203+9+55=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0937 is #34F6C8. Grayscale: #484848. Windows color (decimal): -3471049 or 3606987. OLE color: 3606987.
HSL color Cylindrical-coordinate representation of color #CB0937: hue angle of 345.77º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0937 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.20 |
| HSL | 345.77º | 0.92% | 0.42% | - |
| HSV(B) | 345.77º | 0.96% | 0.8% | - |
| XYZ | 25.42 | 13.17 | 4.82 | - |
| YUV | 72.25 | 118.27 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 55 | 0 | 0.96 | 0.73 | 0.20 | 345.77 | 0.92 | 0.42 |
| Hex | CB | 9 | 37 | 0 | 60 | 49 | 14 | 15A | 5C | 2A |
| Octal | 313 | 11 | 67 | 0 | 140 | 111 | 24 | 532 | 134 | 52 |
| Binary | 11001011 | 1001 | 110111 | 0 | 1100000 | 1001001 | 10100 | 101011010 | 1011100 | 101010 |
Color Harmonies of #CB0937
Complementary color
Monochromatic Colors of #CB0937
Black with #CB0937
Text Example
Text Example
White with #CB0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0937; }
p { color: rgb(203,9,55); }
H1.HeaderClassName
{
color: #CB0937;
}
.AnyTagClassName
{
color: #CB0937;
}
</style>
background-color css
<style>
a { background-color: #CB0937; }
a { background-color: rgb(203,9,55); }
div.DivClassName
{
background-color: #CB0937;
}
.BgClassName
{
background-color: #CB0937;
}
</style>
border-color css
<style>
span { border-color: #CB0937; }
span { border-color: rgb(203,9,55); }
td.TdClassName
{
border-color: #CB0937;
}
.TagClassName
{
border-color: #CB0937;
}
</style>