Shades of Crimson #D91339
Tints of Crimson #D91339
RGB
CMYK
RGB Variations
Color information
#D91339 (or 0xD91339) is known color: Crimson. HEX triplet: D9, 13 and 39. RGB value is (217,19,57). Sum of RGB (Red+Green+Blue) = 217+19+57=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D91339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91339 is #26ECC6. Grayscale: #525252. Windows color (decimal): -2550983 or 3740633. OLE color: 3740633.
HSL color Cylindrical-coordinate representation of color #D91339: hue angle of 348.48º 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 #D91339 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 57 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.15 |
| HSL | 348.48º | 0.84% | 0.46% | - |
| HSV(B) | 348.48º | 0.91% | 0.85% | - |
| XYZ | 29.59 | 15.51 | 5.31 | - |
| YUV | 82.53 | 113.6 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 57 | 0 | 0.91 | 0.74 | 0.15 | 348.48 | 0.84 | 0.46 |
| Hex | D9 | 13 | 39 | 0 | 5B | 4A | F | 15C | 54 | 2E |
| Octal | 331 | 23 | 71 | 0 | 133 | 112 | 17 | 534 | 124 | 56 |
| Binary | 11011001 | 10011 | 111001 | 0 | 1011011 | 1001010 | 1111 | 101011100 | 1010100 | 101110 |
Color Harmonies of #D91339
Complementary color
Monochromatic Colors of #D91339
Black with #D91339
Text Example
Text Example
White with #D91339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91339; }
p { color: rgb(217,19,57); }
H1.HeaderClassName
{
color: #D91339;
}
.AnyTagClassName
{
color: #D91339;
}
</style>
background-color css
<style>
a { background-color: #D91339; }
a { background-color: rgb(217,19,57); }
div.DivClassName
{
background-color: #D91339;
}
.BgClassName
{
background-color: #D91339;
}
</style>
border-color css
<style>
span { border-color: #D91339; }
span { border-color: rgb(217,19,57); }
td.TdClassName
{
border-color: #D91339;
}
.TagClassName
{
border-color: #D91339;
}
</style>