Shades of Crimson #CC1146
Tints of Crimson #CC1146
RGB
CMYK
RGB Variations
Color information
#CC1146 (or 0xCC1146) is known color: Crimson. HEX triplet: CC, 11 and 46. RGB value is (204,17,70). Sum of RGB (Red+Green+Blue) = 204+17+70=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1146 is #33EEB9. Grayscale: #4E4E4E. Windows color (decimal): -3403450 or 4592076. OLE color: 4592076.
HSL color Cylindrical-coordinate representation of color #CC1146: hue angle of 342.99º 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 #CC1146 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 70 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.2 |
| HSL | 342.99º | 0.85% | 0.43% | - |
| HSV(B) | 342.99º | 0.92% | 0.8% | - |
| XYZ | 26.21 | 13.68 | 7.05 | - |
| YUV | 78.96 | 122.95 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 70 | 0 | 0.92 | 0.66 | 0.2 | 342.99 | 0.85 | 0.43 |
| Hex | CC | 11 | 46 | 0 | 5C | 42 | 14 | 157 | 55 | 2B |
| Octal | 314 | 21 | 106 | 0 | 134 | 102 | 24 | 527 | 125 | 53 |
| Binary | 11001100 | 10001 | 1000110 | 0 | 1011100 | 1000010 | 10100 | 101010111 | 1010101 | 101011 |
Color Harmonies of #CC1146
Complementary color
Monochromatic Colors of #CC1146
Black with #CC1146
Text Example
Text Example
White with #CC1146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1146; }
p { color: rgb(204,17,70); }
H1.HeaderClassName
{
color: #CC1146;
}
.AnyTagClassName
{
color: #CC1146;
}
</style>
background-color css
<style>
a { background-color: #CC1146; }
a { background-color: rgb(204,17,70); }
div.DivClassName
{
background-color: #CC1146;
}
.BgClassName
{
background-color: #CC1146;
}
</style>
border-color css
<style>
span { border-color: #CC1146; }
span { border-color: rgb(204,17,70); }
td.TdClassName
{
border-color: #CC1146;
}
.TagClassName
{
border-color: #CC1146;
}
</style>