Shades of Crimson #DA0833
Tints of Crimson #DA0833
RGB
CMYK
RGB Variations
Color information
#DA0833 (or 0xDA0833) is known color: Crimson. HEX triplet: DA, 08 and 33. RGB value is (218,8,51). Sum of RGB (Red+Green+Blue) = 218+8+51=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0833 is #25F7CC. Grayscale: #4B4B4B. Windows color (decimal): -2488269 or 3344602. OLE color: 3344602.
HSL color Cylindrical-coordinate representation of color #DA0833: hue angle of 347.71º 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 #DA0833 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 51 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.15 |
| HSL | 347.71º | 0.93% | 0.44% | - |
| HSV(B) | 347.71º | 0.96% | 0.85% | - |
| XYZ | 29.6 | 15.32 | 4.53 | - |
| YUV | 75.69 | 114.07 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 51 | 0 | 0.96 | 0.77 | 0.15 | 347.71 | 0.93 | 0.44 |
| Hex | DA | 8 | 33 | 0 | 60 | 4D | F | 15C | 5D | 2C |
| Octal | 332 | 10 | 63 | 0 | 140 | 115 | 17 | 534 | 135 | 54 |
| Binary | 11011010 | 1000 | 110011 | 0 | 1100000 | 1001101 | 1111 | 101011100 | 1011101 | 101100 |
Color Harmonies of #DA0833
Complementary color
Monochromatic Colors of #DA0833
Black with #DA0833
Text Example
Text Example
White with #DA0833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0833; }
p { color: rgb(218,8,51); }
H1.HeaderClassName
{
color: #DA0833;
}
.AnyTagClassName
{
color: #DA0833;
}
</style>
background-color css
<style>
a { background-color: #DA0833; }
a { background-color: rgb(218,8,51); }
div.DivClassName
{
background-color: #DA0833;
}
.BgClassName
{
background-color: #DA0833;
}
</style>
border-color css
<style>
span { border-color: #DA0833; }
span { border-color: rgb(218,8,51); }
td.TdClassName
{
border-color: #DA0833;
}
.TagClassName
{
border-color: #DA0833;
}
</style>