Shades of Crimson #D90130
Tints of Crimson #D90130
RGB
CMYK
RGB Variations
Color information
#D90130 (or 0xD90130) is known color: Crimson. HEX triplet: D9, 01 and 30. RGB value is (217,1,48). Sum of RGB (Red+Green+Blue) = 217+1+48=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D90130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90130 is #26FECF. Grayscale: #464646. Windows color (decimal): -2555600 or 3146201. OLE color: 3146201.
HSL color Cylindrical-coordinate representation of color #D90130: hue angle of 346.94º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90130 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 48 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.15 |
| HSL | 346.94º | 0.99% | 0.43% | - |
| HSV(B) | 346.94º | 1% | 0.85% | - |
| XYZ | 29.16 | 14.99 | 4.15 | - |
| YUV | 70.94 | 115.06 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 48 | 0 | 1.00 | 0.78 | 0.15 | 346.94 | 0.99 | 0.43 |
| Hex | D9 | 1 | 30 | 0 | 64 | 4E | F | 15B | 63 | 2B |
| Octal | 331 | 1 | 60 | 0 | 144 | 116 | 17 | 533 | 143 | 53 |
| Binary | 11011001 | 1 | 110000 | 0 | 1100100 | 1001110 | 1111 | 101011011 | 1100011 | 101011 |
Color Harmonies of #D90130
Complementary color
Monochromatic Colors of #D90130
Black with #D90130
Text Example
Text Example
White with #D90130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90130; }
p { color: rgb(217,1,48); }
H1.HeaderClassName
{
color: #D90130;
}
.AnyTagClassName
{
color: #D90130;
}
</style>
background-color css
<style>
a { background-color: #D90130; }
a { background-color: rgb(217,1,48); }
div.DivClassName
{
background-color: #D90130;
}
.BgClassName
{
background-color: #D90130;
}
</style>
border-color css
<style>
span { border-color: #D90130; }
span { border-color: rgb(217,1,48); }
td.TdClassName
{
border-color: #D90130;
}
.TagClassName
{
border-color: #D90130;
}
</style>