Shades of Crimson #D6072F
Tints of Crimson #D6072F
RGB
CMYK
RGB Variations
Color information
#D6072F (or 0xD6072F) is known color: Crimson. HEX triplet: D6, 07 and 2F. RGB value is (214,7,47). Sum of RGB (Red+Green+Blue) = 214+7+47=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D6072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6072F is #29F8D0. Grayscale: #494949. Windows color (decimal): -2750673 or 3082198. OLE color: 3082198.
HSL color Cylindrical-coordinate representation of color #D6072F: hue angle of 348.41º 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 #D6072F is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.16 |
| HSL | 348.41º | 0.94% | 0.43% | - |
| HSV(B) | 348.41º | 0.97% | 0.84% | - |
| XYZ | 28.32 | 14.65 | 4.03 | - |
| YUV | 73.45 | 113.08 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 47 | 0 | 0.97 | 0.78 | 0.16 | 348.41 | 0.94 | 0.43 |
| Hex | D6 | 7 | 2F | 0 | 61 | 4E | 10 | 15C | 5E | 2B |
| Octal | 326 | 7 | 57 | 0 | 141 | 116 | 20 | 534 | 136 | 53 |
| Binary | 11010110 | 111 | 101111 | 0 | 1100001 | 1001110 | 10000 | 101011100 | 1011110 | 101011 |
Color Harmonies of #D6072F
Complementary color
Monochromatic Colors of #D6072F
Black with #D6072F
Text Example
Text Example
White with #D6072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6072F; }
p { color: rgb(214,7,47); }
H1.HeaderClassName
{
color: #D6072F;
}
.AnyTagClassName
{
color: #D6072F;
}
</style>
background-color css
<style>
a { background-color: #D6072F; }
a { background-color: rgb(214,7,47); }
div.DivClassName
{
background-color: #D6072F;
}
.BgClassName
{
background-color: #D6072F;
}
</style>
border-color css
<style>
span { border-color: #D6072F; }
span { border-color: rgb(214,7,47); }
td.TdClassName
{
border-color: #D6072F;
}
.TagClassName
{
border-color: #D6072F;
}
</style>