Shades of Crimson #CC013D
Tints of Crimson #CC013D
RGB
CMYK
RGB Variations
Color information
#CC013D (or 0xCC013D) is known color: Crimson. HEX triplet: CC, 01 and 3D. RGB value is (204,1,61). Sum of RGB (Red+Green+Blue) = 204+1+61=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC013D is #33FEC2. Grayscale: #444444. Windows color (decimal): -3407555 or 3998156. OLE color: 3998156.
HSL color Cylindrical-coordinate representation of color #CC013D: hue angle of 342.27º 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 #CC013D is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.2 |
| HSL | 342.27º | 0.99% | 0.4% | - |
| HSV(B) | 342.27º | 1% | 0.8% | - |
| XYZ | 25.76 | 13.2 | 5.6 | - |
| YUV | 68.54 | 123.75 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 61 | 0 | 1.00 | 0.70 | 0.2 | 342.27 | 0.99 | 0.4 |
| Hex | CC | 1 | 3D | 0 | 64 | 46 | 14 | 156 | 63 | 28 |
| Octal | 314 | 1 | 75 | 0 | 144 | 106 | 24 | 526 | 143 | 50 |
| Binary | 11001100 | 1 | 111101 | 0 | 1100100 | 1000110 | 10100 | 101010110 | 1100011 | 101000 |
Color Harmonies of #CC013D
Complementary color
Monochromatic Colors of #CC013D
Black with #CC013D
Text Example
Text Example
White with #CC013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC013D; }
p { color: rgb(204,1,61); }
H1.HeaderClassName
{
color: #CC013D;
}
.AnyTagClassName
{
color: #CC013D;
}
</style>
background-color css
<style>
a { background-color: #CC013D; }
a { background-color: rgb(204,1,61); }
div.DivClassName
{
background-color: #CC013D;
}
.BgClassName
{
background-color: #CC013D;
}
</style>
border-color css
<style>
span { border-color: #CC013D; }
span { border-color: rgb(204,1,61); }
td.TdClassName
{
border-color: #CC013D;
}
.TagClassName
{
border-color: #CC013D;
}
</style>