Shades of Crimson #CC063D
Tints of Crimson #CC063D
RGB
CMYK
RGB Variations
Color information
#CC063D (or 0xCC063D) is known color: Crimson. HEX triplet: CC, 06 and 3D. RGB value is (204,6,61). Sum of RGB (Red+Green+Blue) = 204+6+61=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC063D is #33F9C2. Grayscale: #474747. Windows color (decimal): -3406275 or 3999436. OLE color: 3999436.
HSL color Cylindrical-coordinate representation of color #CC063D: hue angle of 343.33º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC063D is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.2 |
| HSL | 343.33º | 0.94% | 0.41% | - |
| HSV(B) | 343.33º | 0.97% | 0.8% | - |
| XYZ | 25.81 | 13.3 | 5.62 | - |
| YUV | 71.47 | 122.1 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 61 | 0 | 0.97 | 0.70 | 0.2 | 343.33 | 0.94 | 0.41 |
| Hex | CC | 6 | 3D | 0 | 61 | 46 | 14 | 157 | 5E | 29 |
| Octal | 314 | 6 | 75 | 0 | 141 | 106 | 24 | 527 | 136 | 51 |
| Binary | 11001100 | 110 | 111101 | 0 | 1100001 | 1000110 | 10100 | 101010111 | 1011110 | 101001 |
Color Harmonies of #CC063D
Complementary color
Monochromatic Colors of #CC063D
Black with #CC063D
Text Example
Text Example
White with #CC063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC063D; }
p { color: rgb(204,6,61); }
H1.HeaderClassName
{
color: #CC063D;
}
.AnyTagClassName
{
color: #CC063D;
}
</style>
background-color css
<style>
a { background-color: #CC063D; }
a { background-color: rgb(204,6,61); }
div.DivClassName
{
background-color: #CC063D;
}
.BgClassName
{
background-color: #CC063D;
}
</style>
border-color css
<style>
span { border-color: #CC063D; }
span { border-color: rgb(204,6,61); }
td.TdClassName
{
border-color: #CC063D;
}
.TagClassName
{
border-color: #CC063D;
}
</style>