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