Shades of Crimson #CD1440
Tints of Crimson #CD1440
RGB
CMYK
RGB Variations
Color information
#CD1440 (or 0xCD1440) is known color: Crimson. HEX triplet: CD, 14 and 40. RGB value is (205,20,64). Sum of RGB (Red+Green+Blue) = 205+20+64=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1440 is #32EBBF. Grayscale: #505050. Windows color (decimal): -3337152 or 4199629. OLE color: 4199629.
HSL color Cylindrical-coordinate representation of color #CD1440: hue angle of 345.73º 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 #CD1440 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 64 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.20 |
| HSL | 345.73º | 0.82% | 0.44% | - |
| HSV(B) | 345.73º | 0.9% | 0.8% | - |
| XYZ | 26.35 | 13.85 | 6.13 | - |
| YUV | 80.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 64 | 0 | 0.90 | 0.69 | 0.20 | 345.73 | 0.82 | 0.44 |
| Hex | CD | 14 | 40 | 0 | 5A | 45 | 14 | 15A | 52 | 2C |
| Octal | 315 | 24 | 100 | 0 | 132 | 105 | 24 | 532 | 122 | 54 |
| Binary | 11001101 | 10100 | 1000000 | 0 | 1011010 | 1000101 | 10100 | 101011010 | 1010010 | 101100 |
Color Harmonies of #CD1440
Complementary color
Monochromatic Colors of #CD1440
Black with #CD1440
Text Example
Text Example
White with #CD1440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1440; }
p { color: rgb(205,20,64); }
H1.HeaderClassName
{
color: #CD1440;
}
.AnyTagClassName
{
color: #CD1440;
}
</style>
background-color css
<style>
a { background-color: #CD1440; }
a { background-color: rgb(205,20,64); }
div.DivClassName
{
background-color: #CD1440;
}
.BgClassName
{
background-color: #CD1440;
}
</style>
border-color css
<style>
span { border-color: #CD1440; }
span { border-color: rgb(205,20,64); }
td.TdClassName
{
border-color: #CD1440;
}
.TagClassName
{
border-color: #CD1440;
}
</style>