Shades of Crimson #DA073D
Tints of Crimson #DA073D
RGB
CMYK
RGB Variations
Color information
#DA073D (or 0xDA073D) is known color: Crimson. HEX triplet: DA, 07 and 3D. RGB value is (218,7,61). Sum of RGB (Red+Green+Blue) = 218+7+61=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA073D is #25F8C2. Grayscale: #4C4C4C. Windows color (decimal): -2488515 or 3999706. OLE color: 3999706.
HSL color Cylindrical-coordinate representation of color #DA073D: hue angle of 344.64º 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 #DA073D is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.15 |
| HSL | 344.64º | 0.94% | 0.44% | - |
| HSV(B) | 344.64º | 0.97% | 0.85% | - |
| XYZ | 29.83 | 15.39 | 5.81 | - |
| YUV | 76.25 | 119.4 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 61 | 0 | 0.97 | 0.72 | 0.15 | 344.64 | 0.94 | 0.44 |
| Hex | DA | 7 | 3D | 0 | 61 | 48 | F | 159 | 5E | 2C |
| Octal | 332 | 7 | 75 | 0 | 141 | 110 | 17 | 531 | 136 | 54 |
| Binary | 11011010 | 111 | 111101 | 0 | 1100001 | 1001000 | 1111 | 101011001 | 1011110 | 101100 |
Color Harmonies of #DA073D
Complementary color
Monochromatic Colors of #DA073D
Black with #DA073D
Text Example
Text Example
White with #DA073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA073D; }
p { color: rgb(218,7,61); }
H1.HeaderClassName
{
color: #DA073D;
}
.AnyTagClassName
{
color: #DA073D;
}
</style>
background-color css
<style>
a { background-color: #DA073D; }
a { background-color: rgb(218,7,61); }
div.DivClassName
{
background-color: #DA073D;
}
.BgClassName
{
background-color: #DA073D;
}
</style>
border-color css
<style>
span { border-color: #DA073D; }
span { border-color: rgb(218,7,61); }
td.TdClassName
{
border-color: #DA073D;
}
.TagClassName
{
border-color: #DA073D;
}
</style>