Shades of Crimson #D50A2E
Tints of Crimson #D50A2E
RGB
CMYK
RGB Variations
Color information
#D50A2E (or 0xD50A2E) is known color: Crimson. HEX triplet: D5, 0A and 2E. RGB value is (213,10,46). Sum of RGB (Red+Green+Blue) = 213+10+46=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50A2E is #2AF5D1. Grayscale: #4A4A4A. Windows color (decimal): -2815442 or 3017429. OLE color: 3017429.
HSL color Cylindrical-coordinate representation of color #D50A2E: hue angle of 349.36º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50A2E is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 46 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.16 |
| HSL | 349.36º | 0.91% | 0.44% | - |
| HSV(B) | 349.36º | 0.95% | 0.84% | - |
| XYZ | 28.04 | 14.56 | 3.92 | - |
| YUV | 74.8 | 111.75 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 46 | 0 | 0.95 | 0.78 | 0.16 | 349.36 | 0.91 | 0.44 |
| Hex | D5 | A | 2E | 0 | 5F | 4E | 10 | 15D | 5B | 2C |
| Octal | 325 | 12 | 56 | 0 | 137 | 116 | 20 | 535 | 133 | 54 |
| Binary | 11010101 | 1010 | 101110 | 0 | 1011111 | 1001110 | 10000 | 101011101 | 1011011 | 101100 |
Color Harmonies of #D50A2E
Complementary color
Monochromatic Colors of #D50A2E
Black with #D50A2E
Text Example
Text Example
White with #D50A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50A2E; }
p { color: rgb(213,10,46); }
H1.HeaderClassName
{
color: #D50A2E;
}
.AnyTagClassName
{
color: #D50A2E;
}
</style>
background-color css
<style>
a { background-color: #D50A2E; }
a { background-color: rgb(213,10,46); }
div.DivClassName
{
background-color: #D50A2E;
}
.BgClassName
{
background-color: #D50A2E;
}
</style>
border-color css
<style>
span { border-color: #D50A2E; }
span { border-color: rgb(213,10,46); }
td.TdClassName
{
border-color: #D50A2E;
}
.TagClassName
{
border-color: #D50A2E;
}
</style>