Shades of Crimson #CC134C
Tints of Crimson #CC134C
RGB
CMYK
RGB Variations
Color information
#CC134C (or 0xCC134C) is known color: Crimson. HEX triplet: CC, 13 and 4C. RGB value is (204,19,76). Sum of RGB (Red+Green+Blue) = 204+19+76=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC134C is #33ECB3. Grayscale: #505050. Windows color (decimal): -3402932 or 4985804. OLE color: 4985804.
HSL color Cylindrical-coordinate representation of color #CC134C: hue angle of 341.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC134C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 76 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.2 |
| HSL | 341.51º | 0.83% | 0.44% | - |
| HSV(B) | 341.51º | 0.91% | 0.8% | - |
| XYZ | 26.44 | 13.82 | 8.11 | - |
| YUV | 80.81 | 125.29 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 76 | 0 | 0.91 | 0.63 | 0.2 | 341.51 | 0.83 | 0.44 |
| Hex | CC | 13 | 4C | 0 | 5B | 3F | 14 | 156 | 53 | 2C |
| Octal | 314 | 23 | 114 | 0 | 133 | 77 | 24 | 526 | 123 | 54 |
| Binary | 11001100 | 10011 | 1001100 | 0 | 1011011 | 111111 | 10100 | 101010110 | 1010011 | 101100 |
Color Harmonies of #CC134C
Complementary color
Monochromatic Colors of #CC134C
Black with #CC134C
Text Example
Text Example
White with #CC134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC134C; }
p { color: rgb(204,19,76); }
H1.HeaderClassName
{
color: #CC134C;
}
.AnyTagClassName
{
color: #CC134C;
}
</style>
background-color css
<style>
a { background-color: #CC134C; }
a { background-color: rgb(204,19,76); }
div.DivClassName
{
background-color: #CC134C;
}
.BgClassName
{
background-color: #CC134C;
}
</style>
border-color css
<style>
span { border-color: #CC134C; }
span { border-color: rgb(204,19,76); }
td.TdClassName
{
border-color: #CC134C;
}
.TagClassName
{
border-color: #CC134C;
}
</style>