Shades of Crimson #D5082E
Tints of Crimson #D5082E
RGB
CMYK
RGB Variations
Color information
#D5082E (or 0xD5082E) is known color: Crimson. HEX triplet: D5, 08 and 2E. RGB value is (213,8,46). Sum of RGB (Red+Green+Blue) = 213+8+46=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D5082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5082E is #2AF7D1. Grayscale: #494949. Windows color (decimal): -2815954 or 3016917. OLE color: 3016917.
HSL color Cylindrical-coordinate representation of color #D5082E: hue angle of 348.88º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5082E is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 46 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.16 |
| HSL | 348.88º | 0.93% | 0.43% | - |
| HSV(B) | 348.88º | 0.96% | 0.84% | - |
| XYZ | 28.02 | 14.52 | 3.91 | - |
| YUV | 73.63 | 112.42 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 46 | 0 | 0.96 | 0.78 | 0.16 | 348.88 | 0.93 | 0.43 |
| Hex | D5 | 8 | 2E | 0 | 60 | 4E | 10 | 15D | 5D | 2B |
| Octal | 325 | 10 | 56 | 0 | 140 | 116 | 20 | 535 | 135 | 53 |
| Binary | 11010101 | 1000 | 101110 | 0 | 1100000 | 1001110 | 10000 | 101011101 | 1011101 | 101011 |
Color Harmonies of #D5082E
Complementary color
Monochromatic Colors of #D5082E
Black with #D5082E
Text Example
Text Example
White with #D5082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5082E; }
p { color: rgb(213,8,46); }
H1.HeaderClassName
{
color: #D5082E;
}
.AnyTagClassName
{
color: #D5082E;
}
</style>
background-color css
<style>
a { background-color: #D5082E; }
a { background-color: rgb(213,8,46); }
div.DivClassName
{
background-color: #D5082E;
}
.BgClassName
{
background-color: #D5082E;
}
</style>
border-color css
<style>
span { border-color: #D5082E; }
span { border-color: rgb(213,8,46); }
td.TdClassName
{
border-color: #D5082E;
}
.TagClassName
{
border-color: #D5082E;
}
</style>