Shades of Crimson #CC003B
Tints of Crimson #CC003B
RGB
CMYK
RGB Variations
Color information
#CC003B (or 0xCC003B) is known color: Crimson. HEX triplet: CC, 00 and 3B. RGB value is (204,0,59). Sum of RGB (Red+Green+Blue) = 204+0+59=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC003B is #33FFC4. Grayscale: #434343. Windows color (decimal): -3407813 or 3866828. OLE color: 3866828.
HSL color Cylindrical-coordinate representation of color #CC003B: hue angle of 342.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC003B is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.71 | 0.2 |
| HSL | 342.65º | 1% | 0.4% | - |
| HSV(B) | 342.65º | 1% | 0.8% | - |
| XYZ | 25.69 | 13.15 | 5.32 | - |
| YUV | 67.72 | 123.09 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 59 | 0 | 1 | 0.71 | 0.2 | 342.65 | 1 | 0.4 |
| Hex | CC | 0 | 3B | 0 | 64 | 47 | 14 | 157 | 64 | 28 |
| Octal | 314 | 0 | 73 | 0 | 144 | 107 | 24 | 527 | 144 | 50 |
| Binary | 11001100 | 0 | 111011 | 0 | 1100100 | 1000111 | 10100 | 101010111 | 1100100 | 101000 |
Color Harmonies of #CC003B
Complementary color
Monochromatic Colors of #CC003B
Black with #CC003B
Text Example
Text Example
White with #CC003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC003B; }
p { color: rgb(204,0,59); }
H1.HeaderClassName
{
color: #CC003B;
}
.AnyTagClassName
{
color: #CC003B;
}
</style>
background-color css
<style>
a { background-color: #CC003B; }
a { background-color: rgb(204,0,59); }
div.DivClassName
{
background-color: #CC003B;
}
.BgClassName
{
background-color: #CC003B;
}
</style>
border-color css
<style>
span { border-color: #CC003B; }
span { border-color: rgb(204,0,59); }
td.TdClassName
{
border-color: #CC003B;
}
.TagClassName
{
border-color: #CC003B;
}
</style>