Shades of Crimson #DA0830
Tints of Crimson #DA0830
RGB
CMYK
RGB Variations
Color information
#DA0830 (or 0xDA0830) is known color: Crimson. HEX triplet: DA, 08 and 30. RGB value is (218,8,48). Sum of RGB (Red+Green+Blue) = 218+8+48=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0830 is #25F7CF. Grayscale: #4B4B4B. Windows color (decimal): -2488272 or 3147994. OLE color: 3147994.
HSL color Cylindrical-coordinate representation of color #DA0830: hue angle of 348.57º 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 #DA0830 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 48 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.15 |
| HSL | 348.57º | 0.93% | 0.44% | - |
| HSV(B) | 348.57º | 0.96% | 0.85% | - |
| XYZ | 29.53 | 15.29 | 4.19 | - |
| YUV | 75.35 | 112.57 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 48 | 0 | 0.96 | 0.78 | 0.15 | 348.57 | 0.93 | 0.44 |
| Hex | DA | 8 | 30 | 0 | 60 | 4E | F | 15D | 5D | 2C |
| Octal | 332 | 10 | 60 | 0 | 140 | 116 | 17 | 535 | 135 | 54 |
| Binary | 11011010 | 1000 | 110000 | 0 | 1100000 | 1001110 | 1111 | 101011101 | 1011101 | 101100 |
Color Harmonies of #DA0830
Complementary color
Monochromatic Colors of #DA0830
Black with #DA0830
Text Example
Text Example
White with #DA0830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0830; }
p { color: rgb(218,8,48); }
H1.HeaderClassName
{
color: #DA0830;
}
.AnyTagClassName
{
color: #DA0830;
}
</style>
background-color css
<style>
a { background-color: #DA0830; }
a { background-color: rgb(218,8,48); }
div.DivClassName
{
background-color: #DA0830;
}
.BgClassName
{
background-color: #DA0830;
}
</style>
border-color css
<style>
span { border-color: #DA0830; }
span { border-color: rgb(218,8,48); }
td.TdClassName
{
border-color: #DA0830;
}
.TagClassName
{
border-color: #DA0830;
}
</style>