Shades of Crimson #DA073A
Tints of Crimson #DA073A
RGB
CMYK
RGB Variations
Color information
#DA073A (or 0xDA073A) is known color: Crimson. HEX triplet: DA, 07 and 3A. RGB value is (218,7,58). Sum of RGB (Red+Green+Blue) = 218+7+58=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA073A is #25F8C5. Grayscale: #4B4B4B. Windows color (decimal): -2488518 or 3803098. OLE color: 3803098.
HSL color Cylindrical-coordinate representation of color #DA073A: hue angle of 345.5º 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 #DA073A is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 58 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.15 |
| HSL | 345.5º | 0.94% | 0.44% | - |
| HSV(B) | 345.5º | 0.97% | 0.85% | - |
| XYZ | 29.75 | 15.36 | 5.4 | - |
| YUV | 75.9 | 117.9 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 58 | 0 | 0.97 | 0.73 | 0.15 | 345.5 | 0.94 | 0.44 |
| Hex | DA | 7 | 3A | 0 | 61 | 49 | F | 159 | 5E | 2C |
| Octal | 332 | 7 | 72 | 0 | 141 | 111 | 17 | 531 | 136 | 54 |
| Binary | 11011010 | 111 | 111010 | 0 | 1100001 | 1001001 | 1111 | 101011001 | 1011110 | 101100 |
Color Harmonies of #DA073A
Complementary color
Monochromatic Colors of #DA073A
Black with #DA073A
Text Example
Text Example
White with #DA073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA073A; }
p { color: rgb(218,7,58); }
H1.HeaderClassName
{
color: #DA073A;
}
.AnyTagClassName
{
color: #DA073A;
}
</style>
background-color css
<style>
a { background-color: #DA073A; }
a { background-color: rgb(218,7,58); }
div.DivClassName
{
background-color: #DA073A;
}
.BgClassName
{
background-color: #DA073A;
}
</style>
border-color css
<style>
span { border-color: #DA073A; }
span { border-color: rgb(218,7,58); }
td.TdClassName
{
border-color: #DA073A;
}
.TagClassName
{
border-color: #DA073A;
}
</style>