Shades of Crimson #CB0839
Tints of Crimson #CB0839
RGB
CMYK
RGB Variations
Color information
#CB0839 (or 0xCB0839) is known color: Crimson. HEX triplet: CB, 08 and 39. RGB value is (203,8,57). Sum of RGB (Red+Green+Blue) = 203+8+57=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0839 is #34F7C6. Grayscale: #474747. Windows color (decimal): -3471303 or 3737803. OLE color: 3737803.
HSL color Cylindrical-coordinate representation of color #CB0839: hue angle of 344.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0839 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 57 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.20 |
| HSL | 344.92º | 0.92% | 0.41% | - |
| HSV(B) | 344.92º | 0.96% | 0.8% | - |
| XYZ | 25.45 | 13.17 | 5.07 | - |
| YUV | 71.89 | 119.6 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 57 | 0 | 0.96 | 0.72 | 0.20 | 344.92 | 0.92 | 0.41 |
| Hex | CB | 8 | 39 | 0 | 60 | 48 | 14 | 159 | 5C | 29 |
| Octal | 313 | 10 | 71 | 0 | 140 | 110 | 24 | 531 | 134 | 51 |
| Binary | 11001011 | 1000 | 111001 | 0 | 1100000 | 1001000 | 10100 | 101011001 | 1011100 | 101001 |
Color Harmonies of #CB0839
Complementary color
Monochromatic Colors of #CB0839
Black with #CB0839
Text Example
Text Example
White with #CB0839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0839; }
p { color: rgb(203,8,57); }
H1.HeaderClassName
{
color: #CB0839;
}
.AnyTagClassName
{
color: #CB0839;
}
</style>
background-color css
<style>
a { background-color: #CB0839; }
a { background-color: rgb(203,8,57); }
div.DivClassName
{
background-color: #CB0839;
}
.BgClassName
{
background-color: #CB0839;
}
</style>
border-color css
<style>
span { border-color: #CB0839; }
span { border-color: rgb(203,8,57); }
td.TdClassName
{
border-color: #CB0839;
}
.TagClassName
{
border-color: #CB0839;
}
</style>