Shades of Crimson #D50E30
Tints of Crimson #D50E30
RGB
CMYK
RGB Variations
Color information
#D50E30 (or 0xD50E30) is known color: Crimson. HEX triplet: D5, 0E and 30. RGB value is (213,14,48). Sum of RGB (Red+Green+Blue) = 213+14+48=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50E30 is #2AF1CF. Grayscale: #4D4D4D. Windows color (decimal): -2814416 or 3149525. OLE color: 3149525.
HSL color Cylindrical-coordinate representation of color #D50E30: hue angle of 349.75º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50E30 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 14 | 48 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.16 |
| HSL | 349.75º | 0.88% | 0.45% | - |
| HSV(B) | 349.75º | 0.93% | 0.84% | - |
| XYZ | 28.13 | 14.67 | 4.15 | - |
| YUV | 77.38 | 111.43 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 48 | 0 | 0.93 | 0.77 | 0.16 | 349.75 | 0.88 | 0.45 |
| Hex | D5 | E | 30 | 0 | 5D | 4D | 10 | 15E | 58 | 2D |
| Octal | 325 | 16 | 60 | 0 | 135 | 115 | 20 | 536 | 130 | 55 |
| Binary | 11010101 | 1110 | 110000 | 0 | 1011101 | 1001101 | 10000 | 101011110 | 1011000 | 101101 |
Color Harmonies of #D50E30
Complementary color
Monochromatic Colors of #D50E30
Black with #D50E30
Text Example
Text Example
White with #D50E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50E30; }
p { color: rgb(213,14,48); }
H1.HeaderClassName
{
color: #D50E30;
}
.AnyTagClassName
{
color: #D50E30;
}
</style>
background-color css
<style>
a { background-color: #D50E30; }
a { background-color: rgb(213,14,48); }
div.DivClassName
{
background-color: #D50E30;
}
.BgClassName
{
background-color: #D50E30;
}
</style>
border-color css
<style>
span { border-color: #D50E30; }
span { border-color: rgb(213,14,48); }
td.TdClassName
{
border-color: #D50E30;
}
.TagClassName
{
border-color: #D50E30;
}
</style>