Shades of Crimson #D51245
Tints of Crimson #D51245
RGB
CMYK
RGB Variations
Color information
#D51245 (or 0xD51245) is known color: Crimson. HEX triplet: D5, 12 and 45. RGB value is (213,18,69). Sum of RGB (Red+Green+Blue) = 213+18+69=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D51245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51245 is #2AEDBA. Grayscale: #525252. Windows color (decimal): -2813371 or 4526805. OLE color: 4526805.
HSL color Cylindrical-coordinate representation of color #D51245: hue angle of 344.31º 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 #D51245 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 69 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.16 |
| HSL | 344.31º | 0.84% | 0.45% | - |
| HSV(B) | 344.31º | 0.92% | 0.84% | - |
| XYZ | 28.73 | 15.01 | 7.01 | - |
| YUV | 82.12 | 120.6 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 69 | 0 | 0.92 | 0.68 | 0.16 | 344.31 | 0.84 | 0.45 |
| Hex | D5 | 12 | 45 | 0 | 5C | 44 | 10 | 158 | 54 | 2D |
| Octal | 325 | 22 | 105 | 0 | 134 | 104 | 20 | 530 | 124 | 55 |
| Binary | 11010101 | 10010 | 1000101 | 0 | 1011100 | 1000100 | 10000 | 101011000 | 1010100 | 101101 |
Color Harmonies of #D51245
Complementary color
Monochromatic Colors of #D51245
Black with #D51245
Text Example
Text Example
White with #D51245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51245; }
p { color: rgb(213,18,69); }
H1.HeaderClassName
{
color: #D51245;
}
.AnyTagClassName
{
color: #D51245;
}
</style>
background-color css
<style>
a { background-color: #D51245; }
a { background-color: rgb(213,18,69); }
div.DivClassName
{
background-color: #D51245;
}
.BgClassName
{
background-color: #D51245;
}
</style>
border-color css
<style>
span { border-color: #D51245; }
span { border-color: rgb(213,18,69); }
td.TdClassName
{
border-color: #D51245;
}
.TagClassName
{
border-color: #D51245;
}
</style>