Shades of Crimson #DA093F
Tints of Crimson #DA093F
RGB
CMYK
RGB Variations
Color information
#DA093F (or 0xDA093F) is known color: Crimson. HEX triplet: DA, 09 and 3F. RGB value is (218,9,63). Sum of RGB (Red+Green+Blue) = 218+9+63=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA093F is #25F6C0. Grayscale: #4D4D4D. Windows color (decimal): -2488001 or 4131290. OLE color: 4131290.
HSL color Cylindrical-coordinate representation of color #DA093F: hue angle of 344.5º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA093F is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 63 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.15 |
| HSL | 344.5º | 0.92% | 0.45% | - |
| HSV(B) | 344.5º | 0.96% | 0.85% | - |
| XYZ | 29.91 | 15.46 | 6.11 | - |
| YUV | 77.65 | 119.74 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 63 | 0 | 0.96 | 0.71 | 0.15 | 344.5 | 0.92 | 0.45 |
| Hex | DA | 9 | 3F | 0 | 60 | 47 | F | 158 | 5C | 2D |
| Octal | 332 | 11 | 77 | 0 | 140 | 107 | 17 | 530 | 134 | 55 |
| Binary | 11011010 | 1001 | 111111 | 0 | 1100000 | 1000111 | 1111 | 101011000 | 1011100 | 101101 |
Color Harmonies of #DA093F
Complementary color
Monochromatic Colors of #DA093F
Black with #DA093F
Text Example
Text Example
White with #DA093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA093F; }
p { color: rgb(218,9,63); }
H1.HeaderClassName
{
color: #DA093F;
}
.AnyTagClassName
{
color: #DA093F;
}
</style>
background-color css
<style>
a { background-color: #DA093F; }
a { background-color: rgb(218,9,63); }
div.DivClassName
{
background-color: #DA093F;
}
.BgClassName
{
background-color: #DA093F;
}
</style>
border-color css
<style>
span { border-color: #DA093F; }
span { border-color: rgb(218,9,63); }
td.TdClassName
{
border-color: #DA093F;
}
.TagClassName
{
border-color: #DA093F;
}
</style>