Shades of Crimson #CC043A
Tints of Crimson #CC043A
RGB
CMYK
RGB Variations
Color information
#CC043A (or 0xCC043A) is known color: Crimson. HEX triplet: CC, 04 and 3A. RGB value is (204,4,58). Sum of RGB (Red+Green+Blue) = 204+4+58=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC043A is #33FBC5. Grayscale: #454545. Windows color (decimal): -3406790 or 3802316. OLE color: 3802316.
HSL color Cylindrical-coordinate representation of color #CC043A: hue angle of 343.8º 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 #CC043A is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 58 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.2 |
| HSL | 343.8º | 0.96% | 0.41% | - |
| HSV(B) | 343.8º | 0.98% | 0.8% | - |
| XYZ | 25.71 | 13.23 | 5.2 | - |
| YUV | 69.96 | 121.26 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 58 | 0 | 0.98 | 0.72 | 0.2 | 343.8 | 0.96 | 0.41 |
| Hex | CC | 4 | 3A | 0 | 62 | 48 | 14 | 158 | 60 | 29 |
| Octal | 314 | 4 | 72 | 0 | 142 | 110 | 24 | 530 | 140 | 51 |
| Binary | 11001100 | 100 | 111010 | 0 | 1100010 | 1001000 | 10100 | 101011000 | 1100000 | 101001 |
Color Harmonies of #CC043A
Complementary color
Monochromatic Colors of #CC043A
Black with #CC043A
Text Example
Text Example
White with #CC043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC043A; }
p { color: rgb(204,4,58); }
H1.HeaderClassName
{
color: #CC043A;
}
.AnyTagClassName
{
color: #CC043A;
}
</style>
background-color css
<style>
a { background-color: #CC043A; }
a { background-color: rgb(204,4,58); }
div.DivClassName
{
background-color: #CC043A;
}
.BgClassName
{
background-color: #CC043A;
}
</style>
border-color css
<style>
span { border-color: #CC043A; }
span { border-color: rgb(204,4,58); }
td.TdClassName
{
border-color: #CC043A;
}
.TagClassName
{
border-color: #CC043A;
}
</style>