Shades of Crimson #D5082C
Tints of Crimson #D5082C
RGB
CMYK
RGB Variations
Color information
#D5082C (or 0xD5082C) is known color: Crimson. HEX triplet: D5, 08 and 2C. RGB value is (213,8,44). Sum of RGB (Red+Green+Blue) = 213+8+44=265 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.38% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 213 - color contains mainly: red. Hex color #D5082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5082C is #2AF7D3. Grayscale: #494949. Windows color (decimal): -2815956 or 2885845. OLE color: 2885845.
HSL color Cylindrical-coordinate representation of color #D5082C: hue angle of 349.46º 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 #D5082C is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 44 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.16 |
| HSL | 349.46º | 0.93% | 0.43% | - |
| HSV(B) | 349.46º | 0.96% | 0.84% | - |
| XYZ | 27.98 | 14.5 | 3.71 | - |
| YUV | 73.4 | 111.42 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 44 | 0 | 0.96 | 0.79 | 0.16 | 349.46 | 0.93 | 0.43 |
| Hex | D5 | 8 | 2C | 0 | 60 | 4F | 10 | 15D | 5D | 2B |
| Octal | 325 | 10 | 54 | 0 | 140 | 117 | 20 | 535 | 135 | 53 |
| Binary | 11010101 | 1000 | 101100 | 0 | 1100000 | 1001111 | 10000 | 101011101 | 1011101 | 101011 |
Color Harmonies of #D5082C
Complementary color
Monochromatic Colors of #D5082C
Black with #D5082C
Text Example
Text Example
White with #D5082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5082C; }
p { color: rgb(213,8,44); }
H1.HeaderClassName
{
color: #D5082C;
}
.AnyTagClassName
{
color: #D5082C;
}
</style>
background-color css
<style>
a { background-color: #D5082C; }
a { background-color: rgb(213,8,44); }
div.DivClassName
{
background-color: #D5082C;
}
.BgClassName
{
background-color: #D5082C;
}
</style>
border-color css
<style>
span { border-color: #D5082C; }
span { border-color: rgb(213,8,44); }
td.TdClassName
{
border-color: #D5082C;
}
.TagClassName
{
border-color: #D5082C;
}
</style>