Shades of Crimson #CC1044
Tints of Crimson #CC1044
RGB
CMYK
RGB Variations
Color information
#CC1044 (or 0xCC1044) is known color: Crimson. HEX triplet: CC, 10 and 44. RGB value is (204,16,68). Sum of RGB (Red+Green+Blue) = 204+16+68=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1044 is #33EFBB. Grayscale: #4E4E4E. Windows color (decimal): -3403708 or 4460748. OLE color: 4460748.
HSL color Cylindrical-coordinate representation of color #CC1044: hue angle of 343.4º 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 #CC1044 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 68 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.2 |
| HSL | 343.4º | 0.85% | 0.43% | - |
| HSV(B) | 343.4º | 0.92% | 0.8% | - |
| XYZ | 26.13 | 13.63 | 6.72 | - |
| YUV | 78.14 | 122.28 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 68 | 0 | 0.92 | 0.67 | 0.2 | 343.4 | 0.85 | 0.43 |
| Hex | CC | 10 | 44 | 0 | 5C | 43 | 14 | 157 | 55 | 2B |
| Octal | 314 | 20 | 104 | 0 | 134 | 103 | 24 | 527 | 125 | 53 |
| Binary | 11001100 | 10000 | 1000100 | 0 | 1011100 | 1000011 | 10100 | 101010111 | 1010101 | 101011 |
Color Harmonies of #CC1044
Complementary color
Monochromatic Colors of #CC1044
Black with #CC1044
Text Example
Text Example
White with #CC1044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1044; }
p { color: rgb(204,16,68); }
H1.HeaderClassName
{
color: #CC1044;
}
.AnyTagClassName
{
color: #CC1044;
}
</style>
background-color css
<style>
a { background-color: #CC1044; }
a { background-color: rgb(204,16,68); }
div.DivClassName
{
background-color: #CC1044;
}
.BgClassName
{
background-color: #CC1044;
}
</style>
border-color css
<style>
span { border-color: #CC1044; }
span { border-color: rgb(204,16,68); }
td.TdClassName
{
border-color: #CC1044;
}
.TagClassName
{
border-color: #CC1044;
}
</style>