Shades of Crimson #DA083D
Tints of Crimson #DA083D
RGB
CMYK
RGB Variations
Color information
#DA083D (or 0xDA083D) is known color: Crimson. HEX triplet: DA, 08 and 3D. RGB value is (218,8,61). Sum of RGB (Red+Green+Blue) = 218+8+61=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA083D is #25F7C2. Grayscale: #4C4C4C. Windows color (decimal): -2488259 or 3999962. OLE color: 3999962.
HSL color Cylindrical-coordinate representation of color #DA083D: hue angle of 344.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 #DA083D is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 61 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.15 |
| HSL | 344.86º | 0.93% | 0.44% | - |
| HSV(B) | 344.86º | 0.96% | 0.85% | - |
| XYZ | 29.84 | 15.42 | 5.82 | - |
| YUV | 76.83 | 119.07 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 61 | 0 | 0.96 | 0.72 | 0.15 | 344.86 | 0.93 | 0.44 |
| Hex | DA | 8 | 3D | 0 | 60 | 48 | F | 159 | 5D | 2C |
| Octal | 332 | 10 | 75 | 0 | 140 | 110 | 17 | 531 | 135 | 54 |
| Binary | 11011010 | 1000 | 111101 | 0 | 1100000 | 1001000 | 1111 | 101011001 | 1011101 | 101100 |
Color Harmonies of #DA083D
Complementary color
Monochromatic Colors of #DA083D
Black with #DA083D
Text Example
Text Example
White with #DA083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA083D; }
p { color: rgb(218,8,61); }
H1.HeaderClassName
{
color: #DA083D;
}
.AnyTagClassName
{
color: #DA083D;
}
</style>
background-color css
<style>
a { background-color: #DA083D; }
a { background-color: rgb(218,8,61); }
div.DivClassName
{
background-color: #DA083D;
}
.BgClassName
{
background-color: #DA083D;
}
</style>
border-color css
<style>
span { border-color: #DA083D; }
span { border-color: rgb(218,8,61); }
td.TdClassName
{
border-color: #DA083D;
}
.TagClassName
{
border-color: #DA083D;
}
</style>