Shades of Crimson #CB0045
Tints of Crimson #CB0045
RGB
CMYK
RGB Variations
Color information
#CB0045 (or 0xCB0045) is known color: Crimson. HEX triplet: CB, 00 and 45. RGB value is (203,0,69). Sum of RGB (Red+Green+Blue) = 203+0+69=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0045 is #34FFBA. Grayscale: #444444. Windows color (decimal): -3473339 or 4522187. OLE color: 4522187.
HSL color Cylindrical-coordinate representation of color #CB0045: hue angle of 339.61º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0045 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.66 | 0.20 |
| HSL | 339.61º | 1% | 0.4% | - |
| HSV(B) | 339.61º | 1% | 0.8% | - |
| XYZ | 25.7 | 13.13 | 6.81 | - |
| YUV | 68.56 | 128.25 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 69 | 0 | 1 | 0.66 | 0.20 | 339.61 | 1 | 0.4 |
| Hex | CB | 0 | 45 | 0 | 64 | 42 | 14 | 154 | 64 | 28 |
| Octal | 313 | 0 | 105 | 0 | 144 | 102 | 24 | 524 | 144 | 50 |
| Binary | 11001011 | 0 | 1000101 | 0 | 1100100 | 1000010 | 10100 | 101010100 | 1100100 | 101000 |
Color Harmonies of #CB0045
Complementary color
Monochromatic Colors of #CB0045
Black with #CB0045
Text Example
Text Example
White with #CB0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0045; }
p { color: rgb(203,0,69); }
H1.HeaderClassName
{
color: #CB0045;
}
.AnyTagClassName
{
color: #CB0045;
}
</style>
background-color css
<style>
a { background-color: #CB0045; }
a { background-color: rgb(203,0,69); }
div.DivClassName
{
background-color: #CB0045;
}
.BgClassName
{
background-color: #CB0045;
}
</style>
border-color css
<style>
span { border-color: #CB0045; }
span { border-color: rgb(203,0,69); }
td.TdClassName
{
border-color: #CB0045;
}
.TagClassName
{
border-color: #CB0045;
}
</style>