Shades of Crimson #CC113F
Tints of Crimson #CC113F
RGB
CMYK
RGB Variations
Color information
#CC113F (or 0xCC113F) is known color: Crimson. HEX triplet: CC, 11 and 3F. RGB value is (204,17,63). Sum of RGB (Red+Green+Blue) = 204+17+63=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC113F is #33EEC0. Grayscale: #4E4E4E. Windows color (decimal): -3403457 or 4133324. OLE color: 4133324.
HSL color Cylindrical-coordinate representation of color #CC113F: hue angle of 345.24º 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 #CC113F is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 63 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.2 |
| HSL | 345.24º | 0.85% | 0.43% | - |
| HSV(B) | 345.24º | 0.92% | 0.8% | - |
| XYZ | 26 | 13.6 | 5.96 | - |
| YUV | 78.16 | 119.45 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 63 | 0 | 0.92 | 0.69 | 0.2 | 345.24 | 0.85 | 0.43 |
| Hex | CC | 11 | 3F | 0 | 5C | 45 | 14 | 159 | 55 | 2B |
| Octal | 314 | 21 | 77 | 0 | 134 | 105 | 24 | 531 | 125 | 53 |
| Binary | 11001100 | 10001 | 111111 | 0 | 1011100 | 1000101 | 10100 | 101011001 | 1010101 | 101011 |
Color Harmonies of #CC113F
Complementary color
Monochromatic Colors of #CC113F
Black with #CC113F
Text Example
Text Example
White with #CC113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC113F; }
p { color: rgb(204,17,63); }
H1.HeaderClassName
{
color: #CC113F;
}
.AnyTagClassName
{
color: #CC113F;
}
</style>
background-color css
<style>
a { background-color: #CC113F; }
a { background-color: rgb(204,17,63); }
div.DivClassName
{
background-color: #CC113F;
}
.BgClassName
{
background-color: #CC113F;
}
</style>
border-color css
<style>
span { border-color: #CC113F; }
span { border-color: rgb(204,17,63); }
td.TdClassName
{
border-color: #CC113F;
}
.TagClassName
{
border-color: #CC113F;
}
</style>