Shades of Crimson #CB0B45
Tints of Crimson #CB0B45
RGB
CMYK
RGB Variations
Color information
#CB0B45 (or 0xCB0B45) is known color: Crimson. HEX triplet: CB, 0B and 45. RGB value is (203,11,69). Sum of RGB (Red+Green+Blue) = 203+11+69=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0B45 is #34F4BA. Grayscale: #4A4A4A. Windows color (decimal): -3470523 or 4525003. OLE color: 4525003.
HSL color Cylindrical-coordinate representation of color #CB0B45: hue angle of 341.88º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0B45 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 11 | 69 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.20 |
| HSL | 341.88º | 0.9% | 0.42% | - |
| HSV(B) | 341.88º | 0.95% | 0.8% | - |
| XYZ | 25.82 | 13.37 | 6.85 | - |
| YUV | 75.02 | 124.61 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 69 | 0 | 0.95 | 0.66 | 0.20 | 341.88 | 0.9 | 0.42 |
| Hex | CB | B | 45 | 0 | 5F | 42 | 14 | 156 | 5A | 2A |
| Octal | 313 | 13 | 105 | 0 | 137 | 102 | 24 | 526 | 132 | 52 |
| Binary | 11001011 | 1011 | 1000101 | 0 | 1011111 | 1000010 | 10100 | 101010110 | 1011010 | 101010 |
Color Harmonies of #CB0B45
Complementary color
Monochromatic Colors of #CB0B45
Black with #CB0B45
Text Example
Text Example
White with #CB0B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0B45; }
p { color: rgb(203,11,69); }
H1.HeaderClassName
{
color: #CB0B45;
}
.AnyTagClassName
{
color: #CB0B45;
}
</style>
background-color css
<style>
a { background-color: #CB0B45; }
a { background-color: rgb(203,11,69); }
div.DivClassName
{
background-color: #CB0B45;
}
.BgClassName
{
background-color: #CB0B45;
}
</style>
border-color css
<style>
span { border-color: #CB0B45; }
span { border-color: rgb(203,11,69); }
td.TdClassName
{
border-color: #CB0B45;
}
.TagClassName
{
border-color: #CB0B45;
}
</style>