Shades of Crimson #CB0845
Tints of Crimson #CB0845
RGB
CMYK
RGB Variations
Color information
#CB0845 (or 0xCB0845) is known color: Crimson. HEX triplet: CB, 08 and 45. RGB value is (203,8,69). Sum of RGB (Red+Green+Blue) = 203+8+69=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0845 is #34F7BA. Grayscale: #494949. Windows color (decimal): -3471291 or 4524235. OLE color: 4524235.
HSL color Cylindrical-coordinate representation of color #CB0845: hue angle of 341.23º 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 #CB0845 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.20 |
| HSL | 341.23º | 0.92% | 0.41% | - |
| HSV(B) | 341.23º | 0.96% | 0.8% | - |
| XYZ | 25.79 | 13.3 | 6.84 | - |
| YUV | 73.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 69 | 0 | 0.96 | 0.66 | 0.20 | 341.23 | 0.92 | 0.41 |
| Hex | CB | 8 | 45 | 0 | 60 | 42 | 14 | 155 | 5C | 29 |
| Octal | 313 | 10 | 105 | 0 | 140 | 102 | 24 | 525 | 134 | 51 |
| Binary | 11001011 | 1000 | 1000101 | 0 | 1100000 | 1000010 | 10100 | 101010101 | 1011100 | 101001 |
Color Harmonies of #CB0845
Complementary color
Monochromatic Colors of #CB0845
Black with #CB0845
Text Example
Text Example
White with #CB0845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0845; }
p { color: rgb(203,8,69); }
H1.HeaderClassName
{
color: #CB0845;
}
.AnyTagClassName
{
color: #CB0845;
}
</style>
background-color css
<style>
a { background-color: #CB0845; }
a { background-color: rgb(203,8,69); }
div.DivClassName
{
background-color: #CB0845;
}
.BgClassName
{
background-color: #CB0845;
}
</style>
border-color css
<style>
span { border-color: #CB0845; }
span { border-color: rgb(203,8,69); }
td.TdClassName
{
border-color: #CB0845;
}
.TagClassName
{
border-color: #CB0845;
}
</style>