Shades of Crimson #D5182F
Tints of Crimson #D5182F
RGB
CMYK
RGB Variations
Color information
#D5182F (or 0xD5182F) is known color: Crimson. HEX triplet: D5, 18 and 2F. RGB value is (213,24,47). Sum of RGB (Red+Green+Blue) = 213+24+47=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D5182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5182F is #2AE7D0. Grayscale: #535353. Windows color (decimal): -2811857 or 3086549. OLE color: 3086549.
HSL color Cylindrical-coordinate representation of color #D5182F: hue angle of 352.7º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5182F is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 47 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.16 |
| HSL | 352.7º | 0.8% | 0.46% | - |
| HSV(B) | 352.7º | 0.89% | 0.84% | - |
| XYZ | 28.28 | 15 | 4.09 | - |
| YUV | 83.13 | 107.62 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 47 | 0 | 0.89 | 0.78 | 0.16 | 352.7 | 0.8 | 0.46 |
| Hex | D5 | 18 | 2F | 0 | 59 | 4E | 10 | 161 | 50 | 2E |
| Octal | 325 | 30 | 57 | 0 | 131 | 116 | 20 | 541 | 120 | 56 |
| Binary | 11010101 | 11000 | 101111 | 0 | 1011001 | 1001110 | 10000 | 101100001 | 1010000 | 101110 |
Color Harmonies of #D5182F
Complementary color
Monochromatic Colors of #D5182F
Black with #D5182F
Text Example
Text Example
White with #D5182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5182F; }
p { color: rgb(213,24,47); }
H1.HeaderClassName
{
color: #D5182F;
}
.AnyTagClassName
{
color: #D5182F;
}
</style>
background-color css
<style>
a { background-color: #D5182F; }
a { background-color: rgb(213,24,47); }
div.DivClassName
{
background-color: #D5182F;
}
.BgClassName
{
background-color: #D5182F;
}
</style>
border-color css
<style>
span { border-color: #D5182F; }
span { border-color: rgb(213,24,47); }
td.TdClassName
{
border-color: #D5182F;
}
.TagClassName
{
border-color: #D5182F;
}
</style>