Shades of Crimson #DA092F
Tints of Crimson #DA092F
RGB
CMYK
RGB Variations
Color information
#DA092F (or 0xDA092F) is known color: Crimson. HEX triplet: DA, 09 and 2F. RGB value is (218,9,47). Sum of RGB (Red+Green+Blue) = 218+9+47=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA092F is #25F6D0. Grayscale: #4B4B4B. Windows color (decimal): -2488017 or 3082714. OLE color: 3082714.
HSL color Cylindrical-coordinate representation of color #DA092F: hue angle of 349.09º 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 #DA092F is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.15 |
| HSL | 349.09º | 0.92% | 0.45% | - |
| HSV(B) | 349.09º | 0.96% | 0.85% | - |
| XYZ | 29.52 | 15.31 | 4.09 | - |
| YUV | 75.82 | 111.74 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 47 | 0 | 0.96 | 0.78 | 0.15 | 349.09 | 0.92 | 0.45 |
| Hex | DA | 9 | 2F | 0 | 60 | 4E | F | 15D | 5C | 2D |
| Octal | 332 | 11 | 57 | 0 | 140 | 116 | 17 | 535 | 134 | 55 |
| Binary | 11011010 | 1001 | 101111 | 0 | 1100000 | 1001110 | 1111 | 101011101 | 1011100 | 101101 |
Color Harmonies of #DA092F
Complementary color
Monochromatic Colors of #DA092F
Black with #DA092F
Text Example
Text Example
White with #DA092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA092F; }
p { color: rgb(218,9,47); }
H1.HeaderClassName
{
color: #DA092F;
}
.AnyTagClassName
{
color: #DA092F;
}
</style>
background-color css
<style>
a { background-color: #DA092F; }
a { background-color: rgb(218,9,47); }
div.DivClassName
{
background-color: #DA092F;
}
.BgClassName
{
background-color: #DA092F;
}
</style>
border-color css
<style>
span { border-color: #DA092F; }
span { border-color: rgb(218,9,47); }
td.TdClassName
{
border-color: #DA092F;
}
.TagClassName
{
border-color: #DA092F;
}
</style>