Shades of Crimson #CC032F
Tints of Crimson #CC032F
RGB
CMYK
RGB Variations
Color information
#CC032F (or 0xCC032F) is known color: Crimson. HEX triplet: CC, 03 and 2F. RGB value is (204,3,47). Sum of RGB (Red+Green+Blue) = 204+3+47=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC032F is #33FCD0. Grayscale: #444444. Windows color (decimal): -3407057 or 3081164. OLE color: 3081164.
HSL color Cylindrical-coordinate representation of color #CC032F: hue angle of 346.87º 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 #CC032F is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.2 |
| HSL | 346.87º | 0.97% | 0.41% | - |
| HSV(B) | 346.87º | 0.99% | 0.8% | - |
| XYZ | 25.45 | 13.11 | 3.88 | - |
| YUV | 68.12 | 116.09 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 47 | 0 | 0.99 | 0.77 | 0.2 | 346.87 | 0.97 | 0.41 |
| Hex | CC | 3 | 2F | 0 | 63 | 4D | 14 | 15B | 61 | 29 |
| Octal | 314 | 3 | 57 | 0 | 143 | 115 | 24 | 533 | 141 | 51 |
| Binary | 11001100 | 11 | 101111 | 0 | 1100011 | 1001101 | 10100 | 101011011 | 1100001 | 101001 |
Color Harmonies of #CC032F
Complementary color
Monochromatic Colors of #CC032F
Black with #CC032F
Text Example
Text Example
White with #CC032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC032F; }
p { color: rgb(204,3,47); }
H1.HeaderClassName
{
color: #CC032F;
}
.AnyTagClassName
{
color: #CC032F;
}
</style>
background-color css
<style>
a { background-color: #CC032F; }
a { background-color: rgb(204,3,47); }
div.DivClassName
{
background-color: #CC032F;
}
.BgClassName
{
background-color: #CC032F;
}
</style>
border-color css
<style>
span { border-color: #CC032F; }
span { border-color: rgb(204,3,47); }
td.TdClassName
{
border-color: #CC032F;
}
.TagClassName
{
border-color: #CC032F;
}
</style>