Shades of Crimson #D6072B
Tints of Crimson #D6072B
RGB
CMYK
RGB Variations
Color information
#D6072B (or 0xD6072B) is known color: Crimson. HEX triplet: D6, 07 and 2B. RGB value is (214,7,43). Sum of RGB (Red+Green+Blue) = 214+7+43=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D6072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6072B is #29F8D4. Grayscale: #494949. Windows color (decimal): -2750677 or 2820054. OLE color: 2820054.
HSL color Cylindrical-coordinate representation of color #D6072B: hue angle of 349.57º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6072B is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 43 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.16 |
| HSL | 349.57º | 0.94% | 0.43% | - |
| HSV(B) | 349.57º | 0.97% | 0.84% | - |
| XYZ | 28.24 | 14.62 | 3.62 | - |
| YUV | 73 | 111.08 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 43 | 0 | 0.97 | 0.80 | 0.16 | 349.57 | 0.94 | 0.43 |
| Hex | D6 | 7 | 2B | 0 | 61 | 50 | 10 | 15E | 5E | 2B |
| Octal | 326 | 7 | 53 | 0 | 141 | 120 | 20 | 536 | 136 | 53 |
| Binary | 11010110 | 111 | 101011 | 0 | 1100001 | 1010000 | 10000 | 101011110 | 1011110 | 101011 |
Color Harmonies of #D6072B
Complementary color
Monochromatic Colors of #D6072B
Black with #D6072B
Text Example
Text Example
White with #D6072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6072B; }
p { color: rgb(214,7,43); }
H1.HeaderClassName
{
color: #D6072B;
}
.AnyTagClassName
{
color: #D6072B;
}
</style>
background-color css
<style>
a { background-color: #D6072B; }
a { background-color: rgb(214,7,43); }
div.DivClassName
{
background-color: #D6072B;
}
.BgClassName
{
background-color: #D6072B;
}
</style>
border-color css
<style>
span { border-color: #D6072B; }
span { border-color: rgb(214,7,43); }
td.TdClassName
{
border-color: #D6072B;
}
.TagClassName
{
border-color: #D6072B;
}
</style>