Shades of Crimson #CC154C
Tints of Crimson #CC154C
RGB
CMYK
RGB Variations
Color information
#CC154C (or 0xCC154C) is known color: Crimson. HEX triplet: CC, 15 and 4C. RGB value is (204,21,76). Sum of RGB (Red+Green+Blue) = 204+21+76=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC154C is #33EAB3. Grayscale: #515151. Windows color (decimal): -3402420 or 4986316. OLE color: 4986316.
HSL color Cylindrical-coordinate representation of color #CC154C: hue angle of 341.97º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC154C is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 76 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.2 |
| HSL | 341.97º | 0.81% | 0.44% | - |
| HSV(B) | 341.97º | 0.9% | 0.8% | - |
| XYZ | 26.47 | 13.9 | 8.12 | - |
| YUV | 81.99 | 124.63 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 76 | 0 | 0.90 | 0.63 | 0.2 | 341.97 | 0.81 | 0.44 |
| Hex | CC | 15 | 4C | 0 | 5A | 3F | 14 | 156 | 51 | 2C |
| Octal | 314 | 25 | 114 | 0 | 132 | 77 | 24 | 526 | 121 | 54 |
| Binary | 11001100 | 10101 | 1001100 | 0 | 1011010 | 111111 | 10100 | 101010110 | 1010001 | 101100 |
Color Harmonies of #CC154C
Complementary color
Monochromatic Colors of #CC154C
Black with #CC154C
Text Example
Text Example
White with #CC154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC154C; }
p { color: rgb(204,21,76); }
H1.HeaderClassName
{
color: #CC154C;
}
.AnyTagClassName
{
color: #CC154C;
}
</style>
background-color css
<style>
a { background-color: #CC154C; }
a { background-color: rgb(204,21,76); }
div.DivClassName
{
background-color: #CC154C;
}
.BgClassName
{
background-color: #CC154C;
}
</style>
border-color css
<style>
span { border-color: #CC154C; }
span { border-color: rgb(204,21,76); }
td.TdClassName
{
border-color: #CC154C;
}
.TagClassName
{
border-color: #CC154C;
}
</style>