Shades of Crimson #D41730
Tints of Crimson #D41730
RGB
CMYK
RGB Variations
Color information
#D41730 (or 0xD41730) is known color: Crimson. HEX triplet: D4, 17 and 30. RGB value is (212,23,48). Sum of RGB (Red+Green+Blue) = 212+23+48=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D41730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41730 is #2BE8CF. Grayscale: #525252. Windows color (decimal): -2877648 or 3151828. OLE color: 3151828.
HSL color Cylindrical-coordinate representation of color #D41730: hue angle of 352.06º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41730 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 48 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.17 |
| HSL | 352.06º | 0.8% | 0.46% | - |
| HSV(B) | 352.06º | 0.89% | 0.83% | - |
| XYZ | 27.99 | 14.82 | 4.18 | - |
| YUV | 82.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 48 | 0 | 0.89 | 0.77 | 0.17 | 352.06 | 0.8 | 0.46 |
| Hex | D4 | 17 | 30 | 0 | 59 | 4D | 11 | 160 | 50 | 2E |
| Octal | 324 | 27 | 60 | 0 | 131 | 115 | 21 | 540 | 120 | 56 |
| Binary | 11010100 | 10111 | 110000 | 0 | 1011001 | 1001101 | 10001 | 101100000 | 1010000 | 101110 |
Color Harmonies of #D41730
Complementary color
Monochromatic Colors of #D41730
Black with #D41730
Text Example
Text Example
White with #D41730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41730; }
p { color: rgb(212,23,48); }
H1.HeaderClassName
{
color: #D41730;
}
.AnyTagClassName
{
color: #D41730;
}
</style>
background-color css
<style>
a { background-color: #D41730; }
a { background-color: rgb(212,23,48); }
div.DivClassName
{
background-color: #D41730;
}
.BgClassName
{
background-color: #D41730;
}
</style>
border-color css
<style>
span { border-color: #D41730; }
span { border-color: rgb(212,23,48); }
td.TdClassName
{
border-color: #D41730;
}
.TagClassName
{
border-color: #D41730;
}
</style>