Shades of Crimson #D40539
Tints of Crimson #D40539
RGB
CMYK
RGB Variations
Color information
#D40539 (or 0xD40539) is known color: Crimson. HEX triplet: D4, 05 and 39. RGB value is (212,5,57). Sum of RGB (Red+Green+Blue) = 212+5+57=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D40539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40539 is #2BFAC6. Grayscale: #484848. Windows color (decimal): -2882247 or 3737044. OLE color: 3737044.
HSL color Cylindrical-coordinate representation of color #D40539: hue angle of 344.93º 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 #D40539 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 57 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.17 |
| HSL | 344.93º | 0.95% | 0.43% | - |
| HSV(B) | 344.93º | 0.98% | 0.83% | - |
| XYZ | 27.94 | 14.4 | 5.18 | - |
| YUV | 72.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 57 | 0 | 0.98 | 0.73 | 0.17 | 344.93 | 0.95 | 0.43 |
| Hex | D4 | 5 | 39 | 0 | 62 | 49 | 11 | 159 | 5F | 2B |
| Octal | 324 | 5 | 71 | 0 | 142 | 111 | 21 | 531 | 137 | 53 |
| Binary | 11010100 | 101 | 111001 | 0 | 1100010 | 1001001 | 10001 | 101011001 | 1011111 | 101011 |
Color Harmonies of #D40539
Complementary color
Monochromatic Colors of #D40539
Black with #D40539
Text Example
Text Example
White with #D40539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40539; }
p { color: rgb(212,5,57); }
H1.HeaderClassName
{
color: #D40539;
}
.AnyTagClassName
{
color: #D40539;
}
</style>
background-color css
<style>
a { background-color: #D40539; }
a { background-color: rgb(212,5,57); }
div.DivClassName
{
background-color: #D40539;
}
.BgClassName
{
background-color: #D40539;
}
</style>
border-color css
<style>
span { border-color: #D40539; }
span { border-color: rgb(212,5,57); }
td.TdClassName
{
border-color: #D40539;
}
.TagClassName
{
border-color: #D40539;
}
</style>