Shades of Crimson #D52340
Tints of Crimson #D52340
RGB
CMYK
RGB Variations
Color information
#D52340 (or 0xD52340) is known color: Crimson. HEX triplet: D5, 23 and 40. RGB value is (213,35,64). Sum of RGB (Red+Green+Blue) = 213+35+64=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D52340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52340 is #2ADCBF. Grayscale: #5B5B5B. Windows color (decimal): -2809024 or 4203477. OLE color: 4203477.
HSL color Cylindrical-coordinate representation of color #D52340: hue angle of 350.22º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52340 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 64 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.16 |
| HSL | 350.22º | 0.72% | 0.49% | - |
| HSV(B) | 350.22º | 0.84% | 0.84% | - |
| XYZ | 28.97 | 15.72 | 6.36 | - |
| YUV | 91.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 64 | 0 | 0.84 | 0.70 | 0.16 | 350.22 | 0.72 | 0.49 |
| Hex | D5 | 23 | 40 | 0 | 54 | 46 | 10 | 15E | 48 | 31 |
| Octal | 325 | 43 | 100 | 0 | 124 | 106 | 20 | 536 | 110 | 61 |
| Binary | 11010101 | 100011 | 1000000 | 0 | 1010100 | 1000110 | 10000 | 101011110 | 1001000 | 110001 |
Color Harmonies of #D52340
Complementary color
Monochromatic Colors of #D52340
Black with #D52340
Text Example
Text Example
White with #D52340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52340; }
p { color: rgb(213,35,64); }
H1.HeaderClassName
{
color: #D52340;
}
.AnyTagClassName
{
color: #D52340;
}
</style>
background-color css
<style>
a { background-color: #D52340; }
a { background-color: rgb(213,35,64); }
div.DivClassName
{
background-color: #D52340;
}
.BgClassName
{
background-color: #D52340;
}
</style>
border-color css
<style>
span { border-color: #D52340; }
span { border-color: rgb(213,35,64); }
td.TdClassName
{
border-color: #D52340;
}
.TagClassName
{
border-color: #D52340;
}
</style>