Shades of Crimson #DA062F
Tints of Crimson #DA062F
RGB
CMYK
RGB Variations
Color information
#DA062F (or 0xDA062F) is known color: Crimson. HEX triplet: DA, 06 and 2F. RGB value is (218,6,47). Sum of RGB (Red+Green+Blue) = 218+6+47=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA062F is #25F9D0. Grayscale: #4A4A4A. Windows color (decimal): -2488785 or 3081946. OLE color: 3081946.
HSL color Cylindrical-coordinate representation of color #DA062F: hue angle of 348.4º 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 #DA062F is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 47 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.15 |
| HSL | 348.4º | 0.95% | 0.44% | - |
| HSV(B) | 348.4º | 0.97% | 0.85% | - |
| XYZ | 29.49 | 15.24 | 4.08 | - |
| YUV | 74.06 | 112.74 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 47 | 0 | 0.97 | 0.78 | 0.15 | 348.4 | 0.95 | 0.44 |
| Hex | DA | 6 | 2F | 0 | 61 | 4E | F | 15C | 5F | 2C |
| Octal | 332 | 6 | 57 | 0 | 141 | 116 | 17 | 534 | 137 | 54 |
| Binary | 11011010 | 110 | 101111 | 0 | 1100001 | 1001110 | 1111 | 101011100 | 1011111 | 101100 |
Color Harmonies of #DA062F
Complementary color
Monochromatic Colors of #DA062F
Black with #DA062F
Text Example
Text Example
White with #DA062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA062F; }
p { color: rgb(218,6,47); }
H1.HeaderClassName
{
color: #DA062F;
}
.AnyTagClassName
{
color: #DA062F;
}
</style>
background-color css
<style>
a { background-color: #DA062F; }
a { background-color: rgb(218,6,47); }
div.DivClassName
{
background-color: #DA062F;
}
.BgClassName
{
background-color: #DA062F;
}
</style>
border-color css
<style>
span { border-color: #DA062F; }
span { border-color: rgb(218,6,47); }
td.TdClassName
{
border-color: #DA062F;
}
.TagClassName
{
border-color: #DA062F;
}
</style>