Shades of Crimson #CC0031
Tints of Crimson #CC0031
RGB
CMYK
RGB Variations
Color information
#CC0031 (or 0xCC0031) is known color: Crimson. HEX triplet: CC, 00 and 31. RGB value is (204,0,49). Sum of RGB (Red+Green+Blue) = 204+0+49=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0031 is #33FFCE. Grayscale: #424242. Windows color (decimal): -3407823 or 3211468. OLE color: 3211468.
HSL color Cylindrical-coordinate representation of color #CC0031: hue angle of 345.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0031 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.76 | 0.2 |
| HSL | 345.59º | 1% | 0.4% | - |
| HSV(B) | 345.59º | 1% | 0.8% | - |
| XYZ | 25.46 | 13.06 | 4.08 | - |
| YUV | 66.58 | 118.09 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 49 | 0 | 1 | 0.76 | 0.2 | 345.59 | 1 | 0.4 |
| Hex | CC | 0 | 31 | 0 | 64 | 4C | 14 | 15A | 64 | 28 |
| Octal | 314 | 0 | 61 | 0 | 144 | 114 | 24 | 532 | 144 | 50 |
| Binary | 11001100 | 0 | 110001 | 0 | 1100100 | 1001100 | 10100 | 101011010 | 1100100 | 101000 |
Color Harmonies of #CC0031
Complementary color
Monochromatic Colors of #CC0031
Black with #CC0031
Text Example
Text Example
White with #CC0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0031; }
p { color: rgb(204,0,49); }
H1.HeaderClassName
{
color: #CC0031;
}
.AnyTagClassName
{
color: #CC0031;
}
</style>
background-color css
<style>
a { background-color: #CC0031; }
a { background-color: rgb(204,0,49); }
div.DivClassName
{
background-color: #CC0031;
}
.BgClassName
{
background-color: #CC0031;
}
</style>
border-color css
<style>
span { border-color: #CC0031; }
span { border-color: rgb(204,0,49); }
td.TdClassName
{
border-color: #CC0031;
}
.TagClassName
{
border-color: #CC0031;
}
</style>