Shades of Crimson #CC013E
Tints of Crimson #CC013E
RGB
CMYK
RGB Variations
Color information
#CC013E (or 0xCC013E) is known color: Crimson. HEX triplet: CC, 01 and 3E. RGB value is (204,1,62). Sum of RGB (Red+Green+Blue) = 204+1+62=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC013E is #33FEC1. Grayscale: #444444. Windows color (decimal): -3407554 or 4063692. OLE color: 4063692.
HSL color Cylindrical-coordinate representation of color #CC013E: hue angle of 341.97º 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 #CC013E is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.2 |
| HSL | 341.97º | 0.99% | 0.4% | - |
| HSV(B) | 341.97º | 1% | 0.8% | - |
| XYZ | 25.78 | 13.21 | 5.75 | - |
| YUV | 68.65 | 124.25 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 62 | 0 | 1.00 | 0.70 | 0.2 | 341.97 | 0.99 | 0.4 |
| Hex | CC | 1 | 3E | 0 | 64 | 46 | 14 | 156 | 63 | 28 |
| Octal | 314 | 1 | 76 | 0 | 144 | 106 | 24 | 526 | 143 | 50 |
| Binary | 11001100 | 1 | 111110 | 0 | 1100100 | 1000110 | 10100 | 101010110 | 1100011 | 101000 |
Color Harmonies of #CC013E
Complementary color
Monochromatic Colors of #CC013E
Black with #CC013E
Text Example
Text Example
White with #CC013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC013E; }
p { color: rgb(204,1,62); }
H1.HeaderClassName
{
color: #CC013E;
}
.AnyTagClassName
{
color: #CC013E;
}
</style>
background-color css
<style>
a { background-color: #CC013E; }
a { background-color: rgb(204,1,62); }
div.DivClassName
{
background-color: #CC013E;
}
.BgClassName
{
background-color: #CC013E;
}
</style>
border-color css
<style>
span { border-color: #CC013E; }
span { border-color: rgb(204,1,62); }
td.TdClassName
{
border-color: #CC013E;
}
.TagClassName
{
border-color: #CC013E;
}
</style>