Shades of Crimson #DA082E
Tints of Crimson #DA082E
RGB
CMYK
RGB Variations
Color information
#DA082E (or 0xDA082E) is known color: Crimson. HEX triplet: DA, 08 and 2E. RGB value is (218,8,46). Sum of RGB (Red+Green+Blue) = 218+8+46=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA082E is #25F7D1. Grayscale: #4B4B4B. Windows color (decimal): -2488274 or 3016922. OLE color: 3016922.
HSL color Cylindrical-coordinate representation of color #DA082E: hue angle of 349.14º 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 #DA082E is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 46 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.15 |
| HSL | 349.14º | 0.93% | 0.44% | - |
| HSV(B) | 349.14º | 0.96% | 0.85% | - |
| XYZ | 29.49 | 15.28 | 3.98 | - |
| YUV | 75.12 | 111.57 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 46 | 0 | 0.96 | 0.79 | 0.15 | 349.14 | 0.93 | 0.44 |
| Hex | DA | 8 | 2E | 0 | 60 | 4F | F | 15D | 5D | 2C |
| Octal | 332 | 10 | 56 | 0 | 140 | 117 | 17 | 535 | 135 | 54 |
| Binary | 11011010 | 1000 | 101110 | 0 | 1100000 | 1001111 | 1111 | 101011101 | 1011101 | 101100 |
Color Harmonies of #DA082E
Complementary color
Monochromatic Colors of #DA082E
Black with #DA082E
Text Example
Text Example
White with #DA082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA082E; }
p { color: rgb(218,8,46); }
H1.HeaderClassName
{
color: #DA082E;
}
.AnyTagClassName
{
color: #DA082E;
}
</style>
background-color css
<style>
a { background-color: #DA082E; }
a { background-color: rgb(218,8,46); }
div.DivClassName
{
background-color: #DA082E;
}
.BgClassName
{
background-color: #DA082E;
}
</style>
border-color css
<style>
span { border-color: #DA082E; }
span { border-color: rgb(218,8,46); }
td.TdClassName
{
border-color: #DA082E;
}
.TagClassName
{
border-color: #DA082E;
}
</style>