Shades of Crimson #DA1F3C
Tints of Crimson #DA1F3C
RGB
CMYK
RGB Variations
Color information
#DA1F3C (or 0xDA1F3C) is known color: Crimson. HEX triplet: DA, 1F and 3C. RGB value is (218,31,60). Sum of RGB (Red+Green+Blue) = 218+31+60=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1F3C is #25E0C3. Grayscale: #5A5A5A. Windows color (decimal): -2482372 or 3940314. OLE color: 3940314.
HSL color Cylindrical-coordinate representation of color #DA1F3C: hue angle of 350.7º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1F3C is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 60 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.15 |
| HSL | 350.7º | 0.75% | 0.49% | - |
| HSV(B) | 350.7º | 0.86% | 0.85% | - |
| XYZ | 30.22 | 16.21 | 5.81 | - |
| YUV | 90.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 60 | 0 | 0.86 | 0.72 | 0.15 | 350.7 | 0.75 | 0.49 |
| Hex | DA | 1F | 3C | 0 | 56 | 48 | F | 15F | 4B | 31 |
| Octal | 332 | 37 | 74 | 0 | 126 | 110 | 17 | 537 | 113 | 61 |
| Binary | 11011010 | 11111 | 111100 | 0 | 1010110 | 1001000 | 1111 | 101011111 | 1001011 | 110001 |
Color Harmonies of #DA1F3C
Complementary color
Monochromatic Colors of #DA1F3C
Black with #DA1F3C
Text Example
Text Example
White with #DA1F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1F3C; }
p { color: rgb(218,31,60); }
H1.HeaderClassName
{
color: #DA1F3C;
}
.AnyTagClassName
{
color: #DA1F3C;
}
</style>
background-color css
<style>
a { background-color: #DA1F3C; }
a { background-color: rgb(218,31,60); }
div.DivClassName
{
background-color: #DA1F3C;
}
.BgClassName
{
background-color: #DA1F3C;
}
</style>
border-color css
<style>
span { border-color: #DA1F3C; }
span { border-color: rgb(218,31,60); }
td.TdClassName
{
border-color: #DA1F3C;
}
.TagClassName
{
border-color: #DA1F3C;
}
</style>