Shades of Crimson #D40536
Tints of Crimson #D40536
RGB
CMYK
RGB Variations
Color information
#D40536 (or 0xD40536) is known color: Crimson. HEX triplet: D4, 05 and 36. RGB value is (212,5,54). Sum of RGB (Red+Green+Blue) = 212+5+54=271 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.23% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 212 - color contains mainly: red. Hex color #D40536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40536 is #2BFAC9. Grayscale: #484848. Windows color (decimal): -2882250 or 3540436. OLE color: 3540436.
HSL color Cylindrical-coordinate representation of color #D40536: hue angle of 345.8º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40536 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 54 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.17 |
| HSL | 345.8º | 0.95% | 0.43% | - |
| HSV(B) | 345.8º | 0.98% | 0.83% | - |
| XYZ | 27.87 | 14.37 | 4.8 | - |
| YUV | 72.48 | 117.58 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 54 | 0 | 0.98 | 0.75 | 0.17 | 345.8 | 0.95 | 0.43 |
| Hex | D4 | 5 | 36 | 0 | 62 | 4B | 11 | 15A | 5F | 2B |
| Octal | 324 | 5 | 66 | 0 | 142 | 113 | 21 | 532 | 137 | 53 |
| Binary | 11010100 | 101 | 110110 | 0 | 1100010 | 1001011 | 10001 | 101011010 | 1011111 | 101011 |
Color Harmonies of #D40536
Complementary color
Monochromatic Colors of #D40536
Black with #D40536
Text Example
Text Example
White with #D40536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40536; }
p { color: rgb(212,5,54); }
H1.HeaderClassName
{
color: #D40536;
}
.AnyTagClassName
{
color: #D40536;
}
</style>
background-color css
<style>
a { background-color: #D40536; }
a { background-color: rgb(212,5,54); }
div.DivClassName
{
background-color: #D40536;
}
.BgClassName
{
background-color: #D40536;
}
</style>
border-color css
<style>
span { border-color: #D40536; }
span { border-color: rgb(212,5,54); }
td.TdClassName
{
border-color: #D40536;
}
.TagClassName
{
border-color: #D40536;
}
</style>