Shades of Crimson #CC053C
Tints of Crimson #CC053C
RGB
CMYK
RGB Variations
Color information
#CC053C (or 0xCC053C) is known color: Crimson. HEX triplet: CC, 05 and 3C. RGB value is (204,5,60). Sum of RGB (Red+Green+Blue) = 204+5+60=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC053C is #33FAC3. Grayscale: #464646. Windows color (decimal): -3406532 or 3933644. OLE color: 3933644.
HSL color Cylindrical-coordinate representation of color #CC053C: hue angle of 343.42º 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 #CC053C is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.2 |
| HSL | 343.42º | 0.95% | 0.41% | - |
| HSV(B) | 343.42º | 0.98% | 0.8% | - |
| XYZ | 25.77 | 13.27 | 5.48 | - |
| YUV | 70.77 | 121.93 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 60 | 0 | 0.98 | 0.71 | 0.2 | 343.42 | 0.95 | 0.41 |
| Hex | CC | 5 | 3C | 0 | 62 | 47 | 14 | 157 | 5F | 29 |
| Octal | 314 | 5 | 74 | 0 | 142 | 107 | 24 | 527 | 137 | 51 |
| Binary | 11001100 | 101 | 111100 | 0 | 1100010 | 1000111 | 10100 | 101010111 | 1011111 | 101001 |
Color Harmonies of #CC053C
Complementary color
Monochromatic Colors of #CC053C
Black with #CC053C
Text Example
Text Example
White with #CC053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC053C; }
p { color: rgb(204,5,60); }
H1.HeaderClassName
{
color: #CC053C;
}
.AnyTagClassName
{
color: #CC053C;
}
</style>
background-color css
<style>
a { background-color: #CC053C; }
a { background-color: rgb(204,5,60); }
div.DivClassName
{
background-color: #CC053C;
}
.BgClassName
{
background-color: #CC053C;
}
</style>
border-color css
<style>
span { border-color: #CC053C; }
span { border-color: rgb(204,5,60); }
td.TdClassName
{
border-color: #CC053C;
}
.TagClassName
{
border-color: #CC053C;
}
</style>