Shades of Crimson #CD144A
Tints of Crimson #CD144A
RGB
CMYK
RGB Variations
Color information
#CD144A (or 0xCD144A) is known color: Crimson. HEX triplet: CD, 14 and 4A. RGB value is (205,20,74). Sum of RGB (Red+Green+Blue) = 205+20+74=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD144A is #32EBB5. Grayscale: #515151. Windows color (decimal): -3337142 or 4854989. OLE color: 4854989.
HSL color Cylindrical-coordinate representation of color #CD144A: hue angle of 342.49º 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 #CD144A is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 74 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.20 |
| HSL | 342.49º | 0.82% | 0.44% | - |
| HSV(B) | 342.49º | 0.9% | 0.8% | - |
| XYZ | 26.66 | 13.97 | 7.77 | - |
| YUV | 81.47 | 123.79 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 74 | 0 | 0.90 | 0.64 | 0.20 | 342.49 | 0.82 | 0.44 |
| Hex | CD | 14 | 4A | 0 | 5A | 40 | 14 | 156 | 52 | 2C |
| Octal | 315 | 24 | 112 | 0 | 132 | 100 | 24 | 526 | 122 | 54 |
| Binary | 11001101 | 10100 | 1001010 | 0 | 1011010 | 1000000 | 10100 | 101010110 | 1010010 | 101100 |
Color Harmonies of #CD144A
Complementary color
Monochromatic Colors of #CD144A
Black with #CD144A
Text Example
Text Example
White with #CD144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD144A; }
p { color: rgb(205,20,74); }
H1.HeaderClassName
{
color: #CD144A;
}
.AnyTagClassName
{
color: #CD144A;
}
</style>
background-color css
<style>
a { background-color: #CD144A; }
a { background-color: rgb(205,20,74); }
div.DivClassName
{
background-color: #CD144A;
}
.BgClassName
{
background-color: #CD144A;
}
</style>
border-color css
<style>
span { border-color: #CD144A; }
span { border-color: rgb(205,20,74); }
td.TdClassName
{
border-color: #CD144A;
}
.TagClassName
{
border-color: #CD144A;
}
</style>