Shades of Crimson #D9083D
Tints of Crimson #D9083D
RGB
CMYK
RGB Variations
Color information
#D9083D (or 0xD9083D) is known color: Crimson. HEX triplet: D9, 08 and 3D. RGB value is (217,8,61). Sum of RGB (Red+Green+Blue) = 217+8+61=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D9083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9083D is #26F7C2. Grayscale: #4C4C4C. Windows color (decimal): -2553795 or 3999961. OLE color: 3999961.
HSL color Cylindrical-coordinate representation of color #D9083D: hue angle of 344.78º degrees, saturation: 0.93, 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 #D9083D is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 61 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.15 |
| HSL | 344.78º | 0.93% | 0.44% | - |
| HSV(B) | 344.78º | 0.96% | 0.85% | - |
| XYZ | 29.54 | 15.26 | 5.8 | - |
| YUV | 76.53 | 119.24 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 61 | 0 | 0.96 | 0.72 | 0.15 | 344.78 | 0.93 | 0.44 |
| Hex | D9 | 8 | 3D | 0 | 60 | 48 | F | 159 | 5D | 2C |
| Octal | 331 | 10 | 75 | 0 | 140 | 110 | 17 | 531 | 135 | 54 |
| Binary | 11011001 | 1000 | 111101 | 0 | 1100000 | 1001000 | 1111 | 101011001 | 1011101 | 101100 |
Color Harmonies of #D9083D
Complementary color
Monochromatic Colors of #D9083D
Black with #D9083D
Text Example
Text Example
White with #D9083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9083D; }
p { color: rgb(217,8,61); }
H1.HeaderClassName
{
color: #D9083D;
}
.AnyTagClassName
{
color: #D9083D;
}
</style>
background-color css
<style>
a { background-color: #D9083D; }
a { background-color: rgb(217,8,61); }
div.DivClassName
{
background-color: #D9083D;
}
.BgClassName
{
background-color: #D9083D;
}
</style>
border-color css
<style>
span { border-color: #D9083D; }
span { border-color: rgb(217,8,61); }
td.TdClassName
{
border-color: #D9083D;
}
.TagClassName
{
border-color: #D9083D;
}
</style>