Shades of Crimson #D10938
Tints of Crimson #D10938
RGB
CMYK
RGB Variations
Color information
#D10938 (or 0xD10938) is known color: Crimson. HEX triplet: D1, 09 and 38. RGB value is (209,9,56). Sum of RGB (Red+Green+Blue) = 209+9+56=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D10938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10938 is #2EF6C7. Grayscale: #4A4A4A. Windows color (decimal): -3077832 or 3672529. OLE color: 3672529.
HSL color Cylindrical-coordinate representation of color #D10938: hue angle of 345.9º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10938 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 56 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.18 |
| HSL | 345.9º | 0.92% | 0.43% | - |
| HSV(B) | 345.9º | 0.96% | 0.82% | - |
| XYZ | 27.11 | 14.04 | 5.02 | - |
| YUV | 74.16 | 117.76 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 56 | 0 | 0.96 | 0.73 | 0.18 | 345.9 | 0.92 | 0.43 |
| Hex | D1 | 9 | 38 | 0 | 60 | 49 | 12 | 15A | 5C | 2B |
| Octal | 321 | 11 | 70 | 0 | 140 | 111 | 22 | 532 | 134 | 53 |
| Binary | 11010001 | 1001 | 111000 | 0 | 1100000 | 1001001 | 10010 | 101011010 | 1011100 | 101011 |
Color Harmonies of #D10938
Complementary color
Monochromatic Colors of #D10938
Black with #D10938
Text Example
Text Example
White with #D10938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10938; }
p { color: rgb(209,9,56); }
H1.HeaderClassName
{
color: #D10938;
}
.AnyTagClassName
{
color: #D10938;
}
</style>
background-color css
<style>
a { background-color: #D10938; }
a { background-color: rgb(209,9,56); }
div.DivClassName
{
background-color: #D10938;
}
.BgClassName
{
background-color: #D10938;
}
</style>
border-color css
<style>
span { border-color: #D10938; }
span { border-color: rgb(209,9,56); }
td.TdClassName
{
border-color: #D10938;
}
.TagClassName
{
border-color: #D10938;
}
</style>