Shades of Crimson #CD1441
Tints of Crimson #CD1441
RGB
CMYK
RGB Variations
Color information
#CD1441 (or 0xCD1441) is known color: Crimson. HEX triplet: CD, 14 and 41. RGB value is (205,20,65). Sum of RGB (Red+Green+Blue) = 205+20+65=290 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.69% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1441 is #32EBBE. Grayscale: #505050. Windows color (decimal): -3337151 or 4265165. OLE color: 4265165.
HSL color Cylindrical-coordinate representation of color #CD1441: hue angle of 345.41º 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 #CD1441 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 65 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.20 |
| HSL | 345.41º | 0.82% | 0.44% | - |
| HSV(B) | 345.41º | 0.9% | 0.8% | - |
| XYZ | 26.38 | 13.86 | 6.29 | - |
| YUV | 80.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 65 | 0 | 0.90 | 0.68 | 0.20 | 345.41 | 0.82 | 0.44 |
| Hex | CD | 14 | 41 | 0 | 5A | 44 | 14 | 159 | 52 | 2C |
| Octal | 315 | 24 | 101 | 0 | 132 | 104 | 24 | 531 | 122 | 54 |
| Binary | 11001101 | 10100 | 1000001 | 0 | 1011010 | 1000100 | 10100 | 101011001 | 1010010 | 101100 |
Color Harmonies of #CD1441
Complementary color
Monochromatic Colors of #CD1441
Black with #CD1441
Text Example
Text Example
White with #CD1441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1441; }
p { color: rgb(205,20,65); }
H1.HeaderClassName
{
color: #CD1441;
}
.AnyTagClassName
{
color: #CD1441;
}
</style>
background-color css
<style>
a { background-color: #CD1441; }
a { background-color: rgb(205,20,65); }
div.DivClassName
{
background-color: #CD1441;
}
.BgClassName
{
background-color: #CD1441;
}
</style>
border-color css
<style>
span { border-color: #CD1441; }
span { border-color: rgb(205,20,65); }
td.TdClassName
{
border-color: #CD1441;
}
.TagClassName
{
border-color: #CD1441;
}
</style>