Shades of Crimson #DA183D
Tints of Crimson #DA183D
RGB
CMYK
RGB Variations
Color information
#DA183D (or 0xDA183D) is known color: Crimson. HEX triplet: DA, 18 and 3D. RGB value is (218,24,61). Sum of RGB (Red+Green+Blue) = 218+24+61=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA183D is #25E7C2. Grayscale: #565656. Windows color (decimal): -2484163 or 4004058. OLE color: 4004058.
HSL color Cylindrical-coordinate representation of color #DA183D: hue angle of 348.56º 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 #DA183D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 61 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.15 |
| HSL | 348.56º | 0.8% | 0.47% | - |
| HSV(B) | 348.56º | 0.89% | 0.85% | - |
| XYZ | 30.08 | 15.9 | 5.9 | - |
| YUV | 86.22 | 113.77 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 61 | 0 | 0.89 | 0.72 | 0.15 | 348.56 | 0.8 | 0.47 |
| Hex | DA | 18 | 3D | 0 | 59 | 48 | F | 15D | 50 | 2F |
| Octal | 332 | 30 | 75 | 0 | 131 | 110 | 17 | 535 | 120 | 57 |
| Binary | 11011010 | 11000 | 111101 | 0 | 1011001 | 1001000 | 1111 | 101011101 | 1010000 | 101111 |
Color Harmonies of #DA183D
Complementary color
Monochromatic Colors of #DA183D
Black with #DA183D
Text Example
Text Example
White with #DA183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA183D; }
p { color: rgb(218,24,61); }
H1.HeaderClassName
{
color: #DA183D;
}
.AnyTagClassName
{
color: #DA183D;
}
</style>
background-color css
<style>
a { background-color: #DA183D; }
a { background-color: rgb(218,24,61); }
div.DivClassName
{
background-color: #DA183D;
}
.BgClassName
{
background-color: #DA183D;
}
</style>
border-color css
<style>
span { border-color: #DA183D; }
span { border-color: rgb(218,24,61); }
td.TdClassName
{
border-color: #DA183D;
}
.TagClassName
{
border-color: #DA183D;
}
</style>