Shades of Crimson #CC032E
Tints of Crimson #CC032E
RGB
CMYK
RGB Variations
Color information
#CC032E (or 0xCC032E) is known color: Crimson. HEX triplet: CC, 03 and 2E. RGB value is (204,3,46). Sum of RGB (Red+Green+Blue) = 204+3+46=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC032E is #33FCD1. Grayscale: #444444. Windows color (decimal): -3407058 or 3015628. OLE color: 3015628.
HSL color Cylindrical-coordinate representation of color #CC032E: hue angle of 347.16º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC032E is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 46 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.2 |
| HSL | 347.16º | 0.97% | 0.41% | - |
| HSV(B) | 347.16º | 0.99% | 0.8% | - |
| XYZ | 25.43 | 13.1 | 3.77 | - |
| YUV | 68 | 115.59 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 46 | 0 | 0.99 | 0.77 | 0.2 | 347.16 | 0.97 | 0.41 |
| Hex | CC | 3 | 2E | 0 | 63 | 4D | 14 | 15B | 61 | 29 |
| Octal | 314 | 3 | 56 | 0 | 143 | 115 | 24 | 533 | 141 | 51 |
| Binary | 11001100 | 11 | 101110 | 0 | 1100011 | 1001101 | 10100 | 101011011 | 1100001 | 101001 |
Color Harmonies of #CC032E
Complementary color
Monochromatic Colors of #CC032E
Black with #CC032E
Text Example
Text Example
White with #CC032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC032E; }
p { color: rgb(204,3,46); }
H1.HeaderClassName
{
color: #CC032E;
}
.AnyTagClassName
{
color: #CC032E;
}
</style>
background-color css
<style>
a { background-color: #CC032E; }
a { background-color: rgb(204,3,46); }
div.DivClassName
{
background-color: #CC032E;
}
.BgClassName
{
background-color: #CC032E;
}
</style>
border-color css
<style>
span { border-color: #CC032E; }
span { border-color: rgb(204,3,46); }
td.TdClassName
{
border-color: #CC032E;
}
.TagClassName
{
border-color: #CC032E;
}
</style>