Shades of Crimson #D52042
Tints of Crimson #D52042
RGB
CMYK
RGB Variations
Color information
#D52042 (or 0xD52042) is known color: Crimson. HEX triplet: D5, 20 and 42. RGB value is (213,32,66). Sum of RGB (Red+Green+Blue) = 213+32+66=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D52042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52042 is #2ADFBD. Grayscale: #5A5A5A. Windows color (decimal): -2809790 or 4333781. OLE color: 4333781.
HSL color Cylindrical-coordinate representation of color #D52042: hue angle of 348.73º 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 #D52042 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 66 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.16 |
| HSL | 348.73º | 0.74% | 0.48% | - |
| HSV(B) | 348.73º | 0.85% | 0.84% | - |
| XYZ | 28.94 | 15.57 | 6.63 | - |
| YUV | 90 | 114.47 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 66 | 0 | 0.85 | 0.69 | 0.16 | 348.73 | 0.74 | 0.48 |
| Hex | D5 | 20 | 42 | 0 | 55 | 45 | 10 | 15D | 4A | 30 |
| Octal | 325 | 40 | 102 | 0 | 125 | 105 | 20 | 535 | 112 | 60 |
| Binary | 11010101 | 100000 | 1000010 | 0 | 1010101 | 1000101 | 10000 | 101011101 | 1001010 | 110000 |
Color Harmonies of #D52042
Complementary color
Monochromatic Colors of #D52042
Black with #D52042
Text Example
Text Example
White with #D52042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52042; }
p { color: rgb(213,32,66); }
H1.HeaderClassName
{
color: #D52042;
}
.AnyTagClassName
{
color: #D52042;
}
</style>
background-color css
<style>
a { background-color: #D52042; }
a { background-color: rgb(213,32,66); }
div.DivClassName
{
background-color: #D52042;
}
.BgClassName
{
background-color: #D52042;
}
</style>
border-color css
<style>
span { border-color: #D52042; }
span { border-color: rgb(213,32,66); }
td.TdClassName
{
border-color: #D52042;
}
.TagClassName
{
border-color: #D52042;
}
</style>