Shades of Crimson #CB0844
Tints of Crimson #CB0844
RGB
CMYK
RGB Variations
Color information
#CB0844 (or 0xCB0844) is known color: Crimson. HEX triplet: CB, 08 and 44. RGB value is (203,8,68). Sum of RGB (Red+Green+Blue) = 203+8+68=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0844 is #34F7BB. Grayscale: #494949. Windows color (decimal): -3471292 or 4458699. OLE color: 4458699.
HSL color Cylindrical-coordinate representation of color #CB0844: hue angle of 341.54º 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 #CB0844 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 68 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.20 |
| HSL | 341.54º | 0.92% | 0.41% | - |
| HSV(B) | 341.54º | 0.96% | 0.8% | - |
| XYZ | 25.76 | 13.29 | 6.68 | - |
| YUV | 73.15 | 125.1 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 68 | 0 | 0.96 | 0.67 | 0.20 | 341.54 | 0.92 | 0.41 |
| Hex | CB | 8 | 44 | 0 | 60 | 43 | 14 | 156 | 5C | 29 |
| Octal | 313 | 10 | 104 | 0 | 140 | 103 | 24 | 526 | 134 | 51 |
| Binary | 11001011 | 1000 | 1000100 | 0 | 1100000 | 1000011 | 10100 | 101010110 | 1011100 | 101001 |
Color Harmonies of #CB0844
Complementary color
Monochromatic Colors of #CB0844
Black with #CB0844
Text Example
Text Example
White with #CB0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0844; }
p { color: rgb(203,8,68); }
H1.HeaderClassName
{
color: #CB0844;
}
.AnyTagClassName
{
color: #CB0844;
}
</style>
background-color css
<style>
a { background-color: #CB0844; }
a { background-color: rgb(203,8,68); }
div.DivClassName
{
background-color: #CB0844;
}
.BgClassName
{
background-color: #CB0844;
}
</style>
border-color css
<style>
span { border-color: #CB0844; }
span { border-color: rgb(203,8,68); }
td.TdClassName
{
border-color: #CB0844;
}
.TagClassName
{
border-color: #CB0844;
}
</style>