Shades of Crimson #CC1041
Tints of Crimson #CC1041
RGB
CMYK
RGB Variations
Color information
#CC1041 (or 0xCC1041) is known color: Crimson. HEX triplet: CC, 10 and 41. RGB value is (204,16,65). Sum of RGB (Red+Green+Blue) = 204+16+65=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1041 is #33EFBE. Grayscale: #4D4D4D. Windows color (decimal): -3403711 or 4264140. OLE color: 4264140.
HSL color Cylindrical-coordinate representation of color #CC1041: hue angle of 344.36º 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 #CC1041 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 65 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.2 |
| HSL | 344.36º | 0.85% | 0.43% | - |
| HSV(B) | 344.36º | 0.92% | 0.8% | - |
| XYZ | 26.04 | 13.59 | 6.25 | - |
| YUV | 77.8 | 120.78 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 65 | 0 | 0.92 | 0.68 | 0.2 | 344.36 | 0.85 | 0.43 |
| Hex | CC | 10 | 41 | 0 | 5C | 44 | 14 | 158 | 55 | 2B |
| Octal | 314 | 20 | 101 | 0 | 134 | 104 | 24 | 530 | 125 | 53 |
| Binary | 11001100 | 10000 | 1000001 | 0 | 1011100 | 1000100 | 10100 | 101011000 | 1010101 | 101011 |
Color Harmonies of #CC1041
Complementary color
Monochromatic Colors of #CC1041
Black with #CC1041
Text Example
Text Example
White with #CC1041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1041; }
p { color: rgb(204,16,65); }
H1.HeaderClassName
{
color: #CC1041;
}
.AnyTagClassName
{
color: #CC1041;
}
</style>
background-color css
<style>
a { background-color: #CC1041; }
a { background-color: rgb(204,16,65); }
div.DivClassName
{
background-color: #CC1041;
}
.BgClassName
{
background-color: #CC1041;
}
</style>
border-color css
<style>
span { border-color: #CC1041; }
span { border-color: rgb(204,16,65); }
td.TdClassName
{
border-color: #CC1041;
}
.TagClassName
{
border-color: #CC1041;
}
</style>