Shades of Crimson #D5082F
Tints of Crimson #D5082F
RGB
CMYK
RGB Variations
Color information
#D5082F (or 0xD5082F) is known color: Crimson. HEX triplet: D5, 08 and 2F. RGB value is (213,8,47). Sum of RGB (Red+Green+Blue) = 213+8+47=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D5082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5082F is #2AF7D0. Grayscale: #494949. Windows color (decimal): -2815953 or 3082453. OLE color: 3082453.
HSL color Cylindrical-coordinate representation of color #D5082F: hue angle of 348.59º 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 #D5082F is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.16 |
| HSL | 348.59º | 0.93% | 0.43% | - |
| HSV(B) | 348.59º | 0.96% | 0.84% | - |
| XYZ | 28.04 | 14.53 | 4.02 | - |
| YUV | 73.74 | 112.92 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 47 | 0 | 0.96 | 0.78 | 0.16 | 348.59 | 0.93 | 0.43 |
| Hex | D5 | 8 | 2F | 0 | 60 | 4E | 10 | 15D | 5D | 2B |
| Octal | 325 | 10 | 57 | 0 | 140 | 116 | 20 | 535 | 135 | 53 |
| Binary | 11010101 | 1000 | 101111 | 0 | 1100000 | 1001110 | 10000 | 101011101 | 1011101 | 101011 |
Color Harmonies of #D5082F
Complementary color
Monochromatic Colors of #D5082F
Black with #D5082F
Text Example
Text Example
White with #D5082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5082F; }
p { color: rgb(213,8,47); }
H1.HeaderClassName
{
color: #D5082F;
}
.AnyTagClassName
{
color: #D5082F;
}
</style>
background-color css
<style>
a { background-color: #D5082F; }
a { background-color: rgb(213,8,47); }
div.DivClassName
{
background-color: #D5082F;
}
.BgClassName
{
background-color: #D5082F;
}
</style>
border-color css
<style>
span { border-color: #D5082F; }
span { border-color: rgb(213,8,47); }
td.TdClassName
{
border-color: #D5082F;
}
.TagClassName
{
border-color: #D5082F;
}
</style>