Shades of Crimson #CB0849
Tints of Crimson #CB0849
RGB
CMYK
RGB Variations
Color information
#CB0849 (or 0xCB0849) is known color: Crimson. HEX triplet: CB, 08 and 49. RGB value is (203,8,73). Sum of RGB (Red+Green+Blue) = 203+8+73=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0849 is #34F7B6. Grayscale: #494949. Windows color (decimal): -3471287 or 4786379. OLE color: 4786379.
HSL color Cylindrical-coordinate representation of color #CB0849: hue angle of 340º 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 #CB0849 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 73 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.20 |
| HSL | 340º | 0.92% | 0.41% | - |
| HSV(B) | 340º | 0.96% | 0.8% | - |
| XYZ | 25.92 | 13.35 | 7.51 | - |
| YUV | 73.72 | 127.6 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 73 | 0 | 0.96 | 0.64 | 0.20 | 340 | 0.92 | 0.41 |
| Hex | CB | 8 | 49 | 0 | 60 | 40 | 14 | 154 | 5C | 29 |
| Octal | 313 | 10 | 111 | 0 | 140 | 100 | 24 | 524 | 134 | 51 |
| Binary | 11001011 | 1000 | 1001001 | 0 | 1100000 | 1000000 | 10100 | 101010100 | 1011100 | 101001 |
Color Harmonies of #CB0849
Complementary color
Monochromatic Colors of #CB0849
Black with #CB0849
Text Example
Text Example
White with #CB0849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0849; }
p { color: rgb(203,8,73); }
H1.HeaderClassName
{
color: #CB0849;
}
.AnyTagClassName
{
color: #CB0849;
}
</style>
background-color css
<style>
a { background-color: #CB0849; }
a { background-color: rgb(203,8,73); }
div.DivClassName
{
background-color: #CB0849;
}
.BgClassName
{
background-color: #CB0849;
}
</style>
border-color css
<style>
span { border-color: #CB0849; }
span { border-color: rgb(203,8,73); }
td.TdClassName
{
border-color: #CB0849;
}
.TagClassName
{
border-color: #CB0849;
}
</style>