Shades of Crimson #DA123A
Tints of Crimson #DA123A
RGB
CMYK
RGB Variations
Color information
#DA123A (or 0xDA123A) is known color: Crimson. HEX triplet: DA, 12 and 3A. RGB value is (218,18,58). Sum of RGB (Red+Green+Blue) = 218+18+58=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA123A is #25EDC5. Grayscale: #525252. Windows color (decimal): -2485702 or 3805914. OLE color: 3805914.
HSL color Cylindrical-coordinate representation of color #DA123A: hue angle of 348º 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 #DA123A is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 58 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.15 |
| HSL | 348º | 0.85% | 0.46% | - |
| HSV(B) | 348º | 0.92% | 0.85% | - |
| XYZ | 29.89 | 15.64 | 5.45 | - |
| YUV | 82.36 | 114.26 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 58 | 0 | 0.92 | 0.73 | 0.15 | 348 | 0.85 | 0.46 |
| Hex | DA | 12 | 3A | 0 | 5C | 49 | F | 15C | 55 | 2E |
| Octal | 332 | 22 | 72 | 0 | 134 | 111 | 17 | 534 | 125 | 56 |
| Binary | 11011010 | 10010 | 111010 | 0 | 1011100 | 1001001 | 1111 | 101011100 | 1010101 | 101110 |
Color Harmonies of #DA123A
Complementary color
Monochromatic Colors of #DA123A
Black with #DA123A
Text Example
Text Example
White with #DA123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA123A; }
p { color: rgb(218,18,58); }
H1.HeaderClassName
{
color: #DA123A;
}
.AnyTagClassName
{
color: #DA123A;
}
</style>
background-color css
<style>
a { background-color: #DA123A; }
a { background-color: rgb(218,18,58); }
div.DivClassName
{
background-color: #DA123A;
}
.BgClassName
{
background-color: #DA123A;
}
</style>
border-color css
<style>
span { border-color: #DA123A; }
span { border-color: rgb(218,18,58); }
td.TdClassName
{
border-color: #DA123A;
}
.TagClassName
{
border-color: #DA123A;
}
</style>