Shades of Crimson #CB0D40
Tints of Crimson #CB0D40
RGB
CMYK
RGB Variations
Color information
#CB0D40 (or 0xCB0D40) is known color: Crimson. HEX triplet: CB, 0D and 40. RGB value is (203,13,64). Sum of RGB (Red+Green+Blue) = 203+13+64=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D40 is #34F2BF. Grayscale: #4B4B4B. Windows color (decimal): -3470016 or 4197835. OLE color: 4197835.
HSL color Cylindrical-coordinate representation of color #CB0D40: hue angle of 343.89º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0D40 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 64 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.20 |
| HSL | 343.89º | 0.88% | 0.42% | - |
| HSV(B) | 343.89º | 0.94% | 0.8% | - |
| XYZ | 25.7 | 13.35 | 6.07 | - |
| YUV | 75.62 | 121.45 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 64 | 0 | 0.94 | 0.68 | 0.20 | 343.89 | 0.88 | 0.42 |
| Hex | CB | D | 40 | 0 | 5E | 44 | 14 | 158 | 58 | 2A |
| Octal | 313 | 15 | 100 | 0 | 136 | 104 | 24 | 530 | 130 | 52 |
| Binary | 11001011 | 1101 | 1000000 | 0 | 1011110 | 1000100 | 10100 | 101011000 | 1011000 | 101010 |
Color Harmonies of #CB0D40
Complementary color
Monochromatic Colors of #CB0D40
Black with #CB0D40
Text Example
Text Example
White with #CB0D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D40; }
p { color: rgb(203,13,64); }
H1.HeaderClassName
{
color: #CB0D40;
}
.AnyTagClassName
{
color: #CB0D40;
}
</style>
background-color css
<style>
a { background-color: #CB0D40; }
a { background-color: rgb(203,13,64); }
div.DivClassName
{
background-color: #CB0D40;
}
.BgClassName
{
background-color: #CB0D40;
}
</style>
border-color css
<style>
span { border-color: #CB0D40; }
span { border-color: rgb(203,13,64); }
td.TdClassName
{
border-color: #CB0D40;
}
.TagClassName
{
border-color: #CB0D40;
}
</style>