Shades of Crimson #CC103C
Tints of Crimson #CC103C
RGB
CMYK
RGB Variations
Color information
#CC103C (or 0xCC103C) is known color: Crimson. HEX triplet: CC, 10 and 3C. RGB value is (204,16,60). Sum of RGB (Red+Green+Blue) = 204+16+60=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC103C is #33EFC3. Grayscale: #4D4D4D. Windows color (decimal): -3403716 or 3936460. OLE color: 3936460.
HSL color Cylindrical-coordinate representation of color #CC103C: hue angle of 345.96º 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 #CC103C is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 60 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.2 |
| HSL | 345.96º | 0.85% | 0.43% | - |
| HSV(B) | 345.96º | 0.92% | 0.8% | - |
| XYZ | 25.9 | 13.53 | 5.52 | - |
| YUV | 77.23 | 118.28 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 60 | 0 | 0.92 | 0.71 | 0.2 | 345.96 | 0.85 | 0.43 |
| Hex | CC | 10 | 3C | 0 | 5C | 47 | 14 | 15A | 55 | 2B |
| Octal | 314 | 20 | 74 | 0 | 134 | 107 | 24 | 532 | 125 | 53 |
| Binary | 11001100 | 10000 | 111100 | 0 | 1011100 | 1000111 | 10100 | 101011010 | 1010101 | 101011 |
Color Harmonies of #CC103C
Complementary color
Monochromatic Colors of #CC103C
Black with #CC103C
Text Example
Text Example
White with #CC103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC103C; }
p { color: rgb(204,16,60); }
H1.HeaderClassName
{
color: #CC103C;
}
.AnyTagClassName
{
color: #CC103C;
}
</style>
background-color css
<style>
a { background-color: #CC103C; }
a { background-color: rgb(204,16,60); }
div.DivClassName
{
background-color: #CC103C;
}
.BgClassName
{
background-color: #CC103C;
}
</style>
border-color css
<style>
span { border-color: #CC103C; }
span { border-color: rgb(204,16,60); }
td.TdClassName
{
border-color: #CC103C;
}
.TagClassName
{
border-color: #CC103C;
}
</style>