Shades of Crimson #D51A2F
Tints of Crimson #D51A2F
RGB
CMYK
RGB Variations
Color information
#D51A2F (or 0xD51A2F) is known color: Crimson. HEX triplet: D5, 1A and 2F. RGB value is (213,26,47). Sum of RGB (Red+Green+Blue) = 213+26+47=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51A2F is #2AE5D0. Grayscale: #545454. Windows color (decimal): -2811345 or 3087061. OLE color: 3087061.
HSL color Cylindrical-coordinate representation of color #D51A2F: hue angle of 353.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51A2F is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 47 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.16 |
| HSL | 353.26º | 0.78% | 0.47% | - |
| HSV(B) | 353.26º | 0.88% | 0.84% | - |
| XYZ | 28.32 | 15.09 | 4.11 | - |
| YUV | 84.31 | 106.95 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 47 | 0 | 0.88 | 0.78 | 0.16 | 353.26 | 0.78 | 0.47 |
| Hex | D5 | 1A | 2F | 0 | 58 | 4E | 10 | 161 | 4E | 2F |
| Octal | 325 | 32 | 57 | 0 | 130 | 116 | 20 | 541 | 116 | 57 |
| Binary | 11010101 | 11010 | 101111 | 0 | 1011000 | 1001110 | 10000 | 101100001 | 1001110 | 101111 |
Color Harmonies of #D51A2F
Complementary color
Monochromatic Colors of #D51A2F
Black with #D51A2F
Text Example
Text Example
White with #D51A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51A2F; }
p { color: rgb(213,26,47); }
H1.HeaderClassName
{
color: #D51A2F;
}
.AnyTagClassName
{
color: #D51A2F;
}
</style>
background-color css
<style>
a { background-color: #D51A2F; }
a { background-color: rgb(213,26,47); }
div.DivClassName
{
background-color: #D51A2F;
}
.BgClassName
{
background-color: #D51A2F;
}
</style>
border-color css
<style>
span { border-color: #D51A2F; }
span { border-color: rgb(213,26,47); }
td.TdClassName
{
border-color: #D51A2F;
}
.TagClassName
{
border-color: #D51A2F;
}
</style>