Shades of Crimson #D50B2E
Tints of Crimson #D50B2E
RGB
CMYK
RGB Variations
Color information
#D50B2E (or 0xD50B2E) is known color: Crimson. HEX triplet: D5, 0B and 2E. RGB value is (213,11,46). Sum of RGB (Red+Green+Blue) = 213+11+46=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50B2E is #2AF4D1. Grayscale: #4B4B4B. Windows color (decimal): -2815186 or 3017685. OLE color: 3017685.
HSL color Cylindrical-coordinate representation of color #D50B2E: hue angle of 349.6º degrees, saturation: 0.9, 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 #D50B2E is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 46 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.16 |
| HSL | 349.6º | 0.9% | 0.44% | - |
| HSV(B) | 349.6º | 0.95% | 0.84% | - |
| XYZ | 28.05 | 14.58 | 3.92 | - |
| YUV | 75.39 | 111.42 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 46 | 0 | 0.95 | 0.78 | 0.16 | 349.6 | 0.9 | 0.44 |
| Hex | D5 | B | 2E | 0 | 5F | 4E | 10 | 15E | 5A | 2C |
| Octal | 325 | 13 | 56 | 0 | 137 | 116 | 20 | 536 | 132 | 54 |
| Binary | 11010101 | 1011 | 101110 | 0 | 1011111 | 1001110 | 10000 | 101011110 | 1011010 | 101100 |
Color Harmonies of #D50B2E
Complementary color
Monochromatic Colors of #D50B2E
Black with #D50B2E
Text Example
Text Example
White with #D50B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B2E; }
p { color: rgb(213,11,46); }
H1.HeaderClassName
{
color: #D50B2E;
}
.AnyTagClassName
{
color: #D50B2E;
}
</style>
background-color css
<style>
a { background-color: #D50B2E; }
a { background-color: rgb(213,11,46); }
div.DivClassName
{
background-color: #D50B2E;
}
.BgClassName
{
background-color: #D50B2E;
}
</style>
border-color css
<style>
span { border-color: #D50B2E; }
span { border-color: rgb(213,11,46); }
td.TdClassName
{
border-color: #D50B2E;
}
.TagClassName
{
border-color: #D50B2E;
}
</style>