Shades of Crimson #DA132E
Tints of Crimson #DA132E
RGB
CMYK
RGB Variations
Color information
#DA132E (or 0xDA132E) is known color: Crimson. HEX triplet: DA, 13 and 2E. RGB value is (218,19,46). Sum of RGB (Red+Green+Blue) = 218+19+46=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA132E is #25ECD1. Grayscale: #515151. Windows color (decimal): -2485458 or 3019738. OLE color: 3019738.
HSL color Cylindrical-coordinate representation of color #DA132E: hue angle of 351.86º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA132E is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 46 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.15 |
| HSL | 351.86º | 0.84% | 0.46% | - |
| HSV(B) | 351.86º | 0.91% | 0.85% | - |
| XYZ | 29.64 | 15.57 | 4.03 | - |
| YUV | 81.58 | 107.93 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 46 | 0 | 0.91 | 0.79 | 0.15 | 351.86 | 0.84 | 0.46 |
| Hex | DA | 13 | 2E | 0 | 5B | 4F | F | 160 | 54 | 2E |
| Octal | 332 | 23 | 56 | 0 | 133 | 117 | 17 | 540 | 124 | 56 |
| Binary | 11011010 | 10011 | 101110 | 0 | 1011011 | 1001111 | 1111 | 101100000 | 1010100 | 101110 |
Color Harmonies of #DA132E
Complementary color
Monochromatic Colors of #DA132E
Black with #DA132E
Text Example
Text Example
White with #DA132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA132E; }
p { color: rgb(218,19,46); }
H1.HeaderClassName
{
color: #DA132E;
}
.AnyTagClassName
{
color: #DA132E;
}
</style>
background-color css
<style>
a { background-color: #DA132E; }
a { background-color: rgb(218,19,46); }
div.DivClassName
{
background-color: #DA132E;
}
.BgClassName
{
background-color: #DA132E;
}
</style>
border-color css
<style>
span { border-color: #DA132E; }
span { border-color: rgb(218,19,46); }
td.TdClassName
{
border-color: #DA132E;
}
.TagClassName
{
border-color: #DA132E;
}
</style>