Shades of Crimson #CB0631
Tints of Crimson #CB0631
RGB
CMYK
RGB Variations
Color information
#CB0631 (or 0xCB0631) is known color: Crimson. HEX triplet: CB, 06 and 31. RGB value is (203,6,49). Sum of RGB (Red+Green+Blue) = 203+6+49=258 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.68% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0631 is #34F9CE. Grayscale: #454545. Windows color (decimal): -3471823 or 3213003. OLE color: 3213003.
HSL color Cylindrical-coordinate representation of color #CB0631: hue angle of 346.9º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0631 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.20 |
| HSL | 346.9º | 0.94% | 0.41% | - |
| HSV(B) | 346.9º | 0.97% | 0.8% | - |
| XYZ | 25.25 | 13.05 | 4.09 | - |
| YUV | 69.81 | 116.27 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 49 | 0 | 0.97 | 0.76 | 0.20 | 346.9 | 0.94 | 0.41 |
| Hex | CB | 6 | 31 | 0 | 61 | 4C | 14 | 15B | 5E | 29 |
| Octal | 313 | 6 | 61 | 0 | 141 | 114 | 24 | 533 | 136 | 51 |
| Binary | 11001011 | 110 | 110001 | 0 | 1100001 | 1001100 | 10100 | 101011011 | 1011110 | 101001 |
Color Harmonies of #CB0631
Complementary color
Monochromatic Colors of #CB0631
Black with #CB0631
Text Example
Text Example
White with #CB0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0631; }
p { color: rgb(203,6,49); }
H1.HeaderClassName
{
color: #CB0631;
}
.AnyTagClassName
{
color: #CB0631;
}
</style>
background-color css
<style>
a { background-color: #CB0631; }
a { background-color: rgb(203,6,49); }
div.DivClassName
{
background-color: #CB0631;
}
.BgClassName
{
background-color: #CB0631;
}
</style>
border-color css
<style>
span { border-color: #CB0631; }
span { border-color: rgb(203,6,49); }
td.TdClassName
{
border-color: #CB0631;
}
.TagClassName
{
border-color: #CB0631;
}
</style>