Shades of Crimson #D2093E
Tints of Crimson #D2093E
RGB
CMYK
RGB Variations
Color information
#D2093E (or 0xD2093E) is known color: Crimson. HEX triplet: D2, 09 and 3E. RGB value is (210,9,62). Sum of RGB (Red+Green+Blue) = 210+9+62=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D2093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2093E is #2DF6C1. Grayscale: #4B4B4B. Windows color (decimal): -3012290 or 4065746. OLE color: 4065746.
HSL color Cylindrical-coordinate representation of color #D2093E: hue angle of 344.18º 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 #D2093E is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.18 |
| HSL | 344.18º | 0.92% | 0.43% | - |
| HSV(B) | 344.18º | 0.96% | 0.82% | - |
| XYZ | 27.55 | 14.24 | 5.86 | - |
| YUV | 75.14 | 120.59 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 62 | 0 | 0.96 | 0.70 | 0.18 | 344.18 | 0.92 | 0.43 |
| Hex | D2 | 9 | 3E | 0 | 60 | 46 | 12 | 158 | 5C | 2B |
| Octal | 322 | 11 | 76 | 0 | 140 | 106 | 22 | 530 | 134 | 53 |
| Binary | 11010010 | 1001 | 111110 | 0 | 1100000 | 1000110 | 10010 | 101011000 | 1011100 | 101011 |
Color Harmonies of #D2093E
Complementary color
Monochromatic Colors of #D2093E
Black with #D2093E
Text Example
Text Example
White with #D2093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2093E; }
p { color: rgb(210,9,62); }
H1.HeaderClassName
{
color: #D2093E;
}
.AnyTagClassName
{
color: #D2093E;
}
</style>
background-color css
<style>
a { background-color: #D2093E; }
a { background-color: rgb(210,9,62); }
div.DivClassName
{
background-color: #D2093E;
}
.BgClassName
{
background-color: #D2093E;
}
</style>
border-color css
<style>
span { border-color: #D2093E; }
span { border-color: rgb(210,9,62); }
td.TdClassName
{
border-color: #D2093E;
}
.TagClassName
{
border-color: #D2093E;
}
</style>