Shades of Crimson #DA184E
Tints of Crimson #DA184E
RGB
CMYK
RGB Variations
Color information
#DA184E (or 0xDA184E) is known color: Crimson. HEX triplet: DA, 18 and 4E. RGB value is (218,24,78). Sum of RGB (Red+Green+Blue) = 218+24+78=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA184E is #25E7B1. Grayscale: #585858. Windows color (decimal): -2484146 or 5118170. OLE color: 5118170.
HSL color Cylindrical-coordinate representation of color #DA184E: hue angle of 343.3º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA184E is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 78 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.15 |
| HSL | 343.3º | 0.8% | 0.47% | - |
| HSV(B) | 343.3º | 0.89% | 0.85% | - |
| XYZ | 30.62 | 16.11 | 8.7 | - |
| YUV | 88.16 | 122.27 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 78 | 0 | 0.89 | 0.64 | 0.15 | 343.3 | 0.8 | 0.47 |
| Hex | DA | 18 | 4E | 0 | 59 | 40 | F | 157 | 50 | 2F |
| Octal | 332 | 30 | 116 | 0 | 131 | 100 | 17 | 527 | 120 | 57 |
| Binary | 11011010 | 11000 | 1001110 | 0 | 1011001 | 1000000 | 1111 | 101010111 | 1010000 | 101111 |
Color Harmonies of #DA184E
Complementary color
Monochromatic Colors of #DA184E
Black with #DA184E
Text Example
Text Example
White with #DA184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA184E; }
p { color: rgb(218,24,78); }
H1.HeaderClassName
{
color: #DA184E;
}
.AnyTagClassName
{
color: #DA184E;
}
</style>
background-color css
<style>
a { background-color: #DA184E; }
a { background-color: rgb(218,24,78); }
div.DivClassName
{
background-color: #DA184E;
}
.BgClassName
{
background-color: #DA184E;
}
</style>
border-color css
<style>
span { border-color: #DA184E; }
span { border-color: rgb(218,24,78); }
td.TdClassName
{
border-color: #DA184E;
}
.TagClassName
{
border-color: #DA184E;
}
</style>