Shades of Crimson #CB0C4B
Tints of Crimson #CB0C4B
RGB
CMYK
RGB Variations
Color information
#CB0C4B (or 0xCB0C4B) is known color: Crimson. HEX triplet: CB, 0C and 4B. RGB value is (203,12,75). Sum of RGB (Red+Green+Blue) = 203+12+75=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0C4B is #34F3B4. Grayscale: #4C4C4C. Windows color (decimal): -3470261 or 4918475. OLE color: 4918475.
HSL color Cylindrical-coordinate representation of color #CB0C4B: hue angle of 340.21º degrees, saturation: 0.89, 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 #CB0C4B is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 75 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.20 |
| HSL | 340.21º | 0.89% | 0.42% | - |
| HSV(B) | 340.21º | 0.94% | 0.8% | - |
| XYZ | 26.03 | 13.47 | 7.88 | - |
| YUV | 76.29 | 127.28 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 75 | 0 | 0.94 | 0.63 | 0.20 | 340.21 | 0.89 | 0.42 |
| Hex | CB | C | 4B | 0 | 5E | 3F | 14 | 154 | 59 | 2A |
| Octal | 313 | 14 | 113 | 0 | 136 | 77 | 24 | 524 | 131 | 52 |
| Binary | 11001011 | 1100 | 1001011 | 0 | 1011110 | 111111 | 10100 | 101010100 | 1011001 | 101010 |
Color Harmonies of #CB0C4B
Complementary color
Monochromatic Colors of #CB0C4B
Black with #CB0C4B
Text Example
Text Example
White with #CB0C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0C4B; }
p { color: rgb(203,12,75); }
H1.HeaderClassName
{
color: #CB0C4B;
}
.AnyTagClassName
{
color: #CB0C4B;
}
</style>
background-color css
<style>
a { background-color: #CB0C4B; }
a { background-color: rgb(203,12,75); }
div.DivClassName
{
background-color: #CB0C4B;
}
.BgClassName
{
background-color: #CB0C4B;
}
</style>
border-color css
<style>
span { border-color: #CB0C4B; }
span { border-color: rgb(203,12,75); }
td.TdClassName
{
border-color: #CB0C4B;
}
.TagClassName
{
border-color: #CB0C4B;
}
</style>