Shades of Crimson #D50A2F
Tints of Crimson #D50A2F
RGB
CMYK
RGB Variations
Color information
#D50A2F (or 0xD50A2F) is known color: Crimson. HEX triplet: D5, 0A and 2F. RGB value is (213,10,47). Sum of RGB (Red+Green+Blue) = 213+10+47=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50A2F is #2AF5D0. Grayscale: #4A4A4A. Windows color (decimal): -2815441 or 3082965. OLE color: 3082965.
HSL color Cylindrical-coordinate representation of color #D50A2F: hue angle of 349.06º 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 #D50A2F is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 47 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.16 |
| HSL | 349.06º | 0.91% | 0.44% | - |
| HSV(B) | 349.06º | 0.95% | 0.84% | - |
| XYZ | 28.06 | 14.57 | 4.02 | - |
| YUV | 74.92 | 112.25 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 47 | 0 | 0.95 | 0.78 | 0.16 | 349.06 | 0.91 | 0.44 |
| Hex | D5 | A | 2F | 0 | 5F | 4E | 10 | 15D | 5B | 2C |
| Octal | 325 | 12 | 57 | 0 | 137 | 116 | 20 | 535 | 133 | 54 |
| Binary | 11010101 | 1010 | 101111 | 0 | 1011111 | 1001110 | 10000 | 101011101 | 1011011 | 101100 |
Color Harmonies of #D50A2F
Complementary color
Monochromatic Colors of #D50A2F
Black with #D50A2F
Text Example
Text Example
White with #D50A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50A2F; }
p { color: rgb(213,10,47); }
H1.HeaderClassName
{
color: #D50A2F;
}
.AnyTagClassName
{
color: #D50A2F;
}
</style>
background-color css
<style>
a { background-color: #D50A2F; }
a { background-color: rgb(213,10,47); }
div.DivClassName
{
background-color: #D50A2F;
}
.BgClassName
{
background-color: #D50A2F;
}
</style>
border-color css
<style>
span { border-color: #D50A2F; }
span { border-color: rgb(213,10,47); }
td.TdClassName
{
border-color: #D50A2F;
}
.TagClassName
{
border-color: #D50A2F;
}
</style>