Shades of Crimson #DA183A
Tints of Crimson #DA183A
RGB
CMYK
RGB Variations
Color information
#DA183A (or 0xDA183A) is known color: Crimson. HEX triplet: DA, 18 and 3A. RGB value is (218,24,58). Sum of RGB (Red+Green+Blue) = 218+24+58=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA183A is #25E7C5. Grayscale: #555555. Windows color (decimal): -2484166 or 3807450. OLE color: 3807450.
HSL color Cylindrical-coordinate representation of color #DA183A: hue angle of 349.48º 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 #DA183A is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 58 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.15 |
| HSL | 349.48º | 0.8% | 0.47% | - |
| HSV(B) | 349.48º | 0.89% | 0.85% | - |
| XYZ | 30 | 15.86 | 5.48 | - |
| YUV | 85.88 | 112.27 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 58 | 0 | 0.89 | 0.73 | 0.15 | 349.48 | 0.8 | 0.47 |
| Hex | DA | 18 | 3A | 0 | 59 | 49 | F | 15D | 50 | 2F |
| Octal | 332 | 30 | 72 | 0 | 131 | 111 | 17 | 535 | 120 | 57 |
| Binary | 11011010 | 11000 | 111010 | 0 | 1011001 | 1001001 | 1111 | 101011101 | 1010000 | 101111 |
Color Harmonies of #DA183A
Complementary color
Monochromatic Colors of #DA183A
Black with #DA183A
Text Example
Text Example
White with #DA183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA183A; }
p { color: rgb(218,24,58); }
H1.HeaderClassName
{
color: #DA183A;
}
.AnyTagClassName
{
color: #DA183A;
}
</style>
background-color css
<style>
a { background-color: #DA183A; }
a { background-color: rgb(218,24,58); }
div.DivClassName
{
background-color: #DA183A;
}
.BgClassName
{
background-color: #DA183A;
}
</style>
border-color css
<style>
span { border-color: #DA183A; }
span { border-color: rgb(218,24,58); }
td.TdClassName
{
border-color: #DA183A;
}
.TagClassName
{
border-color: #DA183A;
}
</style>