Shades of Crimson #DA0431
Tints of Crimson #DA0431
RGB
CMYK
RGB Variations
Color information
#DA0431 (or 0xDA0431) is known color: Crimson. HEX triplet: DA, 04 and 31. RGB value is (218,4,49). Sum of RGB (Red+Green+Blue) = 218+4+49=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0431 is #25FBCE. Grayscale: #494949. Windows color (decimal): -2489295 or 3212506. OLE color: 3212506.
HSL color Cylindrical-coordinate representation of color #DA0431: hue angle of 347.38º 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 #DA0431 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 49 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.15 |
| HSL | 347.38º | 0.96% | 0.44% | - |
| HSV(B) | 347.38º | 0.98% | 0.85% | - |
| XYZ | 29.51 | 15.21 | 4.29 | - |
| YUV | 73.12 | 114.4 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 49 | 0 | 0.98 | 0.78 | 0.15 | 347.38 | 0.96 | 0.44 |
| Hex | DA | 4 | 31 | 0 | 62 | 4E | F | 15B | 60 | 2C |
| Octal | 332 | 4 | 61 | 0 | 142 | 116 | 17 | 533 | 140 | 54 |
| Binary | 11011010 | 100 | 110001 | 0 | 1100010 | 1001110 | 1111 | 101011011 | 1100000 | 101100 |
Color Harmonies of #DA0431
Complementary color
Monochromatic Colors of #DA0431
Black with #DA0431
Text Example
Text Example
White with #DA0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0431; }
p { color: rgb(218,4,49); }
H1.HeaderClassName
{
color: #DA0431;
}
.AnyTagClassName
{
color: #DA0431;
}
</style>
background-color css
<style>
a { background-color: #DA0431; }
a { background-color: rgb(218,4,49); }
div.DivClassName
{
background-color: #DA0431;
}
.BgClassName
{
background-color: #DA0431;
}
</style>
border-color css
<style>
span { border-color: #DA0431; }
span { border-color: rgb(218,4,49); }
td.TdClassName
{
border-color: #DA0431;
}
.TagClassName
{
border-color: #DA0431;
}
</style>