Shades of Crimson #DA063C
Tints of Crimson #DA063C
RGB
CMYK
RGB Variations
Color information
#DA063C (or 0xDA063C) is known color: Crimson. HEX triplet: DA, 06 and 3C. RGB value is (218,6,60). Sum of RGB (Red+Green+Blue) = 218+6+60=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA063C is #25F9C3. Grayscale: #4B4B4B. Windows color (decimal): -2488772 or 3933914. OLE color: 3933914.
HSL color Cylindrical-coordinate representation of color #DA063C: hue angle of 344.72º 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 #DA063C is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 60 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.15 |
| HSL | 344.72º | 0.95% | 0.44% | - |
| HSV(B) | 344.72º | 0.97% | 0.85% | - |
| XYZ | 29.79 | 15.36 | 5.67 | - |
| YUV | 75.54 | 119.24 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 60 | 0 | 0.97 | 0.72 | 0.15 | 344.72 | 0.95 | 0.44 |
| Hex | DA | 6 | 3C | 0 | 61 | 48 | F | 159 | 5F | 2C |
| Octal | 332 | 6 | 74 | 0 | 141 | 110 | 17 | 531 | 137 | 54 |
| Binary | 11011010 | 110 | 111100 | 0 | 1100001 | 1001000 | 1111 | 101011001 | 1011111 | 101100 |
Color Harmonies of #DA063C
Complementary color
Monochromatic Colors of #DA063C
Black with #DA063C
Text Example
Text Example
White with #DA063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA063C; }
p { color: rgb(218,6,60); }
H1.HeaderClassName
{
color: #DA063C;
}
.AnyTagClassName
{
color: #DA063C;
}
</style>
background-color css
<style>
a { background-color: #DA063C; }
a { background-color: rgb(218,6,60); }
div.DivClassName
{
background-color: #DA063C;
}
.BgClassName
{
background-color: #DA063C;
}
</style>
border-color css
<style>
span { border-color: #DA063C; }
span { border-color: rgb(218,6,60); }
td.TdClassName
{
border-color: #DA063C;
}
.TagClassName
{
border-color: #DA063C;
}
</style>