Shades of Crimson #DA183E
Tints of Crimson #DA183E
RGB
CMYK
RGB Variations
Color information
#DA183E (or 0xDA183E) is known color: Crimson. HEX triplet: DA, 18 and 3E. RGB value is (218,24,62). Sum of RGB (Red+Green+Blue) = 218+24+62=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA183E is #25E7C1. Grayscale: #565656. Windows color (decimal): -2484162 or 4069594. OLE color: 4069594.
HSL color Cylindrical-coordinate representation of color #DA183E: hue angle of 348.25º 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 #DA183E is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 62 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.15 |
| HSL | 348.25º | 0.8% | 0.47% | - |
| HSV(B) | 348.25º | 0.89% | 0.85% | - |
| XYZ | 30.11 | 15.91 | 6.04 | - |
| YUV | 86.34 | 114.27 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 62 | 0 | 0.89 | 0.72 | 0.15 | 348.25 | 0.8 | 0.47 |
| Hex | DA | 18 | 3E | 0 | 59 | 48 | F | 15C | 50 | 2F |
| Octal | 332 | 30 | 76 | 0 | 131 | 110 | 17 | 534 | 120 | 57 |
| Binary | 11011010 | 11000 | 111110 | 0 | 1011001 | 1001000 | 1111 | 101011100 | 1010000 | 101111 |
Color Harmonies of #DA183E
Complementary color
Monochromatic Colors of #DA183E
Black with #DA183E
Text Example
Text Example
White with #DA183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA183E; }
p { color: rgb(218,24,62); }
H1.HeaderClassName
{
color: #DA183E;
}
.AnyTagClassName
{
color: #DA183E;
}
</style>
background-color css
<style>
a { background-color: #DA183E; }
a { background-color: rgb(218,24,62); }
div.DivClassName
{
background-color: #DA183E;
}
.BgClassName
{
background-color: #DA183E;
}
</style>
border-color css
<style>
span { border-color: #DA183E; }
span { border-color: rgb(218,24,62); }
td.TdClassName
{
border-color: #DA183E;
}
.TagClassName
{
border-color: #DA183E;
}
</style>