Shades of Crimson #DA093D
Tints of Crimson #DA093D
RGB
CMYK
RGB Variations
Color information
#DA093D (or 0xDA093D) is known color: Crimson. HEX triplet: DA, 09 and 3D. RGB value is (218,9,61). Sum of RGB (Red+Green+Blue) = 218+9+61=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA093D is #25F6C2. Grayscale: #4D4D4D. Windows color (decimal): -2488003 or 4000218. OLE color: 4000218.
HSL color Cylindrical-coordinate representation of color #DA093D: hue angle of 345.07º 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 #DA093D is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.15 |
| HSL | 345.07º | 0.92% | 0.45% | - |
| HSV(B) | 345.07º | 0.96% | 0.85% | - |
| XYZ | 29.85 | 15.44 | 5.82 | - |
| YUV | 77.42 | 118.74 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 61 | 0 | 0.96 | 0.72 | 0.15 | 345.07 | 0.92 | 0.45 |
| Hex | DA | 9 | 3D | 0 | 60 | 48 | F | 159 | 5C | 2D |
| Octal | 332 | 11 | 75 | 0 | 140 | 110 | 17 | 531 | 134 | 55 |
| Binary | 11011010 | 1001 | 111101 | 0 | 1100000 | 1001000 | 1111 | 101011001 | 1011100 | 101101 |
Color Harmonies of #DA093D
Complementary color
Monochromatic Colors of #DA093D
Black with #DA093D
Text Example
Text Example
White with #DA093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA093D; }
p { color: rgb(218,9,61); }
H1.HeaderClassName
{
color: #DA093D;
}
.AnyTagClassName
{
color: #DA093D;
}
</style>
background-color css
<style>
a { background-color: #DA093D; }
a { background-color: rgb(218,9,61); }
div.DivClassName
{
background-color: #DA093D;
}
.BgClassName
{
background-color: #DA093D;
}
</style>
border-color css
<style>
span { border-color: #DA093D; }
span { border-color: rgb(218,9,61); }
td.TdClassName
{
border-color: #DA093D;
}
.TagClassName
{
border-color: #DA093D;
}
</style>