Shades of Crimson #DA0530
Tints of Crimson #DA0530
RGB
CMYK
RGB Variations
Color information
#DA0530 (or 0xDA0530) is known color: Crimson. HEX triplet: DA, 05 and 30. RGB value is (218,5,48). Sum of RGB (Red+Green+Blue) = 218+5+48=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0530 is #25FACF. Grayscale: #494949. Windows color (decimal): -2489040 or 3147226. OLE color: 3147226.
HSL color Cylindrical-coordinate representation of color #DA0530: hue angle of 347.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0530 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 48 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.15 |
| HSL | 347.89º | 0.96% | 0.44% | - |
| HSV(B) | 347.89º | 0.98% | 0.85% | - |
| XYZ | 29.5 | 15.23 | 4.18 | - |
| YUV | 73.59 | 113.57 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 48 | 0 | 0.98 | 0.78 | 0.15 | 347.89 | 0.96 | 0.44 |
| Hex | DA | 5 | 30 | 0 | 62 | 4E | F | 15C | 60 | 2C |
| Octal | 332 | 5 | 60 | 0 | 142 | 116 | 17 | 534 | 140 | 54 |
| Binary | 11011010 | 101 | 110000 | 0 | 1100010 | 1001110 | 1111 | 101011100 | 1100000 | 101100 |
Color Harmonies of #DA0530
Complementary color
Monochromatic Colors of #DA0530
Black with #DA0530
Text Example
Text Example
White with #DA0530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0530; }
p { color: rgb(218,5,48); }
H1.HeaderClassName
{
color: #DA0530;
}
.AnyTagClassName
{
color: #DA0530;
}
</style>
background-color css
<style>
a { background-color: #DA0530; }
a { background-color: rgb(218,5,48); }
div.DivClassName
{
background-color: #DA0530;
}
.BgClassName
{
background-color: #DA0530;
}
</style>
border-color css
<style>
span { border-color: #DA0530; }
span { border-color: rgb(218,5,48); }
td.TdClassName
{
border-color: #DA0530;
}
.TagClassName
{
border-color: #DA0530;
}
</style>