Shades of Crimson #CC103F
Tints of Crimson #CC103F
RGB
CMYK
RGB Variations
Color information
#CC103F (or 0xCC103F) is known color: Crimson. HEX triplet: CC, 10 and 3F. RGB value is (204,16,63). Sum of RGB (Red+Green+Blue) = 204+16+63=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC103F is #33EFC0. Grayscale: #4D4D4D. Windows color (decimal): -3403713 or 4133068. OLE color: 4133068.
HSL color Cylindrical-coordinate representation of color #CC103F: hue angle of 345º 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 #CC103F is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 63 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.2 |
| HSL | 345º | 0.85% | 0.43% | - |
| HSV(B) | 345º | 0.92% | 0.8% | - |
| XYZ | 25.98 | 13.57 | 5.95 | - |
| YUV | 77.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 63 | 0 | 0.92 | 0.69 | 0.2 | 345 | 0.85 | 0.43 |
| Hex | CC | 10 | 3F | 0 | 5C | 45 | 14 | 159 | 55 | 2B |
| Octal | 314 | 20 | 77 | 0 | 134 | 105 | 24 | 531 | 125 | 53 |
| Binary | 11001100 | 10000 | 111111 | 0 | 1011100 | 1000101 | 10100 | 101011001 | 1010101 | 101011 |
Color Harmonies of #CC103F
Complementary color
Monochromatic Colors of #CC103F
Black with #CC103F
Text Example
Text Example
White with #CC103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC103F; }
p { color: rgb(204,16,63); }
H1.HeaderClassName
{
color: #CC103F;
}
.AnyTagClassName
{
color: #CC103F;
}
</style>
background-color css
<style>
a { background-color: #CC103F; }
a { background-color: rgb(204,16,63); }
div.DivClassName
{
background-color: #CC103F;
}
.BgClassName
{
background-color: #CC103F;
}
</style>
border-color css
<style>
span { border-color: #CC103F; }
span { border-color: rgb(204,16,63); }
td.TdClassName
{
border-color: #CC103F;
}
.TagClassName
{
border-color: #CC103F;
}
</style>