Shades of Crimson #D91230
Tints of Crimson #D91230
RGB
CMYK
RGB Variations
Color information
#D91230 (or 0xD91230) is known color: Crimson. HEX triplet: D9, 12 and 30. RGB value is (217,18,48). Sum of RGB (Red+Green+Blue) = 217+18+48=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D91230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91230 is #26EDCF. Grayscale: #515151. Windows color (decimal): -2551248 or 3150553. OLE color: 3150553.
HSL color Cylindrical-coordinate representation of color #D91230: hue angle of 350.95º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91230 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 48 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.15 |
| HSL | 350.95º | 0.85% | 0.46% | - |
| HSV(B) | 350.95º | 0.92% | 0.85% | - |
| XYZ | 29.37 | 15.4 | 4.22 | - |
| YUV | 80.92 | 109.43 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 48 | 0 | 0.92 | 0.78 | 0.15 | 350.95 | 0.85 | 0.46 |
| Hex | D9 | 12 | 30 | 0 | 5C | 4E | F | 15F | 55 | 2E |
| Octal | 331 | 22 | 60 | 0 | 134 | 116 | 17 | 537 | 125 | 56 |
| Binary | 11011001 | 10010 | 110000 | 0 | 1011100 | 1001110 | 1111 | 101011111 | 1010101 | 101110 |
Color Harmonies of #D91230
Complementary color
Monochromatic Colors of #D91230
Black with #D91230
Text Example
Text Example
White with #D91230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91230; }
p { color: rgb(217,18,48); }
H1.HeaderClassName
{
color: #D91230;
}
.AnyTagClassName
{
color: #D91230;
}
</style>
background-color css
<style>
a { background-color: #D91230; }
a { background-color: rgb(217,18,48); }
div.DivClassName
{
background-color: #D91230;
}
.BgClassName
{
background-color: #D91230;
}
</style>
border-color css
<style>
span { border-color: #D91230; }
span { border-color: rgb(217,18,48); }
td.TdClassName
{
border-color: #D91230;
}
.TagClassName
{
border-color: #D91230;
}
</style>