Shades of Crimson #CC0531
Tints of Crimson #CC0531
RGB
CMYK
RGB Variations
Color information
#CC0531 (or 0xCC0531) is known color: Crimson. HEX triplet: CC, 05 and 31. RGB value is (204,5,49). Sum of RGB (Red+Green+Blue) = 204+5+49=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0531 is #33FACE. Grayscale: #454545. Windows color (decimal): -3406543 or 3212748. OLE color: 3212748.
HSL color Cylindrical-coordinate representation of color #CC0531: hue angle of 346.73º degrees, saturation: 0.95, 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 #CC0531 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 49 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.2 |
| HSL | 346.73º | 0.95% | 0.41% | - |
| HSV(B) | 346.73º | 0.98% | 0.8% | - |
| XYZ | 25.51 | 13.17 | 4.1 | - |
| YUV | 69.52 | 116.43 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 49 | 0 | 0.98 | 0.76 | 0.2 | 346.73 | 0.95 | 0.41 |
| Hex | CC | 5 | 31 | 0 | 62 | 4C | 14 | 15B | 5F | 29 |
| Octal | 314 | 5 | 61 | 0 | 142 | 114 | 24 | 533 | 137 | 51 |
| Binary | 11001100 | 101 | 110001 | 0 | 1100010 | 1001100 | 10100 | 101011011 | 1011111 | 101001 |
Color Harmonies of #CC0531
Complementary color
Monochromatic Colors of #CC0531
Black with #CC0531
Text Example
Text Example
White with #CC0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0531; }
p { color: rgb(204,5,49); }
H1.HeaderClassName
{
color: #CC0531;
}
.AnyTagClassName
{
color: #CC0531;
}
</style>
background-color css
<style>
a { background-color: #CC0531; }
a { background-color: rgb(204,5,49); }
div.DivClassName
{
background-color: #CC0531;
}
.BgClassName
{
background-color: #CC0531;
}
</style>
border-color css
<style>
span { border-color: #CC0531; }
span { border-color: rgb(204,5,49); }
td.TdClassName
{
border-color: #CC0531;
}
.TagClassName
{
border-color: #CC0531;
}
</style>