Shades of Crimson #DA072E
Tints of Crimson #DA072E
RGB
CMYK
RGB Variations
Color information
#DA072E (or 0xDA072E) is known color: Crimson. HEX triplet: DA, 07 and 2E. RGB value is (218,7,46). Sum of RGB (Red+Green+Blue) = 218+7+46=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA072E is #25F8D1. Grayscale: #4A4A4A. Windows color (decimal): -2488530 or 3016666. OLE color: 3016666.
HSL color Cylindrical-coordinate representation of color #DA072E: hue angle of 348.91º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA072E is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 46 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.15 |
| HSL | 348.91º | 0.94% | 0.44% | - |
| HSV(B) | 348.91º | 0.97% | 0.85% | - |
| XYZ | 29.48 | 15.25 | 3.98 | - |
| YUV | 74.54 | 111.9 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 46 | 0 | 0.97 | 0.79 | 0.15 | 348.91 | 0.94 | 0.44 |
| Hex | DA | 7 | 2E | 0 | 61 | 4F | F | 15D | 5E | 2C |
| Octal | 332 | 7 | 56 | 0 | 141 | 117 | 17 | 535 | 136 | 54 |
| Binary | 11011010 | 111 | 101110 | 0 | 1100001 | 1001111 | 1111 | 101011101 | 1011110 | 101100 |
Color Harmonies of #DA072E
Complementary color
Monochromatic Colors of #DA072E
Black with #DA072E
Text Example
Text Example
White with #DA072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA072E; }
p { color: rgb(218,7,46); }
H1.HeaderClassName
{
color: #DA072E;
}
.AnyTagClassName
{
color: #DA072E;
}
</style>
background-color css
<style>
a { background-color: #DA072E; }
a { background-color: rgb(218,7,46); }
div.DivClassName
{
background-color: #DA072E;
}
.BgClassName
{
background-color: #DA072E;
}
</style>
border-color css
<style>
span { border-color: #DA072E; }
span { border-color: rgb(218,7,46); }
td.TdClassName
{
border-color: #DA072E;
}
.TagClassName
{
border-color: #DA072E;
}
</style>