Shades of Crimson #CC093A
Tints of Crimson #CC093A
RGB
CMYK
RGB Variations
Color information
#CC093A (or 0xCC093A) is known color: Crimson. HEX triplet: CC, 09 and 3A. RGB value is (204,9,58). Sum of RGB (Red+Green+Blue) = 204+9+58=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC093A is #33F6C5. Grayscale: #484848. Windows color (decimal): -3405510 or 3803596. OLE color: 3803596.
HSL color Cylindrical-coordinate representation of color #CC093A: hue angle of 344.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC093A is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 58 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.2 |
| HSL | 344.92º | 0.92% | 0.42% | - |
| HSV(B) | 344.92º | 0.96% | 0.8% | - |
| XYZ | 25.76 | 13.34 | 5.22 | - |
| YUV | 72.89 | 119.6 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 58 | 0 | 0.96 | 0.72 | 0.2 | 344.92 | 0.92 | 0.42 |
| Hex | CC | 9 | 3A | 0 | 60 | 48 | 14 | 159 | 5C | 2A |
| Octal | 314 | 11 | 72 | 0 | 140 | 110 | 24 | 531 | 134 | 52 |
| Binary | 11001100 | 1001 | 111010 | 0 | 1100000 | 1001000 | 10100 | 101011001 | 1011100 | 101010 |
Color Harmonies of #CC093A
Complementary color
Monochromatic Colors of #CC093A
Black with #CC093A
Text Example
Text Example
White with #CC093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC093A; }
p { color: rgb(204,9,58); }
H1.HeaderClassName
{
color: #CC093A;
}
.AnyTagClassName
{
color: #CC093A;
}
</style>
background-color css
<style>
a { background-color: #CC093A; }
a { background-color: rgb(204,9,58); }
div.DivClassName
{
background-color: #CC093A;
}
.BgClassName
{
background-color: #CC093A;
}
</style>
border-color css
<style>
span { border-color: #CC093A; }
span { border-color: rgb(204,9,58); }
td.TdClassName
{
border-color: #CC093A;
}
.TagClassName
{
border-color: #CC093A;
}
</style>