Shades of Crimson #CC074A
Tints of Crimson #CC074A
RGB
CMYK
RGB Variations
Color information
#CC074A (or 0xCC074A) is known color: Crimson. HEX triplet: CC, 07 and 4A. RGB value is (204,7,74). Sum of RGB (Red+Green+Blue) = 204+7+74=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC074A is #33F8B5. Grayscale: #494949. Windows color (decimal): -3406006 or 4851660. OLE color: 4851660.
HSL color Cylindrical-coordinate representation of color #CC074A: hue angle of 339.59º degrees, saturation: 0.93, 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 #CC074A is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 74 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.2 |
| HSL | 339.59º | 0.93% | 0.41% | - |
| HSV(B) | 339.59º | 0.97% | 0.8% | - |
| XYZ | 26.21 | 13.48 | 7.7 | - |
| YUV | 73.54 | 128.27 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 74 | 0 | 0.97 | 0.64 | 0.2 | 339.59 | 0.93 | 0.41 |
| Hex | CC | 7 | 4A | 0 | 61 | 40 | 14 | 154 | 5D | 29 |
| Octal | 314 | 7 | 112 | 0 | 141 | 100 | 24 | 524 | 135 | 51 |
| Binary | 11001100 | 111 | 1001010 | 0 | 1100001 | 1000000 | 10100 | 101010100 | 1011101 | 101001 |
Color Harmonies of #CC074A
Complementary color
Monochromatic Colors of #CC074A
Black with #CC074A
Text Example
Text Example
White with #CC074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC074A; }
p { color: rgb(204,7,74); }
H1.HeaderClassName
{
color: #CC074A;
}
.AnyTagClassName
{
color: #CC074A;
}
</style>
background-color css
<style>
a { background-color: #CC074A; }
a { background-color: rgb(204,7,74); }
div.DivClassName
{
background-color: #CC074A;
}
.BgClassName
{
background-color: #CC074A;
}
</style>
border-color css
<style>
span { border-color: #CC074A; }
span { border-color: rgb(204,7,74); }
td.TdClassName
{
border-color: #CC074A;
}
.TagClassName
{
border-color: #CC074A;
}
</style>