Shades of Crimson #D5092D
Tints of Crimson #D5092D
RGB
CMYK
RGB Variations
Color information
#D5092D (or 0xD5092D) is known color: Crimson. HEX triplet: D5, 09 and 2D. RGB value is (213,9,45). Sum of RGB (Red+Green+Blue) = 213+9+45=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D5092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5092D is #2AF6D2. Grayscale: #4A4A4A. Windows color (decimal): -2815699 or 2951637. OLE color: 2951637.
HSL color Cylindrical-coordinate representation of color #D5092D: hue angle of 349.41º 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 #D5092D is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.16 |
| HSL | 349.41º | 0.92% | 0.44% | - |
| HSV(B) | 349.41º | 0.96% | 0.84% | - |
| XYZ | 28.01 | 14.53 | 3.81 | - |
| YUV | 74.1 | 111.59 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 45 | 0 | 0.96 | 0.79 | 0.16 | 349.41 | 0.92 | 0.44 |
| Hex | D5 | 9 | 2D | 0 | 60 | 4F | 10 | 15D | 5C | 2C |
| Octal | 325 | 11 | 55 | 0 | 140 | 117 | 20 | 535 | 134 | 54 |
| Binary | 11010101 | 1001 | 101101 | 0 | 1100000 | 1001111 | 10000 | 101011101 | 1011100 | 101100 |
Color Harmonies of #D5092D
Complementary color
Monochromatic Colors of #D5092D
Black with #D5092D
Text Example
Text Example
White with #D5092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5092D; }
p { color: rgb(213,9,45); }
H1.HeaderClassName
{
color: #D5092D;
}
.AnyTagClassName
{
color: #D5092D;
}
</style>
background-color css
<style>
a { background-color: #D5092D; }
a { background-color: rgb(213,9,45); }
div.DivClassName
{
background-color: #D5092D;
}
.BgClassName
{
background-color: #D5092D;
}
</style>
border-color css
<style>
span { border-color: #D5092D; }
span { border-color: rgb(213,9,45); }
td.TdClassName
{
border-color: #D5092D;
}
.TagClassName
{
border-color: #D5092D;
}
</style>