Shades of Crimson #CC114A
Tints of Crimson #CC114A
RGB
CMYK
RGB Variations
Color information
#CC114A (or 0xCC114A) is known color: Crimson. HEX triplet: CC, 11 and 4A. RGB value is (204,17,74). Sum of RGB (Red+Green+Blue) = 204+17+74=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC114A is #33EEB5. Grayscale: #4F4F4F. Windows color (decimal): -3403446 or 4854220. OLE color: 4854220.
HSL color Cylindrical-coordinate representation of color #CC114A: hue angle of 341.71º 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 #CC114A is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 74 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.2 |
| HSL | 341.71º | 0.85% | 0.43% | - |
| HSV(B) | 341.71º | 0.92% | 0.8% | - |
| XYZ | 26.34 | 13.73 | 7.74 | - |
| YUV | 79.41 | 124.95 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 74 | 0 | 0.92 | 0.64 | 0.2 | 341.71 | 0.85 | 0.43 |
| Hex | CC | 11 | 4A | 0 | 5C | 40 | 14 | 156 | 55 | 2B |
| Octal | 314 | 21 | 112 | 0 | 134 | 100 | 24 | 526 | 125 | 53 |
| Binary | 11001100 | 10001 | 1001010 | 0 | 1011100 | 1000000 | 10100 | 101010110 | 1010101 | 101011 |
Color Harmonies of #CC114A
Complementary color
Monochromatic Colors of #CC114A
Black with #CC114A
Text Example
Text Example
White with #CC114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC114A; }
p { color: rgb(204,17,74); }
H1.HeaderClassName
{
color: #CC114A;
}
.AnyTagClassName
{
color: #CC114A;
}
</style>
background-color css
<style>
a { background-color: #CC114A; }
a { background-color: rgb(204,17,74); }
div.DivClassName
{
background-color: #CC114A;
}
.BgClassName
{
background-color: #CC114A;
}
</style>
border-color css
<style>
span { border-color: #CC114A; }
span { border-color: rgb(204,17,74); }
td.TdClassName
{
border-color: #CC114A;
}
.TagClassName
{
border-color: #CC114A;
}
</style>