Shades of Crimson #CC144E
Tints of Crimson #CC144E
RGB
CMYK
RGB Variations
Color information
#CC144E (or 0xCC144E) is known color: Crimson. HEX triplet: CC, 14 and 4E. RGB value is (204,20,78). Sum of RGB (Red+Green+Blue) = 204+20+78=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC144E is #33EBB1. Grayscale: #515151. Windows color (decimal): -3402674 or 5117132. OLE color: 5117132.
HSL color Cylindrical-coordinate representation of color #CC144E: hue angle of 341.09º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC144E is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 78 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.2 |
| HSL | 341.09º | 0.82% | 0.44% | - |
| HSV(B) | 341.09º | 0.9% | 0.8% | - |
| XYZ | 26.53 | 13.89 | 8.49 | - |
| YUV | 81.63 | 125.96 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 78 | 0 | 0.90 | 0.62 | 0.2 | 341.09 | 0.82 | 0.44 |
| Hex | CC | 14 | 4E | 0 | 5A | 3E | 14 | 155 | 52 | 2C |
| Octal | 314 | 24 | 116 | 0 | 132 | 76 | 24 | 525 | 122 | 54 |
| Binary | 11001100 | 10100 | 1001110 | 0 | 1011010 | 111110 | 10100 | 101010101 | 1010010 | 101100 |
Color Harmonies of #CC144E
Complementary color
Monochromatic Colors of #CC144E
Black with #CC144E
Text Example
Text Example
White with #CC144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC144E; }
p { color: rgb(204,20,78); }
H1.HeaderClassName
{
color: #CC144E;
}
.AnyTagClassName
{
color: #CC144E;
}
</style>
background-color css
<style>
a { background-color: #CC144E; }
a { background-color: rgb(204,20,78); }
div.DivClassName
{
background-color: #CC144E;
}
.BgClassName
{
background-color: #CC144E;
}
</style>
border-color css
<style>
span { border-color: #CC144E; }
span { border-color: rgb(204,20,78); }
td.TdClassName
{
border-color: #CC144E;
}
.TagClassName
{
border-color: #CC144E;
}
</style>