Shades of Crimson #CC073D
Tints of Crimson #CC073D
RGB
CMYK
RGB Variations
Color information
#CC073D (or 0xCC073D) is known color: Crimson. HEX triplet: CC, 07 and 3D. RGB value is (204,7,61). Sum of RGB (Red+Green+Blue) = 204+7+61=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC073D is #33F8C2. Grayscale: #484848. Windows color (decimal): -3406019 or 3999692. OLE color: 3999692.
HSL color Cylindrical-coordinate representation of color #CC073D: hue angle of 343.55º 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 #CC073D is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.2 |
| HSL | 343.55º | 0.93% | 0.41% | - |
| HSV(B) | 343.55º | 0.97% | 0.8% | - |
| XYZ | 25.82 | 13.33 | 5.63 | - |
| YUV | 72.06 | 121.77 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 61 | 0 | 0.97 | 0.70 | 0.2 | 343.55 | 0.93 | 0.41 |
| Hex | CC | 7 | 3D | 0 | 61 | 46 | 14 | 158 | 5D | 29 |
| Octal | 314 | 7 | 75 | 0 | 141 | 106 | 24 | 530 | 135 | 51 |
| Binary | 11001100 | 111 | 111101 | 0 | 1100001 | 1000110 | 10100 | 101011000 | 1011101 | 101001 |
Color Harmonies of #CC073D
Complementary color
Monochromatic Colors of #CC073D
Black with #CC073D
Text Example
Text Example
White with #CC073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC073D; }
p { color: rgb(204,7,61); }
H1.HeaderClassName
{
color: #CC073D;
}
.AnyTagClassName
{
color: #CC073D;
}
</style>
background-color css
<style>
a { background-color: #CC073D; }
a { background-color: rgb(204,7,61); }
div.DivClassName
{
background-color: #CC073D;
}
.BgClassName
{
background-color: #CC073D;
}
</style>
border-color css
<style>
span { border-color: #CC073D; }
span { border-color: rgb(204,7,61); }
td.TdClassName
{
border-color: #CC073D;
}
.TagClassName
{
border-color: #CC073D;
}
</style>