Shades of Crimson #DA134D
Tints of Crimson #DA134D
RGB
CMYK
RGB Variations
Color information
#DA134D (or 0xDA134D) is known color: Crimson. HEX triplet: DA, 13 and 4D. RGB value is (218,19,77). Sum of RGB (Red+Green+Blue) = 218+19+77=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA134D is #25ECB2. Grayscale: #555555. Windows color (decimal): -2485427 or 5051354. OLE color: 5051354.
HSL color Cylindrical-coordinate representation of color #DA134D: hue angle of 342.51º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA134D is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 77 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.15 |
| HSL | 342.51º | 0.84% | 0.46% | - |
| HSV(B) | 342.51º | 0.91% | 0.85% | - |
| XYZ | 30.49 | 15.91 | 8.48 | - |
| YUV | 85.11 | 123.43 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 77 | 0 | 0.91 | 0.65 | 0.15 | 342.51 | 0.84 | 0.46 |
| Hex | DA | 13 | 4D | 0 | 5B | 41 | F | 157 | 54 | 2E |
| Octal | 332 | 23 | 115 | 0 | 133 | 101 | 17 | 527 | 124 | 56 |
| Binary | 11011010 | 10011 | 1001101 | 0 | 1011011 | 1000001 | 1111 | 101010111 | 1010100 | 101110 |
Color Harmonies of #DA134D
Complementary color
Monochromatic Colors of #DA134D
Black with #DA134D
Text Example
Text Example
White with #DA134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA134D; }
p { color: rgb(218,19,77); }
H1.HeaderClassName
{
color: #DA134D;
}
.AnyTagClassName
{
color: #DA134D;
}
</style>
background-color css
<style>
a { background-color: #DA134D; }
a { background-color: rgb(218,19,77); }
div.DivClassName
{
background-color: #DA134D;
}
.BgClassName
{
background-color: #DA134D;
}
</style>
border-color css
<style>
span { border-color: #DA134D; }
span { border-color: rgb(218,19,77); }
td.TdClassName
{
border-color: #DA134D;
}
.TagClassName
{
border-color: #DA134D;
}
</style>