Shades of Crimson #CB0537
Tints of Crimson #CB0537
RGB
CMYK
RGB Variations
Color information
#CB0537 (or 0xCB0537) is known color: Crimson. HEX triplet: CB, 05 and 37. RGB value is (203,5,55). Sum of RGB (Red+Green+Blue) = 203+5+55=263 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.19% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0537 is #34FAC8. Grayscale: #454545. Windows color (decimal): -3472073 or 3605963. OLE color: 3605963.
HSL color Cylindrical-coordinate representation of color #CB0537: hue angle of 344.85º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0537 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 55 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.20 |
| HSL | 344.85º | 0.95% | 0.41% | - |
| HSV(B) | 344.85º | 0.98% | 0.8% | - |
| XYZ | 25.37 | 13.08 | 4.8 | - |
| YUV | 69.9 | 119.6 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 55 | 0 | 0.98 | 0.73 | 0.20 | 344.85 | 0.95 | 0.41 |
| Hex | CB | 5 | 37 | 0 | 62 | 49 | 14 | 159 | 5F | 29 |
| Octal | 313 | 5 | 67 | 0 | 142 | 111 | 24 | 531 | 137 | 51 |
| Binary | 11001011 | 101 | 110111 | 0 | 1100010 | 1001001 | 10100 | 101011001 | 1011111 | 101001 |
Color Harmonies of #CB0537
Complementary color
Monochromatic Colors of #CB0537
Black with #CB0537
Text Example
Text Example
White with #CB0537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0537; }
p { color: rgb(203,5,55); }
H1.HeaderClassName
{
color: #CB0537;
}
.AnyTagClassName
{
color: #CB0537;
}
</style>
background-color css
<style>
a { background-color: #CB0537; }
a { background-color: rgb(203,5,55); }
div.DivClassName
{
background-color: #CB0537;
}
.BgClassName
{
background-color: #CB0537;
}
</style>
border-color css
<style>
span { border-color: #CB0537; }
span { border-color: rgb(203,5,55); }
td.TdClassName
{
border-color: #CB0537;
}
.TagClassName
{
border-color: #CB0537;
}
</style>