Shades of Crimson #DA073E
Tints of Crimson #DA073E
RGB
CMYK
RGB Variations
Color information
#DA073E (or 0xDA073E) is known color: Crimson. HEX triplet: DA, 07 and 3E. RGB value is (218,7,62). Sum of RGB (Red+Green+Blue) = 218+7+62=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA073E is #25F8C1. Grayscale: #4C4C4C. Windows color (decimal): -2488514 or 4065242. OLE color: 4065242.
HSL color Cylindrical-coordinate representation of color #DA073E: hue angle of 344.36º 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 #DA073E is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.15 |
| HSL | 344.36º | 0.94% | 0.44% | - |
| HSV(B) | 344.36º | 0.97% | 0.85% | - |
| XYZ | 29.86 | 15.41 | 5.96 | - |
| YUV | 76.36 | 119.9 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 62 | 0 | 0.97 | 0.72 | 0.15 | 344.36 | 0.94 | 0.44 |
| Hex | DA | 7 | 3E | 0 | 61 | 48 | F | 158 | 5E | 2C |
| Octal | 332 | 7 | 76 | 0 | 141 | 110 | 17 | 530 | 136 | 54 |
| Binary | 11011010 | 111 | 111110 | 0 | 1100001 | 1001000 | 1111 | 101011000 | 1011110 | 101100 |
Color Harmonies of #DA073E
Complementary color
Monochromatic Colors of #DA073E
Black with #DA073E
Text Example
Text Example
White with #DA073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA073E; }
p { color: rgb(218,7,62); }
H1.HeaderClassName
{
color: #DA073E;
}
.AnyTagClassName
{
color: #DA073E;
}
</style>
background-color css
<style>
a { background-color: #DA073E; }
a { background-color: rgb(218,7,62); }
div.DivClassName
{
background-color: #DA073E;
}
.BgClassName
{
background-color: #DA073E;
}
</style>
border-color css
<style>
span { border-color: #DA073E; }
span { border-color: rgb(218,7,62); }
td.TdClassName
{
border-color: #DA073E;
}
.TagClassName
{
border-color: #DA073E;
}
</style>