Shades of Crimson #CC0431
Tints of Crimson #CC0431
RGB
CMYK
RGB Variations
Color information
#CC0431 (or 0xCC0431) is known color: Crimson. HEX triplet: CC, 04 and 31. RGB value is (204,4,49). Sum of RGB (Red+Green+Blue) = 204+4+49=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0431 is #33FBCE. Grayscale: #444444. Windows color (decimal): -3406799 or 3212492. OLE color: 3212492.
HSL color Cylindrical-coordinate representation of color #CC0431: hue angle of 346.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0431 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 49 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.2 |
| HSL | 346.5º | 0.96% | 0.41% | - |
| HSV(B) | 346.5º | 0.98% | 0.8% | - |
| XYZ | 25.5 | 13.15 | 4.1 | - |
| YUV | 68.93 | 116.76 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 49 | 0 | 0.98 | 0.76 | 0.2 | 346.5 | 0.96 | 0.41 |
| Hex | CC | 4 | 31 | 0 | 62 | 4C | 14 | 15A | 60 | 29 |
| Octal | 314 | 4 | 61 | 0 | 142 | 114 | 24 | 532 | 140 | 51 |
| Binary | 11001100 | 100 | 110001 | 0 | 1100010 | 1001100 | 10100 | 101011010 | 1100000 | 101001 |
Color Harmonies of #CC0431
Complementary color
Monochromatic Colors of #CC0431
Black with #CC0431
Text Example
Text Example
White with #CC0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0431; }
p { color: rgb(204,4,49); }
H1.HeaderClassName
{
color: #CC0431;
}
.AnyTagClassName
{
color: #CC0431;
}
</style>
background-color css
<style>
a { background-color: #CC0431; }
a { background-color: rgb(204,4,49); }
div.DivClassName
{
background-color: #CC0431;
}
.BgClassName
{
background-color: #CC0431;
}
</style>
border-color css
<style>
span { border-color: #CC0431; }
span { border-color: rgb(204,4,49); }
td.TdClassName
{
border-color: #CC0431;
}
.TagClassName
{
border-color: #CC0431;
}
</style>