Shades of Crimson #CB0043
Tints of Crimson #CB0043
RGB
CMYK
RGB Variations
Color information
#CB0043 (or 0xCB0043) is known color: Crimson. HEX triplet: CB, 00 and 43. RGB value is (203,0,67). Sum of RGB (Red+Green+Blue) = 203+0+67=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0043 is #34FFBC. Grayscale: #444444. Windows color (decimal): -3473341 or 4391115. OLE color: 4391115.
HSL color Cylindrical-coordinate representation of color #CB0043: hue angle of 340.2º 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 #CB0043 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.67 | 0.20 |
| HSL | 340.2º | 1% | 0.4% | - |
| HSV(B) | 340.2º | 1% | 0.8% | - |
| XYZ | 25.64 | 13.1 | 6.49 | - |
| YUV | 68.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 67 | 0 | 1 | 0.67 | 0.20 | 340.2 | 1 | 0.4 |
| Hex | CB | 0 | 43 | 0 | 64 | 43 | 14 | 154 | 64 | 28 |
| Octal | 313 | 0 | 103 | 0 | 144 | 103 | 24 | 524 | 144 | 50 |
| Binary | 11001011 | 0 | 1000011 | 0 | 1100100 | 1000011 | 10100 | 101010100 | 1100100 | 101000 |
Color Harmonies of #CB0043
Complementary color
Monochromatic Colors of #CB0043
Black with #CB0043
Text Example
Text Example
White with #CB0043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0043; }
p { color: rgb(203,0,67); }
H1.HeaderClassName
{
color: #CB0043;
}
.AnyTagClassName
{
color: #CB0043;
}
</style>
background-color css
<style>
a { background-color: #CB0043; }
a { background-color: rgb(203,0,67); }
div.DivClassName
{
background-color: #CB0043;
}
.BgClassName
{
background-color: #CB0043;
}
</style>
border-color css
<style>
span { border-color: #CB0043; }
span { border-color: rgb(203,0,67); }
td.TdClassName
{
border-color: #CB0043;
}
.TagClassName
{
border-color: #CB0043;
}
</style>