Shades of Crimson #CC012F
Tints of Crimson #CC012F
RGB
CMYK
RGB Variations
Color information
#CC012F (or 0xCC012F) is known color: Crimson. HEX triplet: CC, 01 and 2F. RGB value is (204,1,47). Sum of RGB (Red+Green+Blue) = 204+1+47=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC012F is #33FED0. Grayscale: #424242. Windows color (decimal): -3407569 or 3080652. OLE color: 3080652.
HSL color Cylindrical-coordinate representation of color #CC012F: hue angle of 346.4º 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 #CC012F is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.2 |
| HSL | 346.4º | 0.99% | 0.4% | - |
| HSV(B) | 346.4º | 1% | 0.8% | - |
| XYZ | 25.43 | 13.06 | 3.87 | - |
| YUV | 66.94 | 116.75 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 47 | 0 | 1.00 | 0.77 | 0.2 | 346.4 | 0.99 | 0.4 |
| Hex | CC | 1 | 2F | 0 | 64 | 4D | 14 | 15A | 63 | 28 |
| Octal | 314 | 1 | 57 | 0 | 144 | 115 | 24 | 532 | 143 | 50 |
| Binary | 11001100 | 1 | 101111 | 0 | 1100100 | 1001101 | 10100 | 101011010 | 1100011 | 101000 |
Color Harmonies of #CC012F
Complementary color
Monochromatic Colors of #CC012F
Black with #CC012F
Text Example
Text Example
White with #CC012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC012F; }
p { color: rgb(204,1,47); }
H1.HeaderClassName
{
color: #CC012F;
}
.AnyTagClassName
{
color: #CC012F;
}
</style>
background-color css
<style>
a { background-color: #CC012F; }
a { background-color: rgb(204,1,47); }
div.DivClassName
{
background-color: #CC012F;
}
.BgClassName
{
background-color: #CC012F;
}
</style>
border-color css
<style>
span { border-color: #CC012F; }
span { border-color: rgb(204,1,47); }
td.TdClassName
{
border-color: #CC012F;
}
.TagClassName
{
border-color: #CC012F;
}
</style>