Shades of Crimson #DA213E
Tints of Crimson #DA213E
RGB
CMYK
RGB Variations
Color information
#DA213E (or 0xDA213E) is known color: Crimson. HEX triplet: DA, 21 and 3E. RGB value is (218,33,62). Sum of RGB (Red+Green+Blue) = 218+33+62=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA213E is #25DEC1. Grayscale: #5B5B5B. Windows color (decimal): -2481858 or 4071898. OLE color: 4071898.
HSL color Cylindrical-coordinate representation of color #DA213E: hue angle of 350.59º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA213E is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 62 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.15 |
| HSL | 350.59º | 0.74% | 0.49% | - |
| HSV(B) | 350.59º | 0.85% | 0.85% | - |
| XYZ | 30.33 | 16.34 | 6.11 | - |
| YUV | 91.62 | 111.29 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 62 | 0 | 0.85 | 0.72 | 0.15 | 350.59 | 0.74 | 0.49 |
| Hex | DA | 21 | 3E | 0 | 55 | 48 | F | 15F | 4A | 31 |
| Octal | 332 | 41 | 76 | 0 | 125 | 110 | 17 | 537 | 112 | 61 |
| Binary | 11011010 | 100001 | 111110 | 0 | 1010101 | 1001000 | 1111 | 101011111 | 1001010 | 110001 |
Color Harmonies of #DA213E
Complementary color
Monochromatic Colors of #DA213E
Black with #DA213E
Text Example
Text Example
White with #DA213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA213E; }
p { color: rgb(218,33,62); }
H1.HeaderClassName
{
color: #DA213E;
}
.AnyTagClassName
{
color: #DA213E;
}
</style>
background-color css
<style>
a { background-color: #DA213E; }
a { background-color: rgb(218,33,62); }
div.DivClassName
{
background-color: #DA213E;
}
.BgClassName
{
background-color: #DA213E;
}
</style>
border-color css
<style>
span { border-color: #DA213E; }
span { border-color: rgb(218,33,62); }
td.TdClassName
{
border-color: #DA213E;
}
.TagClassName
{
border-color: #DA213E;
}
</style>