Shades of Crimson #DA083C
Tints of Crimson #DA083C
RGB
CMYK
RGB Variations
Color information
#DA083C (or 0xDA083C) is known color: Crimson. HEX triplet: DA, 08 and 3C. RGB value is (218,8,60). Sum of RGB (Red+Green+Blue) = 218+8+60=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA083C is #25F7C3. Grayscale: #4C4C4C. Windows color (decimal): -2488260 or 3934426. OLE color: 3934426.
HSL color Cylindrical-coordinate representation of color #DA083C: hue angle of 345.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 #DA083C is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 60 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.15 |
| HSL | 345.14º | 0.93% | 0.44% | - |
| HSV(B) | 345.14º | 0.96% | 0.85% | - |
| XYZ | 29.82 | 15.41 | 5.68 | - |
| YUV | 76.72 | 118.57 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 60 | 0 | 0.96 | 0.72 | 0.15 | 345.14 | 0.93 | 0.44 |
| Hex | DA | 8 | 3C | 0 | 60 | 48 | F | 159 | 5D | 2C |
| Octal | 332 | 10 | 74 | 0 | 140 | 110 | 17 | 531 | 135 | 54 |
| Binary | 11011010 | 1000 | 111100 | 0 | 1100000 | 1001000 | 1111 | 101011001 | 1011101 | 101100 |
Color Harmonies of #DA083C
Complementary color
Monochromatic Colors of #DA083C
Black with #DA083C
Text Example
Text Example
White with #DA083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA083C; }
p { color: rgb(218,8,60); }
H1.HeaderClassName
{
color: #DA083C;
}
.AnyTagClassName
{
color: #DA083C;
}
</style>
background-color css
<style>
a { background-color: #DA083C; }
a { background-color: rgb(218,8,60); }
div.DivClassName
{
background-color: #DA083C;
}
.BgClassName
{
background-color: #DA083C;
}
</style>
border-color css
<style>
span { border-color: #DA083C; }
span { border-color: rgb(218,8,60); }
td.TdClassName
{
border-color: #DA083C;
}
.TagClassName
{
border-color: #DA083C;
}
</style>