Shades of Crimson #DA013C
Tints of Crimson #DA013C
RGB
CMYK
RGB Variations
Color information
#DA013C (or 0xDA013C) is known color: Crimson. HEX triplet: DA, 01 and 3C. RGB value is (218,1,60). Sum of RGB (Red+Green+Blue) = 218+1+60=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA013C is #25FEC3. Grayscale: #484848. Windows color (decimal): -2490052 or 3932634. OLE color: 3932634.
HSL color Cylindrical-coordinate representation of color #DA013C: hue angle of 343.69º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA013C is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.15 |
| HSL | 343.69º | 0.99% | 0.43% | - |
| HSV(B) | 343.69º | 1% | 0.85% | - |
| XYZ | 29.74 | 15.25 | 5.65 | - |
| YUV | 72.61 | 120.89 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 60 | 0 | 1.00 | 0.72 | 0.15 | 343.69 | 0.99 | 0.43 |
| Hex | DA | 1 | 3C | 0 | 64 | 48 | F | 158 | 63 | 2B |
| Octal | 332 | 1 | 74 | 0 | 144 | 110 | 17 | 530 | 143 | 53 |
| Binary | 11011010 | 1 | 111100 | 0 | 1100100 | 1001000 | 1111 | 101011000 | 1100011 | 101011 |
Color Harmonies of #DA013C
Complementary color
Monochromatic Colors of #DA013C
Black with #DA013C
Text Example
Text Example
White with #DA013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA013C; }
p { color: rgb(218,1,60); }
H1.HeaderClassName
{
color: #DA013C;
}
.AnyTagClassName
{
color: #DA013C;
}
</style>
background-color css
<style>
a { background-color: #DA013C; }
a { background-color: rgb(218,1,60); }
div.DivClassName
{
background-color: #DA013C;
}
.BgClassName
{
background-color: #DA013C;
}
</style>
border-color css
<style>
span { border-color: #DA013C; }
span { border-color: rgb(218,1,60); }
td.TdClassName
{
border-color: #DA013C;
}
.TagClassName
{
border-color: #DA013C;
}
</style>