Shades of Crimson #D52043
Tints of Crimson #D52043
RGB
CMYK
RGB Variations
Color information
#D52043 (or 0xD52043) is known color: Crimson. HEX triplet: D5, 20 and 43. RGB value is (213,32,67). Sum of RGB (Red+Green+Blue) = 213+32+67=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D52043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52043 is #2ADFBC. Grayscale: #5A5A5A. Windows color (decimal): -2809789 or 4399317. OLE color: 4399317.
HSL color Cylindrical-coordinate representation of color #D52043: hue angle of 348.4º degrees, saturation: 0.74, 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 #D52043 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 67 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.16 |
| HSL | 348.4º | 0.74% | 0.48% | - |
| HSV(B) | 348.4º | 0.85% | 0.84% | - |
| XYZ | 28.97 | 15.58 | 6.79 | - |
| YUV | 90.11 | 114.97 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 67 | 0 | 0.85 | 0.69 | 0.16 | 348.4 | 0.74 | 0.48 |
| Hex | D5 | 20 | 43 | 0 | 55 | 45 | 10 | 15C | 4A | 30 |
| Octal | 325 | 40 | 103 | 0 | 125 | 105 | 20 | 534 | 112 | 60 |
| Binary | 11010101 | 100000 | 1000011 | 0 | 1010101 | 1000101 | 10000 | 101011100 | 1001010 | 110000 |
Color Harmonies of #D52043
Complementary color
Monochromatic Colors of #D52043
Black with #D52043
Text Example
Text Example
White with #D52043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52043; }
p { color: rgb(213,32,67); }
H1.HeaderClassName
{
color: #D52043;
}
.AnyTagClassName
{
color: #D52043;
}
</style>
background-color css
<style>
a { background-color: #D52043; }
a { background-color: rgb(213,32,67); }
div.DivClassName
{
background-color: #D52043;
}
.BgClassName
{
background-color: #D52043;
}
</style>
border-color css
<style>
span { border-color: #D52043; }
span { border-color: rgb(213,32,67); }
td.TdClassName
{
border-color: #D52043;
}
.TagClassName
{
border-color: #D52043;
}
</style>