Shades of Crimson #CB0D4C
Tints of Crimson #CB0D4C
RGB
CMYK
RGB Variations
Color information
#CB0D4C (or 0xCB0D4C) is known color: Crimson. HEX triplet: CB, 0D and 4C. RGB value is (203,13,76). Sum of RGB (Red+Green+Blue) = 203+13+76=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D4C is #34F2B3. Grayscale: #4C4C4C. Windows color (decimal): -3470004 or 4984267. OLE color: 4984267.
HSL color Cylindrical-coordinate representation of color #CB0D4C: hue angle of 340.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 #CB0D4C is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 76 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.20 |
| HSL | 340.11º | 0.88% | 0.42% | - |
| HSV(B) | 340.11º | 0.94% | 0.8% | - |
| XYZ | 26.08 | 13.51 | 8.07 | - |
| YUV | 76.99 | 127.45 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 76 | 0 | 0.94 | 0.63 | 0.20 | 340.11 | 0.88 | 0.42 |
| Hex | CB | D | 4C | 0 | 5E | 3F | 14 | 154 | 58 | 2A |
| Octal | 313 | 15 | 114 | 0 | 136 | 77 | 24 | 524 | 130 | 52 |
| Binary | 11001011 | 1101 | 1001100 | 0 | 1011110 | 111111 | 10100 | 101010100 | 1011000 | 101010 |
Color Harmonies of #CB0D4C
Complementary color
Monochromatic Colors of #CB0D4C
Black with #CB0D4C
Text Example
Text Example
White with #CB0D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D4C; }
p { color: rgb(203,13,76); }
H1.HeaderClassName
{
color: #CB0D4C;
}
.AnyTagClassName
{
color: #CB0D4C;
}
</style>
background-color css
<style>
a { background-color: #CB0D4C; }
a { background-color: rgb(203,13,76); }
div.DivClassName
{
background-color: #CB0D4C;
}
.BgClassName
{
background-color: #CB0D4C;
}
</style>
border-color css
<style>
span { border-color: #CB0D4C; }
span { border-color: rgb(203,13,76); }
td.TdClassName
{
border-color: #CB0D4C;
}
.TagClassName
{
border-color: #CB0D4C;
}
</style>