Shades of Crimson #CC0945
Tints of Crimson #CC0945
RGB
CMYK
RGB Variations
Color information
#CC0945 (or 0xCC0945) is known color: Crimson. HEX triplet: CC, 09 and 45. RGB value is (204,9,69). Sum of RGB (Red+Green+Blue) = 204+9+69=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0945 is #33F6BA. Grayscale: #4A4A4A. Windows color (decimal): -3405499 or 4524492. OLE color: 4524492.
HSL color Cylindrical-coordinate representation of color #CC0945: hue angle of 341.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0945 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 69 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.2 |
| HSL | 341.54º | 0.92% | 0.42% | - |
| HSV(B) | 341.54º | 0.96% | 0.8% | - |
| XYZ | 26.07 | 13.46 | 6.85 | - |
| YUV | 74.15 | 125.1 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 69 | 0 | 0.96 | 0.66 | 0.2 | 341.54 | 0.92 | 0.42 |
| Hex | CC | 9 | 45 | 0 | 60 | 42 | 14 | 156 | 5C | 2A |
| Octal | 314 | 11 | 105 | 0 | 140 | 102 | 24 | 526 | 134 | 52 |
| Binary | 11001100 | 1001 | 1000101 | 0 | 1100000 | 1000010 | 10100 | 101010110 | 1011100 | 101010 |
Color Harmonies of #CC0945
Complementary color
Monochromatic Colors of #CC0945
Black with #CC0945
Text Example
Text Example
White with #CC0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0945; }
p { color: rgb(204,9,69); }
H1.HeaderClassName
{
color: #CC0945;
}
.AnyTagClassName
{
color: #CC0945;
}
</style>
background-color css
<style>
a { background-color: #CC0945; }
a { background-color: rgb(204,9,69); }
div.DivClassName
{
background-color: #CC0945;
}
.BgClassName
{
background-color: #CC0945;
}
</style>
border-color css
<style>
span { border-color: #CC0945; }
span { border-color: rgb(204,9,69); }
td.TdClassName
{
border-color: #CC0945;
}
.TagClassName
{
border-color: #CC0945;
}
</style>