Shades of Crimson #D2093B
Tints of Crimson #D2093B
RGB
CMYK
RGB Variations
Color information
#D2093B (or 0xD2093B) is known color: Crimson. HEX triplet: D2, 09 and 3B. RGB value is (210,9,59). Sum of RGB (Red+Green+Blue) = 210+9+59=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D2093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2093B is #2DF6C4. Grayscale: #4A4A4A. Windows color (decimal): -3012293 or 3869138. OLE color: 3869138.
HSL color Cylindrical-coordinate representation of color #D2093B: hue angle of 345.07º 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 #D2093B is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 59 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.18 |
| HSL | 345.07º | 0.92% | 0.43% | - |
| HSV(B) | 345.07º | 0.96% | 0.82% | - |
| XYZ | 27.47 | 14.21 | 5.43 | - |
| YUV | 74.8 | 119.09 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 59 | 0 | 0.96 | 0.72 | 0.18 | 345.07 | 0.92 | 0.43 |
| Hex | D2 | 9 | 3B | 0 | 60 | 48 | 12 | 159 | 5C | 2B |
| Octal | 322 | 11 | 73 | 0 | 140 | 110 | 22 | 531 | 134 | 53 |
| Binary | 11010010 | 1001 | 111011 | 0 | 1100000 | 1001000 | 10010 | 101011001 | 1011100 | 101011 |
Color Harmonies of #D2093B
Complementary color
Monochromatic Colors of #D2093B
Black with #D2093B
Text Example
Text Example
White with #D2093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2093B; }
p { color: rgb(210,9,59); }
H1.HeaderClassName
{
color: #D2093B;
}
.AnyTagClassName
{
color: #D2093B;
}
</style>
background-color css
<style>
a { background-color: #D2093B; }
a { background-color: rgb(210,9,59); }
div.DivClassName
{
background-color: #D2093B;
}
.BgClassName
{
background-color: #D2093B;
}
</style>
border-color css
<style>
span { border-color: #D2093B; }
span { border-color: rgb(210,9,59); }
td.TdClassName
{
border-color: #D2093B;
}
.TagClassName
{
border-color: #D2093B;
}
</style>