Shades of Crimson #D6052B
Tints of Crimson #D6052B
RGB
CMYK
RGB Variations
Color information
#D6052B (or 0xD6052B) is known color: Crimson. HEX triplet: D6, 05 and 2B. RGB value is (214,5,43). Sum of RGB (Red+Green+Blue) = 214+5+43=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D6052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6052B is #29FAD4. Grayscale: #474747. Windows color (decimal): -2751189 or 2819542. OLE color: 2819542.
HSL color Cylindrical-coordinate representation of color #D6052B: hue angle of 349.09º 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 #D6052B is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.16 |
| HSL | 349.09º | 0.95% | 0.43% | - |
| HSV(B) | 349.09º | 0.98% | 0.84% | - |
| XYZ | 28.22 | 14.58 | 3.61 | - |
| YUV | 71.82 | 111.74 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 43 | 0 | 0.98 | 0.80 | 0.16 | 349.09 | 0.95 | 0.43 |
| Hex | D6 | 5 | 2B | 0 | 62 | 50 | 10 | 15D | 5F | 2B |
| Octal | 326 | 5 | 53 | 0 | 142 | 120 | 20 | 535 | 137 | 53 |
| Binary | 11010110 | 101 | 101011 | 0 | 1100010 | 1010000 | 10000 | 101011101 | 1011111 | 101011 |
Color Harmonies of #D6052B
Complementary color
Monochromatic Colors of #D6052B
Black with #D6052B
Text Example
Text Example
White with #D6052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6052B; }
p { color: rgb(214,5,43); }
H1.HeaderClassName
{
color: #D6052B;
}
.AnyTagClassName
{
color: #D6052B;
}
</style>
background-color css
<style>
a { background-color: #D6052B; }
a { background-color: rgb(214,5,43); }
div.DivClassName
{
background-color: #D6052B;
}
.BgClassName
{
background-color: #D6052B;
}
</style>
border-color css
<style>
span { border-color: #D6052B; }
span { border-color: rgb(214,5,43); }
td.TdClassName
{
border-color: #D6052B;
}
.TagClassName
{
border-color: #D6052B;
}
</style>