Shades of Crimson #DA0432
Tints of Crimson #DA0432
RGB
CMYK
RGB Variations
Color information
#DA0432 (or 0xDA0432) is known color: Crimson. HEX triplet: DA, 04 and 32. RGB value is (218,4,50). Sum of RGB (Red+Green+Blue) = 218+4+50=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0432 is #25FBCD. Grayscale: #494949. Windows color (decimal): -2489294 or 3278042. OLE color: 3278042.
HSL color Cylindrical-coordinate representation of color #DA0432: hue angle of 347.1º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0432 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.15 |
| HSL | 347.1º | 0.96% | 0.44% | - |
| HSV(B) | 347.1º | 0.98% | 0.85% | - |
| XYZ | 29.53 | 15.22 | 4.4 | - |
| YUV | 73.23 | 114.9 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 50 | 0 | 0.98 | 0.77 | 0.15 | 347.1 | 0.96 | 0.44 |
| Hex | DA | 4 | 32 | 0 | 62 | 4D | F | 15B | 60 | 2C |
| Octal | 332 | 4 | 62 | 0 | 142 | 115 | 17 | 533 | 140 | 54 |
| Binary | 11011010 | 100 | 110010 | 0 | 1100010 | 1001101 | 1111 | 101011011 | 1100000 | 101100 |
Color Harmonies of #DA0432
Complementary color
Monochromatic Colors of #DA0432
Black with #DA0432
Text Example
Text Example
White with #DA0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0432; }
p { color: rgb(218,4,50); }
H1.HeaderClassName
{
color: #DA0432;
}
.AnyTagClassName
{
color: #DA0432;
}
</style>
background-color css
<style>
a { background-color: #DA0432; }
a { background-color: rgb(218,4,50); }
div.DivClassName
{
background-color: #DA0432;
}
.BgClassName
{
background-color: #DA0432;
}
</style>
border-color css
<style>
span { border-color: #DA0432; }
span { border-color: rgb(218,4,50); }
td.TdClassName
{
border-color: #DA0432;
}
.TagClassName
{
border-color: #DA0432;
}
</style>