Shades of Crimson #CC0937
Tints of Crimson #CC0937
RGB
CMYK
RGB Variations
Color information
#CC0937 (or 0xCC0937) is known color: Crimson. HEX triplet: CC, 09 and 37. RGB value is (204,9,55). Sum of RGB (Red+Green+Blue) = 204+9+55=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0937 is #33F6C8. Grayscale: #484848. Windows color (decimal): -3405513 or 3606988. OLE color: 3606988.
HSL color Cylindrical-coordinate representation of color #CC0937: hue angle of 345.85º 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 #CC0937 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.2 |
| HSL | 345.85º | 0.92% | 0.42% | - |
| HSV(B) | 345.85º | 0.96% | 0.8% | - |
| XYZ | 25.69 | 13.31 | 4.83 | - |
| YUV | 72.55 | 118.1 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 55 | 0 | 0.96 | 0.73 | 0.2 | 345.85 | 0.92 | 0.42 |
| Hex | CC | 9 | 37 | 0 | 60 | 49 | 14 | 15A | 5C | 2A |
| Octal | 314 | 11 | 67 | 0 | 140 | 111 | 24 | 532 | 134 | 52 |
| Binary | 11001100 | 1001 | 110111 | 0 | 1100000 | 1001001 | 10100 | 101011010 | 1011100 | 101010 |
Color Harmonies of #CC0937
Complementary color
Monochromatic Colors of #CC0937
Black with #CC0937
Text Example
Text Example
White with #CC0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0937; }
p { color: rgb(204,9,55); }
H1.HeaderClassName
{
color: #CC0937;
}
.AnyTagClassName
{
color: #CC0937;
}
</style>
background-color css
<style>
a { background-color: #CC0937; }
a { background-color: rgb(204,9,55); }
div.DivClassName
{
background-color: #CC0937;
}
.BgClassName
{
background-color: #CC0937;
}
</style>
border-color css
<style>
span { border-color: #CC0937; }
span { border-color: rgb(204,9,55); }
td.TdClassName
{
border-color: #CC0937;
}
.TagClassName
{
border-color: #CC0937;
}
</style>