Shades of Crimson #D51448
Tints of Crimson #D51448
RGB
CMYK
RGB Variations
Color information
#D51448 (or 0xD51448) is known color: Crimson. HEX triplet: D5, 14 and 48. RGB value is (213,20,72). Sum of RGB (Red+Green+Blue) = 213+20+72=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D51448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51448 is #2AEBB7. Grayscale: #535353. Windows color (decimal): -2812856 or 4723925. OLE color: 4723925.
HSL color Cylindrical-coordinate representation of color #D51448: hue angle of 343.83º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51448 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 72 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.16 |
| HSL | 343.83º | 0.83% | 0.46% | - |
| HSV(B) | 343.83º | 0.91% | 0.84% | - |
| XYZ | 28.86 | 15.11 | 7.53 | - |
| YUV | 83.64 | 121.44 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 72 | 0 | 0.91 | 0.66 | 0.16 | 343.83 | 0.83 | 0.46 |
| Hex | D5 | 14 | 48 | 0 | 5B | 42 | 10 | 158 | 53 | 2E |
| Octal | 325 | 24 | 110 | 0 | 133 | 102 | 20 | 530 | 123 | 56 |
| Binary | 11010101 | 10100 | 1001000 | 0 | 1011011 | 1000010 | 10000 | 101011000 | 1010011 | 101110 |
Color Harmonies of #D51448
Complementary color
Monochromatic Colors of #D51448
Black with #D51448
Text Example
Text Example
White with #D51448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51448; }
p { color: rgb(213,20,72); }
H1.HeaderClassName
{
color: #D51448;
}
.AnyTagClassName
{
color: #D51448;
}
</style>
background-color css
<style>
a { background-color: #D51448; }
a { background-color: rgb(213,20,72); }
div.DivClassName
{
background-color: #D51448;
}
.BgClassName
{
background-color: #D51448;
}
</style>
border-color css
<style>
span { border-color: #D51448; }
span { border-color: rgb(213,20,72); }
td.TdClassName
{
border-color: #D51448;
}
.TagClassName
{
border-color: #D51448;
}
</style>