Shades of Crimson #D91330
Tints of Crimson #D91330
RGB
CMYK
RGB Variations
Color information
#D91330 (or 0xD91330) is known color: Crimson. HEX triplet: D9, 13 and 30. RGB value is (217,19,48). Sum of RGB (Red+Green+Blue) = 217+19+48=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D91330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91330 is #26ECCF. Grayscale: #515151. Windows color (decimal): -2550992 or 3150809. OLE color: 3150809.
HSL color Cylindrical-coordinate representation of color #D91330: hue angle of 351.21º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91330 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 48 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.15 |
| HSL | 351.21º | 0.84% | 0.46% | - |
| HSV(B) | 351.21º | 0.91% | 0.85% | - |
| XYZ | 29.38 | 15.43 | 4.23 | - |
| YUV | 81.51 | 109.1 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 48 | 0 | 0.91 | 0.78 | 0.15 | 351.21 | 0.84 | 0.46 |
| Hex | D9 | 13 | 30 | 0 | 5B | 4E | F | 15F | 54 | 2E |
| Octal | 331 | 23 | 60 | 0 | 133 | 116 | 17 | 537 | 124 | 56 |
| Binary | 11011001 | 10011 | 110000 | 0 | 1011011 | 1001110 | 1111 | 101011111 | 1010100 | 101110 |
Color Harmonies of #D91330
Complementary color
Monochromatic Colors of #D91330
Black with #D91330
Text Example
Text Example
White with #D91330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91330; }
p { color: rgb(217,19,48); }
H1.HeaderClassName
{
color: #D91330;
}
.AnyTagClassName
{
color: #D91330;
}
</style>
background-color css
<style>
a { background-color: #D91330; }
a { background-color: rgb(217,19,48); }
div.DivClassName
{
background-color: #D91330;
}
.BgClassName
{
background-color: #D91330;
}
</style>
border-color css
<style>
span { border-color: #D91330; }
span { border-color: rgb(217,19,48); }
td.TdClassName
{
border-color: #D91330;
}
.TagClassName
{
border-color: #D91330;
}
</style>