Shades of Crimson #D5093E
Tints of Crimson #D5093E
RGB
CMYK
RGB Variations
Color information
#D5093E (or 0xD5093E) is known color: Crimson. HEX triplet: D5, 09 and 3E. RGB value is (213,9,62). Sum of RGB (Red+Green+Blue) = 213+9+62=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D5093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5093E is #2AF6C1. Grayscale: #4C4C4C. Windows color (decimal): -2815682 or 4065749. OLE color: 4065749.
HSL color Cylindrical-coordinate representation of color #D5093E: hue angle of 344.41º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5093E is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.16 |
| HSL | 344.41º | 0.92% | 0.44% | - |
| HSV(B) | 344.41º | 0.96% | 0.84% | - |
| XYZ | 28.41 | 14.69 | 5.9 | - |
| YUV | 76.04 | 120.09 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 62 | 0 | 0.96 | 0.71 | 0.16 | 344.41 | 0.92 | 0.44 |
| Hex | D5 | 9 | 3E | 0 | 60 | 47 | 10 | 158 | 5C | 2C |
| Octal | 325 | 11 | 76 | 0 | 140 | 107 | 20 | 530 | 134 | 54 |
| Binary | 11010101 | 1001 | 111110 | 0 | 1100000 | 1000111 | 10000 | 101011000 | 1011100 | 101100 |
Color Harmonies of #D5093E
Complementary color
Monochromatic Colors of #D5093E
Black with #D5093E
Text Example
Text Example
White with #D5093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5093E; }
p { color: rgb(213,9,62); }
H1.HeaderClassName
{
color: #D5093E;
}
.AnyTagClassName
{
color: #D5093E;
}
</style>
background-color css
<style>
a { background-color: #D5093E; }
a { background-color: rgb(213,9,62); }
div.DivClassName
{
background-color: #D5093E;
}
.BgClassName
{
background-color: #D5093E;
}
</style>
border-color css
<style>
span { border-color: #D5093E; }
span { border-color: rgb(213,9,62); }
td.TdClassName
{
border-color: #D5093E;
}
.TagClassName
{
border-color: #D5093E;
}
</style>