Shades of Crimson #DA013F
Tints of Crimson #DA013F
RGB
CMYK
RGB Variations
Color information
#DA013F (or 0xDA013F) is known color: Crimson. HEX triplet: DA, 01 and 3F. RGB value is (218,1,63). Sum of RGB (Red+Green+Blue) = 218+1+63=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA013F is #25FEC0. Grayscale: #484848. Windows color (decimal): -2490049 or 4129242. OLE color: 4129242.
HSL color Cylindrical-coordinate representation of color #DA013F: hue angle of 342.86º 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 #DA013F is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.15 |
| HSL | 342.86º | 0.99% | 0.43% | - |
| HSV(B) | 342.86º | 1% | 0.85% | - |
| XYZ | 29.82 | 15.29 | 6.08 | - |
| YUV | 72.95 | 122.39 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 63 | 0 | 1.00 | 0.71 | 0.15 | 342.86 | 0.99 | 0.43 |
| Hex | DA | 1 | 3F | 0 | 64 | 47 | F | 157 | 63 | 2B |
| Octal | 332 | 1 | 77 | 0 | 144 | 107 | 17 | 527 | 143 | 53 |
| Binary | 11011010 | 1 | 111111 | 0 | 1100100 | 1000111 | 1111 | 101010111 | 1100011 | 101011 |
Color Harmonies of #DA013F
Complementary color
Monochromatic Colors of #DA013F
Black with #DA013F
Text Example
Text Example
White with #DA013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA013F; }
p { color: rgb(218,1,63); }
H1.HeaderClassName
{
color: #DA013F;
}
.AnyTagClassName
{
color: #DA013F;
}
</style>
background-color css
<style>
a { background-color: #DA013F; }
a { background-color: rgb(218,1,63); }
div.DivClassName
{
background-color: #DA013F;
}
.BgClassName
{
background-color: #DA013F;
}
</style>
border-color css
<style>
span { border-color: #DA013F; }
span { border-color: rgb(218,1,63); }
td.TdClassName
{
border-color: #DA013F;
}
.TagClassName
{
border-color: #DA013F;
}
</style>