Shades of Crimson #D6093A
Tints of Crimson #D6093A
RGB
CMYK
RGB Variations
Color information
#D6093A (or 0xD6093A) is known color: Crimson. HEX triplet: D6, 09 and 3A. RGB value is (214,9,58). Sum of RGB (Red+Green+Blue) = 214+9+58=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D6093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6093A is #29F6C5. Grayscale: #4B4B4B. Windows color (decimal): -2750150 or 3803606. OLE color: 3803606.
HSL color Cylindrical-coordinate representation of color #D6093A: hue angle of 345.66º 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 #D6093A is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 58 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.16 |
| HSL | 345.66º | 0.92% | 0.44% | - |
| HSV(B) | 345.66º | 0.96% | 0.84% | - |
| XYZ | 28.59 | 14.8 | 5.35 | - |
| YUV | 75.88 | 117.92 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 58 | 0 | 0.96 | 0.73 | 0.16 | 345.66 | 0.92 | 0.44 |
| Hex | D6 | 9 | 3A | 0 | 60 | 49 | 10 | 15A | 5C | 2C |
| Octal | 326 | 11 | 72 | 0 | 140 | 111 | 20 | 532 | 134 | 54 |
| Binary | 11010110 | 1001 | 111010 | 0 | 1100000 | 1001001 | 10000 | 101011010 | 1011100 | 101100 |
Color Harmonies of #D6093A
Complementary color
Monochromatic Colors of #D6093A
Black with #D6093A
Text Example
Text Example
White with #D6093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6093A; }
p { color: rgb(214,9,58); }
H1.HeaderClassName
{
color: #D6093A;
}
.AnyTagClassName
{
color: #D6093A;
}
</style>
background-color css
<style>
a { background-color: #D6093A; }
a { background-color: rgb(214,9,58); }
div.DivClassName
{
background-color: #D6093A;
}
.BgClassName
{
background-color: #D6093A;
}
</style>
border-color css
<style>
span { border-color: #D6093A; }
span { border-color: rgb(214,9,58); }
td.TdClassName
{
border-color: #D6093A;
}
.TagClassName
{
border-color: #D6093A;
}
</style>