Shades of Crimson #CB0040
Tints of Crimson #CB0040
RGB
CMYK
RGB Variations
Color information
#CB0040 (or 0xCB0040) is known color: Crimson. HEX triplet: CB, 00 and 40. RGB value is (203,0,64). Sum of RGB (Red+Green+Blue) = 203+0+64=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0040 is #34FFBF. Grayscale: #434343. Windows color (decimal): -3473344 or 4194507. OLE color: 4194507.
HSL color Cylindrical-coordinate representation of color #CB0040: hue angle of 341.08º 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 #CB0040 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.68 | 0.20 |
| HSL | 341.08º | 1% | 0.4% | - |
| HSV(B) | 341.08º | 1% | 0.8% | - |
| XYZ | 25.55 | 13.07 | 6.03 | - |
| YUV | 67.99 | 125.75 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 64 | 0 | 1 | 0.68 | 0.20 | 341.08 | 1 | 0.4 |
| Hex | CB | 0 | 40 | 0 | 64 | 44 | 14 | 155 | 64 | 28 |
| Octal | 313 | 0 | 100 | 0 | 144 | 104 | 24 | 525 | 144 | 50 |
| Binary | 11001011 | 0 | 1000000 | 0 | 1100100 | 1000100 | 10100 | 101010101 | 1100100 | 101000 |
Color Harmonies of #CB0040
Complementary color
Monochromatic Colors of #CB0040
Black with #CB0040
Text Example
Text Example
White with #CB0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0040; }
p { color: rgb(203,0,64); }
H1.HeaderClassName
{
color: #CB0040;
}
.AnyTagClassName
{
color: #CB0040;
}
</style>
background-color css
<style>
a { background-color: #CB0040; }
a { background-color: rgb(203,0,64); }
div.DivClassName
{
background-color: #CB0040;
}
.BgClassName
{
background-color: #CB0040;
}
</style>
border-color css
<style>
span { border-color: #CB0040; }
span { border-color: rgb(203,0,64); }
td.TdClassName
{
border-color: #CB0040;
}
.TagClassName
{
border-color: #CB0040;
}
</style>