Shades of Crimson #CC103E
Tints of Crimson #CC103E
RGB
CMYK
RGB Variations
Color information
#CC103E (or 0xCC103E) is known color: Crimson. HEX triplet: CC, 10 and 3E. RGB value is (204,16,62). Sum of RGB (Red+Green+Blue) = 204+16+62=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC103E is #33EFC1. Grayscale: #4D4D4D. Windows color (decimal): -3403714 or 4067532. OLE color: 4067532.
HSL color Cylindrical-coordinate representation of color #CC103E: hue angle of 345.32º 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 #CC103E is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 62 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.2 |
| HSL | 345.32º | 0.85% | 0.43% | - |
| HSV(B) | 345.32º | 0.92% | 0.8% | - |
| XYZ | 25.96 | 13.56 | 5.81 | - |
| YUV | 77.46 | 119.28 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 62 | 0 | 0.92 | 0.70 | 0.2 | 345.32 | 0.85 | 0.43 |
| Hex | CC | 10 | 3E | 0 | 5C | 46 | 14 | 159 | 55 | 2B |
| Octal | 314 | 20 | 76 | 0 | 134 | 106 | 24 | 531 | 125 | 53 |
| Binary | 11001100 | 10000 | 111110 | 0 | 1011100 | 1000110 | 10100 | 101011001 | 1010101 | 101011 |
Color Harmonies of #CC103E
Complementary color
Monochromatic Colors of #CC103E
Black with #CC103E
Text Example
Text Example
White with #CC103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC103E; }
p { color: rgb(204,16,62); }
H1.HeaderClassName
{
color: #CC103E;
}
.AnyTagClassName
{
color: #CC103E;
}
</style>
background-color css
<style>
a { background-color: #CC103E; }
a { background-color: rgb(204,16,62); }
div.DivClassName
{
background-color: #CC103E;
}
.BgClassName
{
background-color: #CC103E;
}
</style>
border-color css
<style>
span { border-color: #CC103E; }
span { border-color: rgb(204,16,62); }
td.TdClassName
{
border-color: #CC103E;
}
.TagClassName
{
border-color: #CC103E;
}
</style>