Shades of Crimson #D9092F
Tints of Crimson #D9092F
RGB
CMYK
RGB Variations
Color information
#D9092F (or 0xD9092F) is known color: Crimson. HEX triplet: D9, 09 and 2F. RGB value is (217,9,47). Sum of RGB (Red+Green+Blue) = 217+9+47=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D9092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9092F is #26F6D0. Grayscale: #4B4B4B. Windows color (decimal): -2553553 or 3082713. OLE color: 3082713.
HSL color Cylindrical-coordinate representation of color #D9092F: hue angle of 349.04º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9092F is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.15 |
| HSL | 349.04º | 0.92% | 0.44% | - |
| HSV(B) | 349.04º | 0.96% | 0.85% | - |
| XYZ | 29.23 | 15.15 | 4.07 | - |
| YUV | 75.52 | 111.91 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 47 | 0 | 0.96 | 0.78 | 0.15 | 349.04 | 0.92 | 0.44 |
| Hex | D9 | 9 | 2F | 0 | 60 | 4E | F | 15D | 5C | 2C |
| Octal | 331 | 11 | 57 | 0 | 140 | 116 | 17 | 535 | 134 | 54 |
| Binary | 11011001 | 1001 | 101111 | 0 | 1100000 | 1001110 | 1111 | 101011101 | 1011100 | 101100 |
Color Harmonies of #D9092F
Complementary color
Monochromatic Colors of #D9092F
Black with #D9092F
Text Example
Text Example
White with #D9092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9092F; }
p { color: rgb(217,9,47); }
H1.HeaderClassName
{
color: #D9092F;
}
.AnyTagClassName
{
color: #D9092F;
}
</style>
background-color css
<style>
a { background-color: #D9092F; }
a { background-color: rgb(217,9,47); }
div.DivClassName
{
background-color: #D9092F;
}
.BgClassName
{
background-color: #D9092F;
}
</style>
border-color css
<style>
span { border-color: #D9092F; }
span { border-color: rgb(217,9,47); }
td.TdClassName
{
border-color: #D9092F;
}
.TagClassName
{
border-color: #D9092F;
}
</style>