Shades of Crimson #CC013C
Tints of Crimson #CC013C
RGB
CMYK
RGB Variations
Color information
#CC013C (or 0xCC013C) is known color: Crimson. HEX triplet: CC, 01 and 3C. RGB value is (204,1,60). Sum of RGB (Red+Green+Blue) = 204+1+60=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC013C is #33FEC3. Grayscale: #444444. Windows color (decimal): -3407556 or 3932620. OLE color: 3932620.
HSL color Cylindrical-coordinate representation of color #CC013C: hue angle of 342.56º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC013C is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.2 |
| HSL | 342.56º | 0.99% | 0.4% | - |
| HSV(B) | 342.56º | 1% | 0.8% | - |
| XYZ | 25.73 | 13.19 | 5.46 | - |
| YUV | 68.42 | 123.25 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 60 | 0 | 1.00 | 0.71 | 0.2 | 342.56 | 0.99 | 0.4 |
| Hex | CC | 1 | 3C | 0 | 64 | 47 | 14 | 157 | 63 | 28 |
| Octal | 314 | 1 | 74 | 0 | 144 | 107 | 24 | 527 | 143 | 50 |
| Binary | 11001100 | 1 | 111100 | 0 | 1100100 | 1000111 | 10100 | 101010111 | 1100011 | 101000 |
Color Harmonies of #CC013C
Complementary color
Monochromatic Colors of #CC013C
Black with #CC013C
Text Example
Text Example
White with #CC013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC013C; }
p { color: rgb(204,1,60); }
H1.HeaderClassName
{
color: #CC013C;
}
.AnyTagClassName
{
color: #CC013C;
}
</style>
background-color css
<style>
a { background-color: #CC013C; }
a { background-color: rgb(204,1,60); }
div.DivClassName
{
background-color: #CC013C;
}
.BgClassName
{
background-color: #CC013C;
}
</style>
border-color css
<style>
span { border-color: #CC013C; }
span { border-color: rgb(204,1,60); }
td.TdClassName
{
border-color: #CC013C;
}
.TagClassName
{
border-color: #CC013C;
}
</style>