Shades of Crimson #DA132D
Tints of Crimson #DA132D
RGB
CMYK
RGB Variations
Color information
#DA132D (or 0xDA132D) is known color: Crimson. HEX triplet: DA, 13 and 2D. RGB value is (218,19,45). Sum of RGB (Red+Green+Blue) = 218+19+45=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA132D is #25ECD2. Grayscale: #515151. Windows color (decimal): -2485459 or 2954202. OLE color: 2954202.
HSL color Cylindrical-coordinate representation of color #DA132D: hue angle of 352.16º 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 #DA132D is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.15 |
| HSL | 352.16º | 0.84% | 0.46% | - |
| HSV(B) | 352.16º | 0.91% | 0.85% | - |
| XYZ | 29.62 | 15.56 | 3.92 | - |
| YUV | 81.47 | 107.43 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 45 | 0 | 0.91 | 0.79 | 0.15 | 352.16 | 0.84 | 0.46 |
| Hex | DA | 13 | 2D | 0 | 5B | 4F | F | 160 | 54 | 2E |
| Octal | 332 | 23 | 55 | 0 | 133 | 117 | 17 | 540 | 124 | 56 |
| Binary | 11011010 | 10011 | 101101 | 0 | 1011011 | 1001111 | 1111 | 101100000 | 1010100 | 101110 |
Color Harmonies of #DA132D
Complementary color
Monochromatic Colors of #DA132D
Black with #DA132D
Text Example
Text Example
White with #DA132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA132D; }
p { color: rgb(218,19,45); }
H1.HeaderClassName
{
color: #DA132D;
}
.AnyTagClassName
{
color: #DA132D;
}
</style>
background-color css
<style>
a { background-color: #DA132D; }
a { background-color: rgb(218,19,45); }
div.DivClassName
{
background-color: #DA132D;
}
.BgClassName
{
background-color: #DA132D;
}
</style>
border-color css
<style>
span { border-color: #DA132D; }
span { border-color: rgb(218,19,45); }
td.TdClassName
{
border-color: #DA132D;
}
.TagClassName
{
border-color: #DA132D;
}
</style>