Shades of Crimson #CC002F
Tints of Crimson #CC002F
RGB
CMYK
RGB Variations
Color information
#CC002F (or 0xCC002F) is known color: Crimson. HEX triplet: CC, 00 and 2F. RGB value is (204,0,47). Sum of RGB (Red+Green+Blue) = 204+0+47=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC002F is #33FFD0. Grayscale: #424242. Windows color (decimal): -3407825 or 3080396. OLE color: 3080396.
HSL color Cylindrical-coordinate representation of color #CC002F: hue angle of 346.18º 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 #CC002F is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.77 | 0.2 |
| HSL | 346.18º | 1% | 0.4% | - |
| HSV(B) | 346.18º | 1% | 0.8% | - |
| XYZ | 25.41 | 13.04 | 3.87 | - |
| YUV | 66.35 | 117.09 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 47 | 0 | 1 | 0.77 | 0.2 | 346.18 | 1 | 0.4 |
| Hex | CC | 0 | 2F | 0 | 64 | 4D | 14 | 15A | 64 | 28 |
| Octal | 314 | 0 | 57 | 0 | 144 | 115 | 24 | 532 | 144 | 50 |
| Binary | 11001100 | 0 | 101111 | 0 | 1100100 | 1001101 | 10100 | 101011010 | 1100100 | 101000 |
Color Harmonies of #CC002F
Complementary color
Monochromatic Colors of #CC002F
Black with #CC002F
Text Example
Text Example
White with #CC002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC002F; }
p { color: rgb(204,0,47); }
H1.HeaderClassName
{
color: #CC002F;
}
.AnyTagClassName
{
color: #CC002F;
}
</style>
background-color css
<style>
a { background-color: #CC002F; }
a { background-color: rgb(204,0,47); }
div.DivClassName
{
background-color: #CC002F;
}
.BgClassName
{
background-color: #CC002F;
}
</style>
border-color css
<style>
span { border-color: #CC002F; }
span { border-color: rgb(204,0,47); }
td.TdClassName
{
border-color: #CC002F;
}
.TagClassName
{
border-color: #CC002F;
}
</style>