Shades of Crimson #CD144D
Tints of Crimson #CD144D
RGB
CMYK
RGB Variations
Color information
#CD144D (or 0xCD144D) is known color: Crimson. HEX triplet: CD, 14 and 4D. RGB value is (205,20,77). Sum of RGB (Red+Green+Blue) = 205+20+77=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD144D is #32EBB2. Grayscale: #515151. Windows color (decimal): -3337139 or 5051597. OLE color: 5051597.
HSL color Cylindrical-coordinate representation of color #CD144D: hue angle of 341.51º 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 #CD144D is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 77 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.20 |
| HSL | 341.51º | 0.82% | 0.44% | - |
| HSV(B) | 341.51º | 0.9% | 0.8% | - |
| XYZ | 26.77 | 14.02 | 8.32 | - |
| YUV | 81.81 | 125.29 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 77 | 0 | 0.90 | 0.62 | 0.20 | 341.51 | 0.82 | 0.44 |
| Hex | CD | 14 | 4D | 0 | 5A | 3E | 14 | 156 | 52 | 2C |
| Octal | 315 | 24 | 115 | 0 | 132 | 76 | 24 | 526 | 122 | 54 |
| Binary | 11001101 | 10100 | 1001101 | 0 | 1011010 | 111110 | 10100 | 101010110 | 1010010 | 101100 |
Color Harmonies of #CD144D
Complementary color
Monochromatic Colors of #CD144D
Black with #CD144D
Text Example
Text Example
White with #CD144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD144D; }
p { color: rgb(205,20,77); }
H1.HeaderClassName
{
color: #CD144D;
}
.AnyTagClassName
{
color: #CD144D;
}
</style>
background-color css
<style>
a { background-color: #CD144D; }
a { background-color: rgb(205,20,77); }
div.DivClassName
{
background-color: #CD144D;
}
.BgClassName
{
background-color: #CD144D;
}
</style>
border-color css
<style>
span { border-color: #CD144D; }
span { border-color: rgb(205,20,77); }
td.TdClassName
{
border-color: #CD144D;
}
.TagClassName
{
border-color: #CD144D;
}
</style>