Shades of Crimson #D5093C
Tints of Crimson #D5093C
RGB
CMYK
RGB Variations
Color information
#D5093C (or 0xD5093C) is known color: Crimson. HEX triplet: D5, 09 and 3C. RGB value is (213,9,60). Sum of RGB (Red+Green+Blue) = 213+9+60=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D5093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5093C is #2AF6C3. Grayscale: #4B4B4B. Windows color (decimal): -2815684 or 3934677. OLE color: 3934677.
HSL color Cylindrical-coordinate representation of color #D5093C: hue angle of 345º 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 #D5093C is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 60 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.16 |
| HSL | 345º | 0.92% | 0.44% | - |
| HSV(B) | 345º | 0.96% | 0.84% | - |
| XYZ | 28.35 | 14.67 | 5.61 | - |
| YUV | 75.81 | 119.09 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 60 | 0 | 0.96 | 0.72 | 0.16 | 345 | 0.92 | 0.44 |
| Hex | D5 | 9 | 3C | 0 | 60 | 48 | 10 | 159 | 5C | 2C |
| Octal | 325 | 11 | 74 | 0 | 140 | 110 | 20 | 531 | 134 | 54 |
| Binary | 11010101 | 1001 | 111100 | 0 | 1100000 | 1001000 | 10000 | 101011001 | 1011100 | 101100 |
Color Harmonies of #D5093C
Complementary color
Monochromatic Colors of #D5093C
Black with #D5093C
Text Example
Text Example
White with #D5093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5093C; }
p { color: rgb(213,9,60); }
H1.HeaderClassName
{
color: #D5093C;
}
.AnyTagClassName
{
color: #D5093C;
}
</style>
background-color css
<style>
a { background-color: #D5093C; }
a { background-color: rgb(213,9,60); }
div.DivClassName
{
background-color: #D5093C;
}
.BgClassName
{
background-color: #D5093C;
}
</style>
border-color css
<style>
span { border-color: #D5093C; }
span { border-color: rgb(213,9,60); }
td.TdClassName
{
border-color: #D5093C;
}
.TagClassName
{
border-color: #D5093C;
}
</style>