Shades of Crimson #DA072F
Tints of Crimson #DA072F
RGB
CMYK
RGB Variations
Color information
#DA072F (or 0xDA072F) is known color: Crimson. HEX triplet: DA, 07 and 2F. RGB value is (218,7,47). Sum of RGB (Red+Green+Blue) = 218+7+47=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA072F is #25F8D0. Grayscale: #4A4A4A. Windows color (decimal): -2488529 or 3082202. OLE color: 3082202.
HSL color Cylindrical-coordinate representation of color #DA072F: hue angle of 348.63º 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 #DA072F is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.15 |
| HSL | 348.63º | 0.94% | 0.44% | - |
| HSV(B) | 348.63º | 0.97% | 0.85% | - |
| XYZ | 29.5 | 15.26 | 4.08 | - |
| YUV | 74.65 | 112.4 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 47 | 0 | 0.97 | 0.78 | 0.15 | 348.63 | 0.94 | 0.44 |
| Hex | DA | 7 | 2F | 0 | 61 | 4E | F | 15D | 5E | 2C |
| Octal | 332 | 7 | 57 | 0 | 141 | 116 | 17 | 535 | 136 | 54 |
| Binary | 11011010 | 111 | 101111 | 0 | 1100001 | 1001110 | 1111 | 101011101 | 1011110 | 101100 |
Color Harmonies of #DA072F
Complementary color
Monochromatic Colors of #DA072F
Black with #DA072F
Text Example
Text Example
White with #DA072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA072F; }
p { color: rgb(218,7,47); }
H1.HeaderClassName
{
color: #DA072F;
}
.AnyTagClassName
{
color: #DA072F;
}
</style>
background-color css
<style>
a { background-color: #DA072F; }
a { background-color: rgb(218,7,47); }
div.DivClassName
{
background-color: #DA072F;
}
.BgClassName
{
background-color: #DA072F;
}
</style>
border-color css
<style>
span { border-color: #DA072F; }
span { border-color: rgb(218,7,47); }
td.TdClassName
{
border-color: #DA072F;
}
.TagClassName
{
border-color: #DA072F;
}
</style>