Shades of Crimson #CC0C38
Tints of Crimson #CC0C38
RGB
CMYK
RGB Variations
Color information
#CC0C38 (or 0xCC0C38) is known color: Crimson. HEX triplet: CC, 0C and 38. RGB value is (204,12,56). Sum of RGB (Red+Green+Blue) = 204+12+56=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C38 is #33F3C7. Grayscale: #4A4A4A. Windows color (decimal): -3404744 or 3673292. OLE color: 3673292.
HSL color Cylindrical-coordinate representation of color #CC0C38: hue angle of 346.25º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C38 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 56 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.2 |
| HSL | 346.25º | 0.89% | 0.42% | - |
| HSV(B) | 346.25º | 0.94% | 0.8% | - |
| XYZ | 25.75 | 13.39 | 4.97 | - |
| YUV | 74.42 | 117.61 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 56 | 0 | 0.94 | 0.73 | 0.2 | 346.25 | 0.89 | 0.42 |
| Hex | CC | C | 38 | 0 | 5E | 49 | 14 | 15A | 59 | 2A |
| Octal | 314 | 14 | 70 | 0 | 136 | 111 | 24 | 532 | 131 | 52 |
| Binary | 11001100 | 1100 | 111000 | 0 | 1011110 | 1001001 | 10100 | 101011010 | 1011001 | 101010 |
Color Harmonies of #CC0C38
Complementary color
Monochromatic Colors of #CC0C38
Black with #CC0C38
Text Example
Text Example
White with #CC0C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C38; }
p { color: rgb(204,12,56); }
H1.HeaderClassName
{
color: #CC0C38;
}
.AnyTagClassName
{
color: #CC0C38;
}
</style>
background-color css
<style>
a { background-color: #CC0C38; }
a { background-color: rgb(204,12,56); }
div.DivClassName
{
background-color: #CC0C38;
}
.BgClassName
{
background-color: #CC0C38;
}
</style>
border-color css
<style>
span { border-color: #CC0C38; }
span { border-color: rgb(204,12,56); }
td.TdClassName
{
border-color: #CC0C38;
}
.TagClassName
{
border-color: #CC0C38;
}
</style>