Shades of Crimson #CC0931
Tints of Crimson #CC0931
RGB
CMYK
RGB Variations
Color information
#CC0931 (or 0xCC0931) is known color: Crimson. HEX triplet: CC, 09 and 31. RGB value is (204,9,49). Sum of RGB (Red+Green+Blue) = 204+9+49=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0931 is #33F6CE. Grayscale: #474747. Windows color (decimal): -3405519 or 3213772. OLE color: 3213772.
HSL color Cylindrical-coordinate representation of color #CC0931: hue angle of 347.69º 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 #CC0931 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 49 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.2 |
| HSL | 347.69º | 0.92% | 0.42% | - |
| HSV(B) | 347.69º | 0.96% | 0.8% | - |
| XYZ | 25.55 | 13.25 | 4.12 | - |
| YUV | 71.87 | 115.1 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 49 | 0 | 0.96 | 0.76 | 0.2 | 347.69 | 0.92 | 0.42 |
| Hex | CC | 9 | 31 | 0 | 60 | 4C | 14 | 15C | 5C | 2A |
| Octal | 314 | 11 | 61 | 0 | 140 | 114 | 24 | 534 | 134 | 52 |
| Binary | 11001100 | 1001 | 110001 | 0 | 1100000 | 1001100 | 10100 | 101011100 | 1011100 | 101010 |
Color Harmonies of #CC0931
Complementary color
Monochromatic Colors of #CC0931
Black with #CC0931
Text Example
Text Example
White with #CC0931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0931; }
p { color: rgb(204,9,49); }
H1.HeaderClassName
{
color: #CC0931;
}
.AnyTagClassName
{
color: #CC0931;
}
</style>
background-color css
<style>
a { background-color: #CC0931; }
a { background-color: rgb(204,9,49); }
div.DivClassName
{
background-color: #CC0931;
}
.BgClassName
{
background-color: #CC0931;
}
</style>
border-color css
<style>
span { border-color: #CC0931; }
span { border-color: rgb(204,9,49); }
td.TdClassName
{
border-color: #CC0931;
}
.TagClassName
{
border-color: #CC0931;
}
</style>