Shades of Crimson #D6052D
Tints of Crimson #D6052D
RGB
CMYK
RGB Variations
Color information
#D6052D (or 0xD6052D) is known color: Crimson. HEX triplet: D6, 05 and 2D. RGB value is (214,5,45). Sum of RGB (Red+Green+Blue) = 214+5+45=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D6052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6052D is #29FAD2. Grayscale: #484848. Windows color (decimal): -2751187 or 2950614. OLE color: 2950614.
HSL color Cylindrical-coordinate representation of color #D6052D: hue angle of 348.52º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6052D is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 45 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.16 |
| HSL | 348.52º | 0.95% | 0.43% | - |
| HSV(B) | 348.52º | 0.98% | 0.84% | - |
| XYZ | 28.26 | 14.59 | 3.81 | - |
| YUV | 72.05 | 112.74 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 45 | 0 | 0.98 | 0.79 | 0.16 | 348.52 | 0.95 | 0.43 |
| Hex | D6 | 5 | 2D | 0 | 62 | 4F | 10 | 15D | 5F | 2B |
| Octal | 326 | 5 | 55 | 0 | 142 | 117 | 20 | 535 | 137 | 53 |
| Binary | 11010110 | 101 | 101101 | 0 | 1100010 | 1001111 | 10000 | 101011101 | 1011111 | 101011 |
Color Harmonies of #D6052D
Complementary color
Monochromatic Colors of #D6052D
Black with #D6052D
Text Example
Text Example
White with #D6052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6052D; }
p { color: rgb(214,5,45); }
H1.HeaderClassName
{
color: #D6052D;
}
.AnyTagClassName
{
color: #D6052D;
}
</style>
background-color css
<style>
a { background-color: #D6052D; }
a { background-color: rgb(214,5,45); }
div.DivClassName
{
background-color: #D6052D;
}
.BgClassName
{
background-color: #D6052D;
}
</style>
border-color css
<style>
span { border-color: #D6052D; }
span { border-color: rgb(214,5,45); }
td.TdClassName
{
border-color: #D6052D;
}
.TagClassName
{
border-color: #D6052D;
}
</style>