Shades of Crimson #DA124C
Tints of Crimson #DA124C
RGB
CMYK
RGB Variations
Color information
#DA124C (or 0xDA124C) is known color: Crimson. HEX triplet: DA, 12 and 4C. RGB value is (218,18,76). Sum of RGB (Red+Green+Blue) = 218+18+76=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA124C is #25EDB3. Grayscale: #545454. Windows color (decimal): -2485684 or 4985562. OLE color: 4985562.
HSL color Cylindrical-coordinate representation of color #DA124C: hue angle of 342.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA124C is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 76 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.15 |
| HSL | 342.6º | 0.85% | 0.46% | - |
| HSV(B) | 342.6º | 0.92% | 0.85% | - |
| XYZ | 30.43 | 15.86 | 8.29 | - |
| YUV | 84.41 | 123.26 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 76 | 0 | 0.92 | 0.65 | 0.15 | 342.6 | 0.85 | 0.46 |
| Hex | DA | 12 | 4C | 0 | 5C | 41 | F | 157 | 55 | 2E |
| Octal | 332 | 22 | 114 | 0 | 134 | 101 | 17 | 527 | 125 | 56 |
| Binary | 11011010 | 10010 | 1001100 | 0 | 1011100 | 1000001 | 1111 | 101010111 | 1010101 | 101110 |
Color Harmonies of #DA124C
Complementary color
Monochromatic Colors of #DA124C
Black with #DA124C
Text Example
Text Example
White with #DA124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA124C; }
p { color: rgb(218,18,76); }
H1.HeaderClassName
{
color: #DA124C;
}
.AnyTagClassName
{
color: #DA124C;
}
</style>
background-color css
<style>
a { background-color: #DA124C; }
a { background-color: rgb(218,18,76); }
div.DivClassName
{
background-color: #DA124C;
}
.BgClassName
{
background-color: #DA124C;
}
</style>
border-color css
<style>
span { border-color: #DA124C; }
span { border-color: rgb(218,18,76); }
td.TdClassName
{
border-color: #DA124C;
}
.TagClassName
{
border-color: #DA124C;
}
</style>