Shades of Crimson #CB0531
Tints of Crimson #CB0531
RGB
CMYK
RGB Variations
Color information
#CB0531 (or 0xCB0531) is known color: Crimson. HEX triplet: CB, 05 and 31. RGB value is (203,5,49). Sum of RGB (Red+Green+Blue) = 203+5+49=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0531 is #34FACE. Grayscale: #454545. Windows color (decimal): -3472079 or 3212747. OLE color: 3212747.
HSL color Cylindrical-coordinate representation of color #CB0531: hue angle of 346.67º 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 #CB0531 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 49 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.20 |
| HSL | 346.67º | 0.95% | 0.41% | - |
| HSV(B) | 346.67º | 0.98% | 0.8% | - |
| XYZ | 25.24 | 13.03 | 4.09 | - |
| YUV | 69.22 | 116.6 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 49 | 0 | 0.98 | 0.76 | 0.20 | 346.67 | 0.95 | 0.41 |
| Hex | CB | 5 | 31 | 0 | 62 | 4C | 14 | 15B | 5F | 29 |
| Octal | 313 | 5 | 61 | 0 | 142 | 114 | 24 | 533 | 137 | 51 |
| Binary | 11001011 | 101 | 110001 | 0 | 1100010 | 1001100 | 10100 | 101011011 | 1011111 | 101001 |
Color Harmonies of #CB0531
Complementary color
Monochromatic Colors of #CB0531
Black with #CB0531
Text Example
Text Example
White with #CB0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0531; }
p { color: rgb(203,5,49); }
H1.HeaderClassName
{
color: #CB0531;
}
.AnyTagClassName
{
color: #CB0531;
}
</style>
background-color css
<style>
a { background-color: #CB0531; }
a { background-color: rgb(203,5,49); }
div.DivClassName
{
background-color: #CB0531;
}
.BgClassName
{
background-color: #CB0531;
}
</style>
border-color css
<style>
span { border-color: #CB0531; }
span { border-color: rgb(203,5,49); }
td.TdClassName
{
border-color: #CB0531;
}
.TagClassName
{
border-color: #CB0531;
}
</style>