Shades of Crimson #CC103A
Tints of Crimson #CC103A
RGB
CMYK
RGB Variations
Color information
#CC103A (or 0xCC103A) is known color: Crimson. HEX triplet: CC, 10 and 3A. RGB value is (204,16,58). Sum of RGB (Red+Green+Blue) = 204+16+58=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC103A is #33EFC5. Grayscale: #4D4D4D. Windows color (decimal): -3403718 or 3805388. OLE color: 3805388.
HSL color Cylindrical-coordinate representation of color #CC103A: hue angle of 346.6º 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 #CC103A is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 58 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.2 |
| HSL | 346.6º | 0.85% | 0.43% | - |
| HSV(B) | 346.6º | 0.92% | 0.8% | - |
| XYZ | 25.85 | 13.51 | 5.25 | - |
| YUV | 77 | 117.28 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 58 | 0 | 0.92 | 0.72 | 0.2 | 346.6 | 0.85 | 0.43 |
| Hex | CC | 10 | 3A | 0 | 5C | 48 | 14 | 15B | 55 | 2B |
| Octal | 314 | 20 | 72 | 0 | 134 | 110 | 24 | 533 | 125 | 53 |
| Binary | 11001100 | 10000 | 111010 | 0 | 1011100 | 1001000 | 10100 | 101011011 | 1010101 | 101011 |
Color Harmonies of #CC103A
Complementary color
Monochromatic Colors of #CC103A
Black with #CC103A
Text Example
Text Example
White with #CC103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC103A; }
p { color: rgb(204,16,58); }
H1.HeaderClassName
{
color: #CC103A;
}
.AnyTagClassName
{
color: #CC103A;
}
</style>
background-color css
<style>
a { background-color: #CC103A; }
a { background-color: rgb(204,16,58); }
div.DivClassName
{
background-color: #CC103A;
}
.BgClassName
{
background-color: #CC103A;
}
</style>
border-color css
<style>
span { border-color: #CC103A; }
span { border-color: rgb(204,16,58); }
td.TdClassName
{
border-color: #CC103A;
}
.TagClassName
{
border-color: #CC103A;
}
</style>