Shades of Crimson #CC013F
Tints of Crimson #CC013F
RGB
CMYK
RGB Variations
Color information
#CC013F (or 0xCC013F) is known color: Crimson. HEX triplet: CC, 01 and 3F. RGB value is (204,1,63). Sum of RGB (Red+Green+Blue) = 204+1+63=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC013F is #33FEC0. Grayscale: #444444. Windows color (decimal): -3407553 or 4129228. OLE color: 4129228.
HSL color Cylindrical-coordinate representation of color #CC013F: hue angle of 341.67º 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 #CC013F is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.2 |
| HSL | 341.67º | 0.99% | 0.4% | - |
| HSV(B) | 341.67º | 1% | 0.8% | - |
| XYZ | 25.81 | 13.22 | 5.89 | - |
| YUV | 68.77 | 124.75 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 63 | 0 | 1.00 | 0.69 | 0.2 | 341.67 | 0.99 | 0.4 |
| Hex | CC | 1 | 3F | 0 | 64 | 45 | 14 | 156 | 63 | 28 |
| Octal | 314 | 1 | 77 | 0 | 144 | 105 | 24 | 526 | 143 | 50 |
| Binary | 11001100 | 1 | 111111 | 0 | 1100100 | 1000101 | 10100 | 101010110 | 1100011 | 101000 |
Color Harmonies of #CC013F
Complementary color
Monochromatic Colors of #CC013F
Black with #CC013F
Text Example
Text Example
White with #CC013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC013F; }
p { color: rgb(204,1,63); }
H1.HeaderClassName
{
color: #CC013F;
}
.AnyTagClassName
{
color: #CC013F;
}
</style>
background-color css
<style>
a { background-color: #CC013F; }
a { background-color: rgb(204,1,63); }
div.DivClassName
{
background-color: #CC013F;
}
.BgClassName
{
background-color: #CC013F;
}
</style>
border-color css
<style>
span { border-color: #CC013F; }
span { border-color: rgb(204,1,63); }
td.TdClassName
{
border-color: #CC013F;
}
.TagClassName
{
border-color: #CC013F;
}
</style>