Shades of Crimson #DA123C
Tints of Crimson #DA123C
RGB
CMYK
RGB Variations
Color information
#DA123C (or 0xDA123C) is known color: Crimson. HEX triplet: DA, 12 and 3C. RGB value is (218,18,60). Sum of RGB (Red+Green+Blue) = 218+18+60=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA123C is #25EDC3. Grayscale: #525252. Windows color (decimal): -2485700 or 3936986. OLE color: 3936986.
HSL color Cylindrical-coordinate representation of color #DA123C: hue angle of 347.4º 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 #DA123C is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 60 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.15 |
| HSL | 347.4º | 0.85% | 0.46% | - |
| HSV(B) | 347.4º | 0.92% | 0.85% | - |
| XYZ | 29.95 | 15.66 | 5.72 | - |
| YUV | 82.59 | 115.26 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 60 | 0 | 0.92 | 0.72 | 0.15 | 347.4 | 0.85 | 0.46 |
| Hex | DA | 12 | 3C | 0 | 5C | 48 | F | 15B | 55 | 2E |
| Octal | 332 | 22 | 74 | 0 | 134 | 110 | 17 | 533 | 125 | 56 |
| Binary | 11011010 | 10010 | 111100 | 0 | 1011100 | 1001000 | 1111 | 101011011 | 1010101 | 101110 |
Color Harmonies of #DA123C
Complementary color
Monochromatic Colors of #DA123C
Black with #DA123C
Text Example
Text Example
White with #DA123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA123C; }
p { color: rgb(218,18,60); }
H1.HeaderClassName
{
color: #DA123C;
}
.AnyTagClassName
{
color: #DA123C;
}
</style>
background-color css
<style>
a { background-color: #DA123C; }
a { background-color: rgb(218,18,60); }
div.DivClassName
{
background-color: #DA123C;
}
.BgClassName
{
background-color: #DA123C;
}
</style>
border-color css
<style>
span { border-color: #DA123C; }
span { border-color: rgb(218,18,60); }
td.TdClassName
{
border-color: #DA123C;
}
.TagClassName
{
border-color: #DA123C;
}
</style>