Shades of Crimson #CB134C
Tints of Crimson #CB134C
RGB
CMYK
RGB Variations
Color information
#CB134C (or 0xCB134C) is known color: Crimson. HEX triplet: CB, 13 and 4C. RGB value is (203,19,76). Sum of RGB (Red+Green+Blue) = 203+19+76=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB134C is #34ECB3. Grayscale: #505050. Windows color (decimal): -3468468 or 4985803. OLE color: 4985803.
HSL color Cylindrical-coordinate representation of color #CB134C: hue angle of 341.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB134C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 76 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.20 |
| HSL | 341.41º | 0.83% | 0.44% | - |
| HSV(B) | 341.41º | 0.91% | 0.8% | - |
| XYZ | 26.17 | 13.68 | 8.1 | - |
| YUV | 80.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 76 | 0 | 0.91 | 0.63 | 0.20 | 341.41 | 0.83 | 0.44 |
| Hex | CB | 13 | 4C | 0 | 5B | 3F | 14 | 155 | 53 | 2C |
| Octal | 313 | 23 | 114 | 0 | 133 | 77 | 24 | 525 | 123 | 54 |
| Binary | 11001011 | 10011 | 1001100 | 0 | 1011011 | 111111 | 10100 | 101010101 | 1010011 | 101100 |
Color Harmonies of #CB134C
Complementary color
Monochromatic Colors of #CB134C
Black with #CB134C
Text Example
Text Example
White with #CB134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB134C; }
p { color: rgb(203,19,76); }
H1.HeaderClassName
{
color: #CB134C;
}
.AnyTagClassName
{
color: #CB134C;
}
</style>
background-color css
<style>
a { background-color: #CB134C; }
a { background-color: rgb(203,19,76); }
div.DivClassName
{
background-color: #CB134C;
}
.BgClassName
{
background-color: #CB134C;
}
</style>
border-color css
<style>
span { border-color: #CB134C; }
span { border-color: rgb(203,19,76); }
td.TdClassName
{
border-color: #CB134C;
}
.TagClassName
{
border-color: #CB134C;
}
</style>