Shades of Crimson #DA0843
Tints of Crimson #DA0843
RGB
CMYK
RGB Variations
Color information
#DA0843 (or 0xDA0843) is known color: Crimson. HEX triplet: DA, 08 and 43. RGB value is (218,8,67). Sum of RGB (Red+Green+Blue) = 218+8+67=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0843 is #25F7BC. Grayscale: #4D4D4D. Windows color (decimal): -2488253 or 4393178. OLE color: 4393178.
HSL color Cylindrical-coordinate representation of color #DA0843: hue angle of 343.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 #DA0843 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 67 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.15 |
| HSL | 343.14º | 0.93% | 0.44% | - |
| HSV(B) | 343.14º | 0.96% | 0.85% | - |
| XYZ | 30.01 | 15.48 | 6.72 | - |
| YUV | 77.52 | 122.07 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 67 | 0 | 0.96 | 0.69 | 0.15 | 343.14 | 0.93 | 0.44 |
| Hex | DA | 8 | 43 | 0 | 60 | 45 | F | 157 | 5D | 2C |
| Octal | 332 | 10 | 103 | 0 | 140 | 105 | 17 | 527 | 135 | 54 |
| Binary | 11011010 | 1000 | 1000011 | 0 | 1100000 | 1000101 | 1111 | 101010111 | 1011101 | 101100 |
Color Harmonies of #DA0843
Complementary color
Monochromatic Colors of #DA0843
Black with #DA0843
Text Example
Text Example
White with #DA0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0843; }
p { color: rgb(218,8,67); }
H1.HeaderClassName
{
color: #DA0843;
}
.AnyTagClassName
{
color: #DA0843;
}
</style>
background-color css
<style>
a { background-color: #DA0843; }
a { background-color: rgb(218,8,67); }
div.DivClassName
{
background-color: #DA0843;
}
.BgClassName
{
background-color: #DA0843;
}
</style>
border-color css
<style>
span { border-color: #DA0843; }
span { border-color: rgb(218,8,67); }
td.TdClassName
{
border-color: #DA0843;
}
.TagClassName
{
border-color: #DA0843;
}
</style>