Shades of Crimson #CB0D3B
Tints of Crimson #CB0D3B
RGB
CMYK
RGB Variations
Color information
#CB0D3B (or 0xCB0D3B) is known color: Crimson. HEX triplet: CB, 0D and 3B. RGB value is (203,13,59). Sum of RGB (Red+Green+Blue) = 203+13+59=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D3B is #34F2C4. Grayscale: #4B4B4B. Windows color (decimal): -3470021 or 3870155. OLE color: 3870155.
HSL color Cylindrical-coordinate representation of color #CB0D3B: hue angle of 345.47º 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 #CB0D3B is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 59 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.20 |
| HSL | 345.47º | 0.88% | 0.42% | - |
| HSV(B) | 345.47º | 0.94% | 0.8% | - |
| XYZ | 25.56 | 13.3 | 5.36 | - |
| YUV | 75.05 | 118.95 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 59 | 0 | 0.94 | 0.71 | 0.20 | 345.47 | 0.88 | 0.42 |
| Hex | CB | D | 3B | 0 | 5E | 47 | 14 | 159 | 58 | 2A |
| Octal | 313 | 15 | 73 | 0 | 136 | 107 | 24 | 531 | 130 | 52 |
| Binary | 11001011 | 1101 | 111011 | 0 | 1011110 | 1000111 | 10100 | 101011001 | 1011000 | 101010 |
Color Harmonies of #CB0D3B
Complementary color
Monochromatic Colors of #CB0D3B
Black with #CB0D3B
Text Example
Text Example
White with #CB0D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D3B; }
p { color: rgb(203,13,59); }
H1.HeaderClassName
{
color: #CB0D3B;
}
.AnyTagClassName
{
color: #CB0D3B;
}
</style>
background-color css
<style>
a { background-color: #CB0D3B; }
a { background-color: rgb(203,13,59); }
div.DivClassName
{
background-color: #CB0D3B;
}
.BgClassName
{
background-color: #CB0D3B;
}
</style>
border-color css
<style>
span { border-color: #CB0D3B; }
span { border-color: rgb(203,13,59); }
td.TdClassName
{
border-color: #CB0D3B;
}
.TagClassName
{
border-color: #CB0D3B;
}
</style>