Shades of Crimson #D50D3B
Tints of Crimson #D50D3B
RGB
CMYK
RGB Variations
Color information
#D50D3B (or 0xD50D3B) is known color: Crimson. HEX triplet: D5, 0D and 3B. RGB value is (213,13,59). Sum of RGB (Red+Green+Blue) = 213+13+59=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50D3B is #2AF2C4. Grayscale: #4E4E4E. Windows color (decimal): -2814661 or 3870165. OLE color: 3870165.
HSL color Cylindrical-coordinate representation of color #D50D3B: hue angle of 346.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50D3B is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 59 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.16 |
| HSL | 346.2º | 0.88% | 0.44% | - |
| HSV(B) | 346.2º | 0.94% | 0.84% | - |
| XYZ | 28.37 | 14.75 | 5.49 | - |
| YUV | 78.04 | 117.26 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 59 | 0 | 0.94 | 0.72 | 0.16 | 346.2 | 0.88 | 0.44 |
| Hex | D5 | D | 3B | 0 | 5E | 48 | 10 | 15A | 58 | 2C |
| Octal | 325 | 15 | 73 | 0 | 136 | 110 | 20 | 532 | 130 | 54 |
| Binary | 11010101 | 1101 | 111011 | 0 | 1011110 | 1001000 | 10000 | 101011010 | 1011000 | 101100 |
Color Harmonies of #D50D3B
Complementary color
Monochromatic Colors of #D50D3B
Black with #D50D3B
Text Example
Text Example
White with #D50D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D3B; }
p { color: rgb(213,13,59); }
H1.HeaderClassName
{
color: #D50D3B;
}
.AnyTagClassName
{
color: #D50D3B;
}
</style>
background-color css
<style>
a { background-color: #D50D3B; }
a { background-color: rgb(213,13,59); }
div.DivClassName
{
background-color: #D50D3B;
}
.BgClassName
{
background-color: #D50D3B;
}
</style>
border-color css
<style>
span { border-color: #D50D3B; }
span { border-color: rgb(213,13,59); }
td.TdClassName
{
border-color: #D50D3B;
}
.TagClassName
{
border-color: #D50D3B;
}
</style>