Shades of Crimson #CC063B
Tints of Crimson #CC063B
RGB
CMYK
RGB Variations
Color information
#CC063B (or 0xCC063B) is known color: Crimson. HEX triplet: CC, 06 and 3B. RGB value is (204,6,59). Sum of RGB (Red+Green+Blue) = 204+6+59=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC063B is #33F9C4. Grayscale: #474747. Windows color (decimal): -3406277 or 3868364. OLE color: 3868364.
HSL color Cylindrical-coordinate representation of color #CC063B: hue angle of 343.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC063B is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.2 |
| HSL | 343.94º | 0.94% | 0.41% | - |
| HSV(B) | 343.94º | 0.97% | 0.8% | - |
| XYZ | 25.76 | 13.28 | 5.34 | - |
| YUV | 71.24 | 121.1 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 59 | 0 | 0.97 | 0.71 | 0.2 | 343.94 | 0.94 | 0.41 |
| Hex | CC | 6 | 3B | 0 | 61 | 47 | 14 | 158 | 5E | 29 |
| Octal | 314 | 6 | 73 | 0 | 141 | 107 | 24 | 530 | 136 | 51 |
| Binary | 11001100 | 110 | 111011 | 0 | 1100001 | 1000111 | 10100 | 101011000 | 1011110 | 101001 |
Color Harmonies of #CC063B
Complementary color
Monochromatic Colors of #CC063B
Black with #CC063B
Text Example
Text Example
White with #CC063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC063B; }
p { color: rgb(204,6,59); }
H1.HeaderClassName
{
color: #CC063B;
}
.AnyTagClassName
{
color: #CC063B;
}
</style>
background-color css
<style>
a { background-color: #CC063B; }
a { background-color: rgb(204,6,59); }
div.DivClassName
{
background-color: #CC063B;
}
.BgClassName
{
background-color: #CC063B;
}
</style>
border-color css
<style>
span { border-color: #CC063B; }
span { border-color: rgb(204,6,59); }
td.TdClassName
{
border-color: #CC063B;
}
.TagClassName
{
border-color: #CC063B;
}
</style>