Shades of Crimson #D61245
Tints of Crimson #D61245
RGB
CMYK
RGB Variations
Color information
#D61245 (or 0xD61245) is known color: Crimson. HEX triplet: D6, 12 and 45. RGB value is (214,18,69). Sum of RGB (Red+Green+Blue) = 214+18+69=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D61245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61245 is #29EDBA. Grayscale: #525252. Windows color (decimal): -2747835 or 4526806. OLE color: 4526806.
HSL color Cylindrical-coordinate representation of color #D61245: hue angle of 344.39º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61245 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 69 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.16 |
| HSL | 344.39º | 0.84% | 0.45% | - |
| HSV(B) | 344.39º | 0.92% | 0.84% | - |
| XYZ | 29.02 | 15.16 | 7.03 | - |
| YUV | 82.42 | 120.43 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 69 | 0 | 0.92 | 0.68 | 0.16 | 344.39 | 0.84 | 0.45 |
| Hex | D6 | 12 | 45 | 0 | 5C | 44 | 10 | 158 | 54 | 2D |
| Octal | 326 | 22 | 105 | 0 | 134 | 104 | 20 | 530 | 124 | 55 |
| Binary | 11010110 | 10010 | 1000101 | 0 | 1011100 | 1000100 | 10000 | 101011000 | 1010100 | 101101 |
Color Harmonies of #D61245
Complementary color
Monochromatic Colors of #D61245
Black with #D61245
Text Example
Text Example
White with #D61245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61245; }
p { color: rgb(214,18,69); }
H1.HeaderClassName
{
color: #D61245;
}
.AnyTagClassName
{
color: #D61245;
}
</style>
background-color css
<style>
a { background-color: #D61245; }
a { background-color: rgb(214,18,69); }
div.DivClassName
{
background-color: #D61245;
}
.BgClassName
{
background-color: #D61245;
}
</style>
border-color css
<style>
span { border-color: #D61245; }
span { border-color: rgb(214,18,69); }
td.TdClassName
{
border-color: #D61245;
}
.TagClassName
{
border-color: #D61245;
}
</style>