Shades of Crimson #CB114D
Tints of Crimson #CB114D
RGB
CMYK
RGB Variations
Color information
#CB114D (or 0xCB114D) is known color: Crimson. HEX triplet: CB, 11 and 4D. RGB value is (203,17,77). Sum of RGB (Red+Green+Blue) = 203+17+77=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB114D is #34EEB2. Grayscale: #4F4F4F. Windows color (decimal): -3468979 or 5050827. OLE color: 5050827.
HSL color Cylindrical-coordinate representation of color #CB114D: hue angle of 340.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB114D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 77 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.20 |
| HSL | 340.65º | 0.85% | 0.43% | - |
| HSV(B) | 340.65º | 0.92% | 0.8% | - |
| XYZ | 26.17 | 13.63 | 8.27 | - |
| YUV | 79.45 | 126.62 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 77 | 0 | 0.92 | 0.62 | 0.20 | 340.65 | 0.85 | 0.43 |
| Hex | CB | 11 | 4D | 0 | 5C | 3E | 14 | 155 | 55 | 2B |
| Octal | 313 | 21 | 115 | 0 | 134 | 76 | 24 | 525 | 125 | 53 |
| Binary | 11001011 | 10001 | 1001101 | 0 | 1011100 | 111110 | 10100 | 101010101 | 1010101 | 101011 |
Color Harmonies of #CB114D
Complementary color
Monochromatic Colors of #CB114D
Black with #CB114D
Text Example
Text Example
White with #CB114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB114D; }
p { color: rgb(203,17,77); }
H1.HeaderClassName
{
color: #CB114D;
}
.AnyTagClassName
{
color: #CB114D;
}
</style>
background-color css
<style>
a { background-color: #CB114D; }
a { background-color: rgb(203,17,77); }
div.DivClassName
{
background-color: #CB114D;
}
.BgClassName
{
background-color: #CB114D;
}
</style>
border-color css
<style>
span { border-color: #CB114D; }
span { border-color: rgb(203,17,77); }
td.TdClassName
{
border-color: #CB114D;
}
.TagClassName
{
border-color: #CB114D;
}
</style>