Shades of Crimson #CB0F4C
Tints of Crimson #CB0F4C
RGB
CMYK
RGB Variations
Color information
#CB0F4C (or 0xCB0F4C) is known color: Crimson. HEX triplet: CB, 0F and 4C. RGB value is (203,15,76). Sum of RGB (Red+Green+Blue) = 203+15+76=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0F4C is #34F0B3. Grayscale: #4E4E4E. Windows color (decimal): -3469492 or 4984779. OLE color: 4984779.
HSL color Cylindrical-coordinate representation of color #CB0F4C: hue angle of 340.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0F4C is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 76 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.20 |
| HSL | 340.53º | 0.86% | 0.43% | - |
| HSV(B) | 340.53º | 0.93% | 0.8% | - |
| XYZ | 26.1 | 13.56 | 8.08 | - |
| YUV | 78.17 | 126.78 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 76 | 0 | 0.93 | 0.63 | 0.20 | 340.53 | 0.86 | 0.43 |
| Hex | CB | F | 4C | 0 | 5D | 3F | 14 | 155 | 56 | 2B |
| Octal | 313 | 17 | 114 | 0 | 135 | 77 | 24 | 525 | 126 | 53 |
| Binary | 11001011 | 1111 | 1001100 | 0 | 1011101 | 111111 | 10100 | 101010101 | 1010110 | 101011 |
Color Harmonies of #CB0F4C
Complementary color
Monochromatic Colors of #CB0F4C
Black with #CB0F4C
Text Example
Text Example
White with #CB0F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0F4C; }
p { color: rgb(203,15,76); }
H1.HeaderClassName
{
color: #CB0F4C;
}
.AnyTagClassName
{
color: #CB0F4C;
}
</style>
background-color css
<style>
a { background-color: #CB0F4C; }
a { background-color: rgb(203,15,76); }
div.DivClassName
{
background-color: #CB0F4C;
}
.BgClassName
{
background-color: #CB0F4C;
}
</style>
border-color css
<style>
span { border-color: #CB0F4C; }
span { border-color: rgb(203,15,76); }
td.TdClassName
{
border-color: #CB0F4C;
}
.TagClassName
{
border-color: #CB0F4C;
}
</style>