Shades of Crimson #CC113E
Tints of Crimson #CC113E
RGB
CMYK
RGB Variations
Color information
#CC113E (or 0xCC113E) is known color: Crimson. HEX triplet: CC, 11 and 3E. RGB value is (204,17,62). Sum of RGB (Red+Green+Blue) = 204+17+62=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC113E is #33EEC1. Grayscale: #4E4E4E. Windows color (decimal): -3403458 or 4067788. OLE color: 4067788.
HSL color Cylindrical-coordinate representation of color #CC113E: hue angle of 345.56º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC113E is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 62 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.2 |
| HSL | 345.56º | 0.85% | 0.43% | - |
| HSV(B) | 345.56º | 0.92% | 0.8% | - |
| XYZ | 25.97 | 13.59 | 5.81 | - |
| YUV | 78.04 | 118.95 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 62 | 0 | 0.92 | 0.70 | 0.2 | 345.56 | 0.85 | 0.43 |
| Hex | CC | 11 | 3E | 0 | 5C | 46 | 14 | 15A | 55 | 2B |
| Octal | 314 | 21 | 76 | 0 | 134 | 106 | 24 | 532 | 125 | 53 |
| Binary | 11001100 | 10001 | 111110 | 0 | 1011100 | 1000110 | 10100 | 101011010 | 1010101 | 101011 |
Color Harmonies of #CC113E
Complementary color
Monochromatic Colors of #CC113E
Black with #CC113E
Text Example
Text Example
White with #CC113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC113E; }
p { color: rgb(204,17,62); }
H1.HeaderClassName
{
color: #CC113E;
}
.AnyTagClassName
{
color: #CC113E;
}
</style>
background-color css
<style>
a { background-color: #CC113E; }
a { background-color: rgb(204,17,62); }
div.DivClassName
{
background-color: #CC113E;
}
.BgClassName
{
background-color: #CC113E;
}
</style>
border-color css
<style>
span { border-color: #CC113E; }
span { border-color: rgb(204,17,62); }
td.TdClassName
{
border-color: #CC113E;
}
.TagClassName
{
border-color: #CC113E;
}
</style>