Shades of Crimson #CC0A3A
Tints of Crimson #CC0A3A
RGB
CMYK
RGB Variations
Color information
#CC0A3A (or 0xCC0A3A) is known color: Crimson. HEX triplet: CC, 0A and 3A. RGB value is (204,10,58). Sum of RGB (Red+Green+Blue) = 204+10+58=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0A3A is #33F5C5. Grayscale: #494949. Windows color (decimal): -3405254 or 3803852. OLE color: 3803852.
HSL color Cylindrical-coordinate representation of color #CC0A3A: hue angle of 345.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0A3A is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 58 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.2 |
| HSL | 345.15º | 0.91% | 0.42% | - |
| HSV(B) | 345.15º | 0.95% | 0.8% | - |
| XYZ | 25.77 | 13.36 | 5.22 | - |
| YUV | 73.48 | 119.27 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 58 | 0 | 0.95 | 0.72 | 0.2 | 345.15 | 0.91 | 0.42 |
| Hex | CC | A | 3A | 0 | 5F | 48 | 14 | 159 | 5B | 2A |
| Octal | 314 | 12 | 72 | 0 | 137 | 110 | 24 | 531 | 133 | 52 |
| Binary | 11001100 | 1010 | 111010 | 0 | 1011111 | 1001000 | 10100 | 101011001 | 1011011 | 101010 |
Color Harmonies of #CC0A3A
Complementary color
Monochromatic Colors of #CC0A3A
Black with #CC0A3A
Text Example
Text Example
White with #CC0A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0A3A; }
p { color: rgb(204,10,58); }
H1.HeaderClassName
{
color: #CC0A3A;
}
.AnyTagClassName
{
color: #CC0A3A;
}
</style>
background-color css
<style>
a { background-color: #CC0A3A; }
a { background-color: rgb(204,10,58); }
div.DivClassName
{
background-color: #CC0A3A;
}
.BgClassName
{
background-color: #CC0A3A;
}
</style>
border-color css
<style>
span { border-color: #CC0A3A; }
span { border-color: rgb(204,10,58); }
td.TdClassName
{
border-color: #CC0A3A;
}
.TagClassName
{
border-color: #CC0A3A;
}
</style>