Shades of Crimson #CD144C
Tints of Crimson #CD144C
RGB
CMYK
RGB Variations
Color information
#CD144C (or 0xCD144C) is known color: Crimson. HEX triplet: CD, 14 and 4C. RGB value is (205,20,76). Sum of RGB (Red+Green+Blue) = 205+20+76=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD144C is #32EBB3. Grayscale: #515151. Windows color (decimal): -3337140 or 4986061. OLE color: 4986061.
HSL color Cylindrical-coordinate representation of color #CD144C: hue angle of 341.84º 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 #CD144C is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 76 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.20 |
| HSL | 341.84º | 0.82% | 0.44% | - |
| HSV(B) | 341.84º | 0.9% | 0.8% | - |
| XYZ | 26.73 | 14 | 8.13 | - |
| YUV | 81.7 | 124.79 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 76 | 0 | 0.90 | 0.63 | 0.20 | 341.84 | 0.82 | 0.44 |
| Hex | CD | 14 | 4C | 0 | 5A | 3F | 14 | 156 | 52 | 2C |
| Octal | 315 | 24 | 114 | 0 | 132 | 77 | 24 | 526 | 122 | 54 |
| Binary | 11001101 | 10100 | 1001100 | 0 | 1011010 | 111111 | 10100 | 101010110 | 1010010 | 101100 |
Color Harmonies of #CD144C
Complementary color
Monochromatic Colors of #CD144C
Black with #CD144C
Text Example
Text Example
White with #CD144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD144C; }
p { color: rgb(205,20,76); }
H1.HeaderClassName
{
color: #CD144C;
}
.AnyTagClassName
{
color: #CD144C;
}
</style>
background-color css
<style>
a { background-color: #CD144C; }
a { background-color: rgb(205,20,76); }
div.DivClassName
{
background-color: #CD144C;
}
.BgClassName
{
background-color: #CD144C;
}
</style>
border-color css
<style>
span { border-color: #CD144C; }
span { border-color: rgb(205,20,76); }
td.TdClassName
{
border-color: #CD144C;
}
.TagClassName
{
border-color: #CD144C;
}
</style>