Shades of Crimson #DA082F
Tints of Crimson #DA082F
RGB
CMYK
RGB Variations
Color information
#DA082F (or 0xDA082F) is known color: Crimson. HEX triplet: DA, 08 and 2F. RGB value is (218,8,47). Sum of RGB (Red+Green+Blue) = 218+8+47=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA082F is #25F7D0. Grayscale: #4B4B4B. Windows color (decimal): -2488273 or 3082458. OLE color: 3082458.
HSL color Cylindrical-coordinate representation of color #DA082F: hue angle of 348.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA082F is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.15 |
| HSL | 348.86º | 0.93% | 0.44% | - |
| HSV(B) | 348.86º | 0.96% | 0.85% | - |
| XYZ | 29.51 | 15.28 | 4.08 | - |
| YUV | 75.24 | 112.07 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 47 | 0 | 0.96 | 0.78 | 0.15 | 348.86 | 0.93 | 0.44 |
| Hex | DA | 8 | 2F | 0 | 60 | 4E | F | 15D | 5D | 2C |
| Octal | 332 | 10 | 57 | 0 | 140 | 116 | 17 | 535 | 135 | 54 |
| Binary | 11011010 | 1000 | 101111 | 0 | 1100000 | 1001110 | 1111 | 101011101 | 1011101 | 101100 |
Color Harmonies of #DA082F
Complementary color
Monochromatic Colors of #DA082F
Black with #DA082F
Text Example
Text Example
White with #DA082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA082F; }
p { color: rgb(218,8,47); }
H1.HeaderClassName
{
color: #DA082F;
}
.AnyTagClassName
{
color: #DA082F;
}
</style>
background-color css
<style>
a { background-color: #DA082F; }
a { background-color: rgb(218,8,47); }
div.DivClassName
{
background-color: #DA082F;
}
.BgClassName
{
background-color: #DA082F;
}
</style>
border-color css
<style>
span { border-color: #DA082F; }
span { border-color: rgb(218,8,47); }
td.TdClassName
{
border-color: #DA082F;
}
.TagClassName
{
border-color: #DA082F;
}
</style>