Shades of Crimson #CB0031
Tints of Crimson #CB0031
RGB
CMYK
RGB Variations
Color information
#CB0031 (or 0xCB0031) is known color: Crimson. HEX triplet: CB, 00 and 31. RGB value is (203,0,49). Sum of RGB (Red+Green+Blue) = 203+0+49=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0031 is #34FFCE. Grayscale: #424242. Windows color (decimal): -3473359 or 3211467. OLE color: 3211467.
HSL color Cylindrical-coordinate representation of color #CB0031: hue angle of 345.52º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0031 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.76 | 0.20 |
| HSL | 345.52º | 1% | 0.4% | - |
| HSV(B) | 345.52º | 1% | 0.8% | - |
| XYZ | 25.18 | 12.92 | 4.07 | - |
| YUV | 66.28 | 118.25 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 49 | 0 | 1 | 0.76 | 0.20 | 345.52 | 1 | 0.4 |
| Hex | CB | 0 | 31 | 0 | 64 | 4C | 14 | 15A | 64 | 28 |
| Octal | 313 | 0 | 61 | 0 | 144 | 114 | 24 | 532 | 144 | 50 |
| Binary | 11001011 | 0 | 110001 | 0 | 1100100 | 1001100 | 10100 | 101011010 | 1100100 | 101000 |
Color Harmonies of #CB0031
Complementary color
Monochromatic Colors of #CB0031
Black with #CB0031
Text Example
Text Example
White with #CB0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0031; }
p { color: rgb(203,0,49); }
H1.HeaderClassName
{
color: #CB0031;
}
.AnyTagClassName
{
color: #CB0031;
}
</style>
background-color css
<style>
a { background-color: #CB0031; }
a { background-color: rgb(203,0,49); }
div.DivClassName
{
background-color: #CB0031;
}
.BgClassName
{
background-color: #CB0031;
}
</style>
border-color css
<style>
span { border-color: #CB0031; }
span { border-color: rgb(203,0,49); }
td.TdClassName
{
border-color: #CB0031;
}
.TagClassName
{
border-color: #CB0031;
}
</style>