Shades of Crimson #CC1245
Tints of Crimson #CC1245
RGB
CMYK
RGB Variations
Color information
#CC1245 (or 0xCC1245) is known color: Crimson. HEX triplet: CC, 12 and 45. RGB value is (204,18,69). Sum of RGB (Red+Green+Blue) = 204+18+69=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1245 is #33EDBA. Grayscale: #4F4F4F. Windows color (decimal): -3403195 or 4526796. OLE color: 4526796.
HSL color Cylindrical-coordinate representation of color #CC1245: hue angle of 343.55º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1245 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 69 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.2 |
| HSL | 343.55º | 0.84% | 0.44% | - |
| HSV(B) | 343.55º | 0.91% | 0.8% | - |
| XYZ | 26.19 | 13.7 | 6.89 | - |
| YUV | 79.43 | 122.12 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 69 | 0 | 0.91 | 0.66 | 0.2 | 343.55 | 0.84 | 0.44 |
| Hex | CC | 12 | 45 | 0 | 5B | 42 | 14 | 158 | 54 | 2C |
| Octal | 314 | 22 | 105 | 0 | 133 | 102 | 24 | 530 | 124 | 54 |
| Binary | 11001100 | 10010 | 1000101 | 0 | 1011011 | 1000010 | 10100 | 101011000 | 1010100 | 101100 |
Color Harmonies of #CC1245
Complementary color
Monochromatic Colors of #CC1245
Black with #CC1245
Text Example
Text Example
White with #CC1245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1245; }
p { color: rgb(204,18,69); }
H1.HeaderClassName
{
color: #CC1245;
}
.AnyTagClassName
{
color: #CC1245;
}
</style>
background-color css
<style>
a { background-color: #CC1245; }
a { background-color: rgb(204,18,69); }
div.DivClassName
{
background-color: #CC1245;
}
.BgClassName
{
background-color: #CC1245;
}
</style>
border-color css
<style>
span { border-color: #CC1245; }
span { border-color: rgb(204,18,69); }
td.TdClassName
{
border-color: #CC1245;
}
.TagClassName
{
border-color: #CC1245;
}
</style>