Shades of Crimson #CC012E
Tints of Crimson #CC012E
RGB
CMYK
RGB Variations
Color information
#CC012E (or 0xCC012E) is known color: Crimson. HEX triplet: CC, 01 and 2E. RGB value is (204,1,46). Sum of RGB (Red+Green+Blue) = 204+1+46=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC012E is #33FED1. Grayscale: #424242. Windows color (decimal): -3407570 or 3015116. OLE color: 3015116.
HSL color Cylindrical-coordinate representation of color #CC012E: hue angle of 346.7º 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 #CC012E is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.2 |
| HSL | 346.7º | 0.99% | 0.4% | - |
| HSV(B) | 346.7º | 1% | 0.8% | - |
| XYZ | 25.41 | 13.06 | 3.77 | - |
| YUV | 66.83 | 116.25 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 46 | 0 | 1.00 | 0.77 | 0.2 | 346.7 | 0.99 | 0.4 |
| Hex | CC | 1 | 2E | 0 | 64 | 4D | 14 | 15B | 63 | 28 |
| Octal | 314 | 1 | 56 | 0 | 144 | 115 | 24 | 533 | 143 | 50 |
| Binary | 11001100 | 1 | 101110 | 0 | 1100100 | 1001101 | 10100 | 101011011 | 1100011 | 101000 |
Color Harmonies of #CC012E
Complementary color
Monochromatic Colors of #CC012E
Black with #CC012E
Text Example
Text Example
White with #CC012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC012E; }
p { color: rgb(204,1,46); }
H1.HeaderClassName
{
color: #CC012E;
}
.AnyTagClassName
{
color: #CC012E;
}
</style>
background-color css
<style>
a { background-color: #CC012E; }
a { background-color: rgb(204,1,46); }
div.DivClassName
{
background-color: #CC012E;
}
.BgClassName
{
background-color: #CC012E;
}
</style>
border-color css
<style>
span { border-color: #CC012E; }
span { border-color: rgb(204,1,46); }
td.TdClassName
{
border-color: #CC012E;
}
.TagClassName
{
border-color: #CC012E;
}
</style>