Shades of Crimson #DA1432
Tints of Crimson #DA1432
RGB
CMYK
RGB Variations
Color information
#DA1432 (or 0xDA1432) is known color: Crimson. HEX triplet: DA, 14 and 32. RGB value is (218,20,50). Sum of RGB (Red+Green+Blue) = 218+20+50=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1432 is #25EBCD. Grayscale: #525252. Windows color (decimal): -2485198 or 3282138. OLE color: 3282138.
HSL color Cylindrical-coordinate representation of color #DA1432: hue angle of 350.91º 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 #DA1432 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 50 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.15 |
| HSL | 350.91º | 0.83% | 0.47% | - |
| HSV(B) | 350.91º | 0.91% | 0.85% | - |
| XYZ | 29.74 | 15.64 | 4.47 | - |
| YUV | 82.62 | 109.6 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 50 | 0 | 0.91 | 0.77 | 0.15 | 350.91 | 0.83 | 0.47 |
| Hex | DA | 14 | 32 | 0 | 5B | 4D | F | 15F | 53 | 2F |
| Octal | 332 | 24 | 62 | 0 | 133 | 115 | 17 | 537 | 123 | 57 |
| Binary | 11011010 | 10100 | 110010 | 0 | 1011011 | 1001101 | 1111 | 101011111 | 1010011 | 101111 |
Color Harmonies of #DA1432
Complementary color
Monochromatic Colors of #DA1432
Black with #DA1432
Text Example
Text Example
White with #DA1432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1432; }
p { color: rgb(218,20,50); }
H1.HeaderClassName
{
color: #DA1432;
}
.AnyTagClassName
{
color: #DA1432;
}
</style>
background-color css
<style>
a { background-color: #DA1432; }
a { background-color: rgb(218,20,50); }
div.DivClassName
{
background-color: #DA1432;
}
.BgClassName
{
background-color: #DA1432;
}
</style>
border-color css
<style>
span { border-color: #DA1432; }
span { border-color: rgb(218,20,50); }
td.TdClassName
{
border-color: #DA1432;
}
.TagClassName
{
border-color: #DA1432;
}
</style>