Shades of Crimson #D6093C
Tints of Crimson #D6093C
RGB
CMYK
RGB Variations
Color information
#D6093C (or 0xD6093C) is known color: Crimson. HEX triplet: D6, 09 and 3C. RGB value is (214,9,60). Sum of RGB (Red+Green+Blue) = 214+9+60=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D6093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6093C is #29F6C3. Grayscale: #4C4C4C. Windows color (decimal): -2750148 or 3934678. OLE color: 3934678.
HSL color Cylindrical-coordinate representation of color #D6093C: hue angle of 345.07º 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 #D6093C is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 60 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.16 |
| HSL | 345.07º | 0.92% | 0.44% | - |
| HSV(B) | 345.07º | 0.96% | 0.84% | - |
| XYZ | 28.64 | 14.82 | 5.63 | - |
| YUV | 76.11 | 118.92 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 60 | 0 | 0.96 | 0.72 | 0.16 | 345.07 | 0.92 | 0.44 |
| Hex | D6 | 9 | 3C | 0 | 60 | 48 | 10 | 159 | 5C | 2C |
| Octal | 326 | 11 | 74 | 0 | 140 | 110 | 20 | 531 | 134 | 54 |
| Binary | 11010110 | 1001 | 111100 | 0 | 1100000 | 1001000 | 10000 | 101011001 | 1011100 | 101100 |
Color Harmonies of #D6093C
Complementary color
Monochromatic Colors of #D6093C
Black with #D6093C
Text Example
Text Example
White with #D6093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6093C; }
p { color: rgb(214,9,60); }
H1.HeaderClassName
{
color: #D6093C;
}
.AnyTagClassName
{
color: #D6093C;
}
</style>
background-color css
<style>
a { background-color: #D6093C; }
a { background-color: rgb(214,9,60); }
div.DivClassName
{
background-color: #D6093C;
}
.BgClassName
{
background-color: #D6093C;
}
</style>
border-color css
<style>
span { border-color: #D6093C; }
span { border-color: rgb(214,9,60); }
td.TdClassName
{
border-color: #D6093C;
}
.TagClassName
{
border-color: #D6093C;
}
</style>