Shades of Crimson #DA0534
Tints of Crimson #DA0534
RGB
CMYK
RGB Variations
Color information
#DA0534 (or 0xDA0534) is known color: Crimson. HEX triplet: DA, 05 and 34. RGB value is (218,5,52). Sum of RGB (Red+Green+Blue) = 218+5+52=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0534 is #25FACB. Grayscale: #4A4A4A. Windows color (decimal): -2489036 or 3409370. OLE color: 3409370.
HSL color Cylindrical-coordinate representation of color #DA0534: hue angle of 346.76º 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 #DA0534 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 52 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.15 |
| HSL | 346.76º | 0.96% | 0.44% | - |
| HSV(B) | 346.76º | 0.98% | 0.85% | - |
| XYZ | 29.59 | 15.26 | 4.64 | - |
| YUV | 74.05 | 115.57 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 52 | 0 | 0.98 | 0.76 | 0.15 | 346.76 | 0.96 | 0.44 |
| Hex | DA | 5 | 34 | 0 | 62 | 4C | F | 15B | 60 | 2C |
| Octal | 332 | 5 | 64 | 0 | 142 | 114 | 17 | 533 | 140 | 54 |
| Binary | 11011010 | 101 | 110100 | 0 | 1100010 | 1001100 | 1111 | 101011011 | 1100000 | 101100 |
Color Harmonies of #DA0534
Complementary color
Monochromatic Colors of #DA0534
Black with #DA0534
Text Example
Text Example
White with #DA0534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0534; }
p { color: rgb(218,5,52); }
H1.HeaderClassName
{
color: #DA0534;
}
.AnyTagClassName
{
color: #DA0534;
}
</style>
background-color css
<style>
a { background-color: #DA0534; }
a { background-color: rgb(218,5,52); }
div.DivClassName
{
background-color: #DA0534;
}
.BgClassName
{
background-color: #DA0534;
}
</style>
border-color css
<style>
span { border-color: #DA0534; }
span { border-color: rgb(218,5,52); }
td.TdClassName
{
border-color: #DA0534;
}
.TagClassName
{
border-color: #DA0534;
}
</style>