Shades of Crimson #DA063F
Tints of Crimson #DA063F
RGB
CMYK
RGB Variations
Color information
#DA063F (or 0xDA063F) is known color: Crimson. HEX triplet: DA, 06 and 3F. RGB value is (218,6,63). Sum of RGB (Red+Green+Blue) = 218+6+63=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA063F is #25F9C0. Grayscale: #4B4B4B. Windows color (decimal): -2488769 or 4130522. OLE color: 4130522.
HSL color Cylindrical-coordinate representation of color #DA063F: hue angle of 343.87º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA063F is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.15 |
| HSL | 343.87º | 0.95% | 0.44% | - |
| HSV(B) | 343.87º | 0.97% | 0.85% | - |
| XYZ | 29.88 | 15.39 | 6.1 | - |
| YUV | 75.89 | 120.74 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 63 | 0 | 0.97 | 0.71 | 0.15 | 343.87 | 0.95 | 0.44 |
| Hex | DA | 6 | 3F | 0 | 61 | 47 | F | 158 | 5F | 2C |
| Octal | 332 | 6 | 77 | 0 | 141 | 107 | 17 | 530 | 137 | 54 |
| Binary | 11011010 | 110 | 111111 | 0 | 1100001 | 1000111 | 1111 | 101011000 | 1011111 | 101100 |
Color Harmonies of #DA063F
Complementary color
Monochromatic Colors of #DA063F
Black with #DA063F
Text Example
Text Example
White with #DA063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA063F; }
p { color: rgb(218,6,63); }
H1.HeaderClassName
{
color: #DA063F;
}
.AnyTagClassName
{
color: #DA063F;
}
</style>
background-color css
<style>
a { background-color: #DA063F; }
a { background-color: rgb(218,6,63); }
div.DivClassName
{
background-color: #DA063F;
}
.BgClassName
{
background-color: #DA063F;
}
</style>
border-color css
<style>
span { border-color: #DA063F; }
span { border-color: rgb(218,6,63); }
td.TdClassName
{
border-color: #DA063F;
}
.TagClassName
{
border-color: #DA063F;
}
</style>