Shades of Crimson #DA052B
Tints of Crimson #DA052B
RGB
CMYK
RGB Variations
Color information
#DA052B (or 0xDA052B) is known color: Crimson. HEX triplet: DA, 05 and 2B. RGB value is (218,5,43). Sum of RGB (Red+Green+Blue) = 218+5+43=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA052B is #25FAD4. Grayscale: #494949. Windows color (decimal): -2489045 or 2819546. OLE color: 2819546.
HSL color Cylindrical-coordinate representation of color #DA052B: hue angle of 349.3º 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 #DA052B is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.15 |
| HSL | 349.3º | 0.96% | 0.44% | - |
| HSV(B) | 349.3º | 0.98% | 0.85% | - |
| XYZ | 29.4 | 15.19 | 3.67 | - |
| YUV | 73.02 | 111.07 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 43 | 0 | 0.98 | 0.80 | 0.15 | 349.3 | 0.96 | 0.44 |
| Hex | DA | 5 | 2B | 0 | 62 | 50 | F | 15D | 60 | 2C |
| Octal | 332 | 5 | 53 | 0 | 142 | 120 | 17 | 535 | 140 | 54 |
| Binary | 11011010 | 101 | 101011 | 0 | 1100010 | 1010000 | 1111 | 101011101 | 1100000 | 101100 |
Color Harmonies of #DA052B
Complementary color
Monochromatic Colors of #DA052B
Black with #DA052B
Text Example
Text Example
White with #DA052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA052B; }
p { color: rgb(218,5,43); }
H1.HeaderClassName
{
color: #DA052B;
}
.AnyTagClassName
{
color: #DA052B;
}
</style>
background-color css
<style>
a { background-color: #DA052B; }
a { background-color: rgb(218,5,43); }
div.DivClassName
{
background-color: #DA052B;
}
.BgClassName
{
background-color: #DA052B;
}
</style>
border-color css
<style>
span { border-color: #DA052B; }
span { border-color: rgb(218,5,43); }
td.TdClassName
{
border-color: #DA052B;
}
.TagClassName
{
border-color: #DA052B;
}
</style>