Shades of Crimson #CB0D39
Tints of Crimson #CB0D39
RGB
CMYK
RGB Variations
Color information
#CB0D39 (or 0xCB0D39) is known color: Crimson. HEX triplet: CB, 0D and 39. RGB value is (203,13,57). Sum of RGB (Red+Green+Blue) = 203+13+57=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D39 is #34F2C6. Grayscale: #4A4A4A. Windows color (decimal): -3470023 or 3739083. OLE color: 3739083.
HSL color Cylindrical-coordinate representation of color #CB0D39: hue angle of 346.11º 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 #CB0D39 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 57 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.20 |
| HSL | 346.11º | 0.88% | 0.42% | - |
| HSV(B) | 346.11º | 0.94% | 0.8% | - |
| XYZ | 25.51 | 13.28 | 5.09 | - |
| YUV | 74.83 | 117.95 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 57 | 0 | 0.94 | 0.72 | 0.20 | 346.11 | 0.88 | 0.42 |
| Hex | CB | D | 39 | 0 | 5E | 48 | 14 | 15A | 58 | 2A |
| Octal | 313 | 15 | 71 | 0 | 136 | 110 | 24 | 532 | 130 | 52 |
| Binary | 11001011 | 1101 | 111001 | 0 | 1011110 | 1001000 | 10100 | 101011010 | 1011000 | 101010 |
Color Harmonies of #CB0D39
Complementary color
Monochromatic Colors of #CB0D39
Black with #CB0D39
Text Example
Text Example
White with #CB0D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D39; }
p { color: rgb(203,13,57); }
H1.HeaderClassName
{
color: #CB0D39;
}
.AnyTagClassName
{
color: #CB0D39;
}
</style>
background-color css
<style>
a { background-color: #CB0D39; }
a { background-color: rgb(203,13,57); }
div.DivClassName
{
background-color: #CB0D39;
}
.BgClassName
{
background-color: #CB0D39;
}
</style>
border-color css
<style>
span { border-color: #CB0D39; }
span { border-color: rgb(203,13,57); }
td.TdClassName
{
border-color: #CB0D39;
}
.TagClassName
{
border-color: #CB0D39;
}
</style>