Shades of Crimson #D52147
Tints of Crimson #D52147
RGB
CMYK
RGB Variations
Color information
#D52147 (or 0xD52147) is known color: Crimson. HEX triplet: D5, 21 and 47. RGB value is (213,33,71). Sum of RGB (Red+Green+Blue) = 213+33+71=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D52147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52147 is #2ADEB8. Grayscale: #5B5B5B. Windows color (decimal): -2809529 or 4661717. OLE color: 4661717.
HSL color Cylindrical-coordinate representation of color #D52147: hue angle of 347.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52147 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 71 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.16 |
| HSL | 347.33º | 0.73% | 0.48% | - |
| HSV(B) | 347.33º | 0.85% | 0.84% | - |
| XYZ | 29.12 | 15.69 | 7.45 | - |
| YUV | 91.15 | 116.63 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 71 | 0 | 0.85 | 0.67 | 0.16 | 347.33 | 0.73 | 0.48 |
| Hex | D5 | 21 | 47 | 0 | 55 | 43 | 10 | 15B | 49 | 30 |
| Octal | 325 | 41 | 107 | 0 | 125 | 103 | 20 | 533 | 111 | 60 |
| Binary | 11010101 | 100001 | 1000111 | 0 | 1010101 | 1000011 | 10000 | 101011011 | 1001001 | 110000 |
Color Harmonies of #D52147
Complementary color
Monochromatic Colors of #D52147
Black with #D52147
Text Example
Text Example
White with #D52147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52147; }
p { color: rgb(213,33,71); }
H1.HeaderClassName
{
color: #D52147;
}
.AnyTagClassName
{
color: #D52147;
}
</style>
background-color css
<style>
a { background-color: #D52147; }
a { background-color: rgb(213,33,71); }
div.DivClassName
{
background-color: #D52147;
}
.BgClassName
{
background-color: #D52147;
}
</style>
border-color css
<style>
span { border-color: #D52147; }
span { border-color: rgb(213,33,71); }
td.TdClassName
{
border-color: #D52147;
}
.TagClassName
{
border-color: #D52147;
}
</style>