Shades of Crimson #CB0549
Tints of Crimson #CB0549
RGB
CMYK
RGB Variations
Color information
#CB0549 (or 0xCB0549) is known color: Crimson. HEX triplet: CB, 05 and 49. RGB value is (203,5,73). Sum of RGB (Red+Green+Blue) = 203+5+73=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0549 is #34FAB6. Grayscale: #474747. Windows color (decimal): -3472055 or 4785611. OLE color: 4785611.
HSL color Cylindrical-coordinate representation of color #CB0549: hue angle of 339.39º 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 #CB0549 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 73 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.20 |
| HSL | 339.39º | 0.95% | 0.41% | - |
| HSV(B) | 339.39º | 0.98% | 0.8% | - |
| XYZ | 25.89 | 13.29 | 7.5 | - |
| YUV | 71.95 | 128.6 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 73 | 0 | 0.98 | 0.64 | 0.20 | 339.39 | 0.95 | 0.41 |
| Hex | CB | 5 | 49 | 0 | 62 | 40 | 14 | 153 | 5F | 29 |
| Octal | 313 | 5 | 111 | 0 | 142 | 100 | 24 | 523 | 137 | 51 |
| Binary | 11001011 | 101 | 1001001 | 0 | 1100010 | 1000000 | 10100 | 101010011 | 1011111 | 101001 |
Color Harmonies of #CB0549
Complementary color
Monochromatic Colors of #CB0549
Black with #CB0549
Text Example
Text Example
White with #CB0549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0549; }
p { color: rgb(203,5,73); }
H1.HeaderClassName
{
color: #CB0549;
}
.AnyTagClassName
{
color: #CB0549;
}
</style>
background-color css
<style>
a { background-color: #CB0549; }
a { background-color: rgb(203,5,73); }
div.DivClassName
{
background-color: #CB0549;
}
.BgClassName
{
background-color: #CB0549;
}
</style>
border-color css
<style>
span { border-color: #CB0549; }
span { border-color: rgb(203,5,73); }
td.TdClassName
{
border-color: #CB0549;
}
.TagClassName
{
border-color: #CB0549;
}
</style>