Shades of Crimson #DA1434
Tints of Crimson #DA1434
RGB
CMYK
RGB Variations
Color information
#DA1434 (or 0xDA1434) is known color: Crimson. HEX triplet: DA, 14 and 34. RGB value is (218,20,52). Sum of RGB (Red+Green+Blue) = 218+20+52=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1434 is #25EBCB. Grayscale: #525252. Windows color (decimal): -2485196 or 3413210. OLE color: 3413210.
HSL color Cylindrical-coordinate representation of color #DA1434: hue angle of 350.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1434 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 52 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.15 |
| HSL | 350.3º | 0.83% | 0.47% | - |
| HSV(B) | 350.3º | 0.91% | 0.85% | - |
| XYZ | 29.78 | 15.65 | 4.7 | - |
| YUV | 82.85 | 110.6 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 52 | 0 | 0.91 | 0.76 | 0.15 | 350.3 | 0.83 | 0.47 |
| Hex | DA | 14 | 34 | 0 | 5B | 4C | F | 15E | 53 | 2F |
| Octal | 332 | 24 | 64 | 0 | 133 | 114 | 17 | 536 | 123 | 57 |
| Binary | 11011010 | 10100 | 110100 | 0 | 1011011 | 1001100 | 1111 | 101011110 | 1010011 | 101111 |
Color Harmonies of #DA1434
Complementary color
Monochromatic Colors of #DA1434
Black with #DA1434
Text Example
Text Example
White with #DA1434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1434; }
p { color: rgb(218,20,52); }
H1.HeaderClassName
{
color: #DA1434;
}
.AnyTagClassName
{
color: #DA1434;
}
</style>
background-color css
<style>
a { background-color: #DA1434; }
a { background-color: rgb(218,20,52); }
div.DivClassName
{
background-color: #DA1434;
}
.BgClassName
{
background-color: #DA1434;
}
</style>
border-color css
<style>
span { border-color: #DA1434; }
span { border-color: rgb(218,20,52); }
td.TdClassName
{
border-color: #DA1434;
}
.TagClassName
{
border-color: #DA1434;
}
</style>