Shades of Crimson #D6052F
Tints of Crimson #D6052F
RGB
CMYK
RGB Variations
Color information
#D6052F (or 0xD6052F) is known color: Crimson. HEX triplet: D6, 05 and 2F. RGB value is (214,5,47). Sum of RGB (Red+Green+Blue) = 214+5+47=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D6052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6052F is #29FAD0. Grayscale: #484848. Windows color (decimal): -2751185 or 3081686. OLE color: 3081686.
HSL color Cylindrical-coordinate representation of color #D6052F: hue angle of 347.94º 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 #D6052F is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 47 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.16 |
| HSL | 347.94º | 0.95% | 0.43% | - |
| HSV(B) | 347.94º | 0.98% | 0.84% | - |
| XYZ | 28.3 | 14.61 | 4.02 | - |
| YUV | 72.28 | 113.74 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 47 | 0 | 0.98 | 0.78 | 0.16 | 347.94 | 0.95 | 0.43 |
| Hex | D6 | 5 | 2F | 0 | 62 | 4E | 10 | 15C | 5F | 2B |
| Octal | 326 | 5 | 57 | 0 | 142 | 116 | 20 | 534 | 137 | 53 |
| Binary | 11010110 | 101 | 101111 | 0 | 1100010 | 1001110 | 10000 | 101011100 | 1011111 | 101011 |
Color Harmonies of #D6052F
Complementary color
Monochromatic Colors of #D6052F
Black with #D6052F
Text Example
Text Example
White with #D6052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6052F; }
p { color: rgb(214,5,47); }
H1.HeaderClassName
{
color: #D6052F;
}
.AnyTagClassName
{
color: #D6052F;
}
</style>
background-color css
<style>
a { background-color: #D6052F; }
a { background-color: rgb(214,5,47); }
div.DivClassName
{
background-color: #D6052F;
}
.BgClassName
{
background-color: #D6052F;
}
</style>
border-color css
<style>
span { border-color: #D6052F; }
span { border-color: rgb(214,5,47); }
td.TdClassName
{
border-color: #D6052F;
}
.TagClassName
{
border-color: #D6052F;
}
</style>