Shades of Crimson #DA032E
Tints of Crimson #DA032E
RGB
CMYK
RGB Variations
Color information
#DA032E (or 0xDA032E) is known color: Crimson. HEX triplet: DA, 03 and 2E. RGB value is (218,3,46). Sum of RGB (Red+Green+Blue) = 218+3+46=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA032E is #25FCD1. Grayscale: #484848. Windows color (decimal): -2489554 or 3015642. OLE color: 3015642.
HSL color Cylindrical-coordinate representation of color #DA032E: hue angle of 348º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA032E is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 46 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.15 |
| HSL | 348º | 0.97% | 0.43% | - |
| HSV(B) | 348º | 0.99% | 0.85% | - |
| XYZ | 29.44 | 15.17 | 3.96 | - |
| YUV | 72.19 | 113.23 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 46 | 0 | 0.99 | 0.79 | 0.15 | 348 | 0.97 | 0.43 |
| Hex | DA | 3 | 2E | 0 | 63 | 4F | F | 15C | 61 | 2B |
| Octal | 332 | 3 | 56 | 0 | 143 | 117 | 17 | 534 | 141 | 53 |
| Binary | 11011010 | 11 | 101110 | 0 | 1100011 | 1001111 | 1111 | 101011100 | 1100001 | 101011 |
Color Harmonies of #DA032E
Complementary color
Monochromatic Colors of #DA032E
Black with #DA032E
Text Example
Text Example
White with #DA032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA032E; }
p { color: rgb(218,3,46); }
H1.HeaderClassName
{
color: #DA032E;
}
.AnyTagClassName
{
color: #DA032E;
}
</style>
background-color css
<style>
a { background-color: #DA032E; }
a { background-color: rgb(218,3,46); }
div.DivClassName
{
background-color: #DA032E;
}
.BgClassName
{
background-color: #DA032E;
}
</style>
border-color css
<style>
span { border-color: #DA032E; }
span { border-color: rgb(218,3,46); }
td.TdClassName
{
border-color: #DA032E;
}
.TagClassName
{
border-color: #DA032E;
}
</style>