Shades of Crimson #CC1144
Tints of Crimson #CC1144
RGB
CMYK
RGB Variations
Color information
#CC1144 (or 0xCC1144) is known color: Crimson. HEX triplet: CC, 11 and 44. RGB value is (204,17,68). Sum of RGB (Red+Green+Blue) = 204+17+68=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1144 is #33EEBB. Grayscale: #4E4E4E. Windows color (decimal): -3403452 or 4461004. OLE color: 4461004.
HSL color Cylindrical-coordinate representation of color #CC1144: hue angle of 343.64º 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 #CC1144 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 68 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.2 |
| HSL | 343.64º | 0.85% | 0.43% | - |
| HSV(B) | 343.64º | 0.92% | 0.8% | - |
| XYZ | 26.15 | 13.66 | 6.73 | - |
| YUV | 78.73 | 121.95 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 68 | 0 | 0.92 | 0.67 | 0.2 | 343.64 | 0.85 | 0.43 |
| Hex | CC | 11 | 44 | 0 | 5C | 43 | 14 | 158 | 55 | 2B |
| Octal | 314 | 21 | 104 | 0 | 134 | 103 | 24 | 530 | 125 | 53 |
| Binary | 11001100 | 10001 | 1000100 | 0 | 1011100 | 1000011 | 10100 | 101011000 | 1010101 | 101011 |
Color Harmonies of #CC1144
Complementary color
Monochromatic Colors of #CC1144
Black with #CC1144
Text Example
Text Example
White with #CC1144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1144; }
p { color: rgb(204,17,68); }
H1.HeaderClassName
{
color: #CC1144;
}
.AnyTagClassName
{
color: #CC1144;
}
</style>
background-color css
<style>
a { background-color: #CC1144; }
a { background-color: rgb(204,17,68); }
div.DivClassName
{
background-color: #CC1144;
}
.BgClassName
{
background-color: #CC1144;
}
</style>
border-color css
<style>
span { border-color: #CC1144; }
span { border-color: rgb(204,17,68); }
td.TdClassName
{
border-color: #CC1144;
}
.TagClassName
{
border-color: #CC1144;
}
</style>