Shades of Crimson #CC0432
Tints of Crimson #CC0432
RGB
CMYK
RGB Variations
Color information
#CC0432 (or 0xCC0432) is known color: Crimson. HEX triplet: CC, 04 and 32. RGB value is (204,4,50). Sum of RGB (Red+Green+Blue) = 204+4+50=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0432 is #33FBCD. Grayscale: #454545. Windows color (decimal): -3406798 or 3278028. OLE color: 3278028.
HSL color Cylindrical-coordinate representation of color #CC0432: hue angle of 346.2º 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 #CC0432 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.2 |
| HSL | 346.2º | 0.96% | 0.41% | - |
| HSV(B) | 346.2º | 0.98% | 0.8% | - |
| XYZ | 25.52 | 13.15 | 4.21 | - |
| YUV | 69.04 | 117.26 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 50 | 0 | 0.98 | 0.75 | 0.2 | 346.2 | 0.96 | 0.41 |
| Hex | CC | 4 | 32 | 0 | 62 | 4B | 14 | 15A | 60 | 29 |
| Octal | 314 | 4 | 62 | 0 | 142 | 113 | 24 | 532 | 140 | 51 |
| Binary | 11001100 | 100 | 110010 | 0 | 1100010 | 1001011 | 10100 | 101011010 | 1100000 | 101001 |
Color Harmonies of #CC0432
Complementary color
Monochromatic Colors of #CC0432
Black with #CC0432
Text Example
Text Example
White with #CC0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0432; }
p { color: rgb(204,4,50); }
H1.HeaderClassName
{
color: #CC0432;
}
.AnyTagClassName
{
color: #CC0432;
}
</style>
background-color css
<style>
a { background-color: #CC0432; }
a { background-color: rgb(204,4,50); }
div.DivClassName
{
background-color: #CC0432;
}
.BgClassName
{
background-color: #CC0432;
}
</style>
border-color css
<style>
span { border-color: #CC0432; }
span { border-color: rgb(204,4,50); }
td.TdClassName
{
border-color: #CC0432;
}
.TagClassName
{
border-color: #CC0432;
}
</style>