Shades of Persian Red #DA2020
Tints of Persian Red #DA2020
RGB
CMYK
RGB Variations
Color information
#DA2020 (or 0xDA2020) is known color: Persian Red. HEX triplet: DA, 20 and 20. RGB value is (218,32,32). Sum of RGB (Red+Green+Blue) = 218+32+32=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2020 is #25DFDF. Grayscale: #575757. Windows color (decimal): -2482144 or 2105562. OLE color: 2105562.
HSL color Cylindrical-coordinate representation of color #DA2020: hue angle of 0º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2020 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 32 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.15 |
| HSL | 0º | 0.74% | 0.49% | - |
| HSV(B) | 0º | 0.85% | 0.85% | - |
| XYZ | 29.69 | 16.04 | 2.9 | - |
| YUV | 87.61 | 96.62 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 32 | 0 | 0.85 | 0.85 | 0.15 | 0 | 0.74 | 0.49 |
| Hex | DA | 20 | 20 | 0 | 55 | 55 | F | 0 | 4A | 31 |
| Octal | 332 | 40 | 40 | 0 | 125 | 125 | 17 | 0 | 112 | 61 |
| Binary | 11011010 | 100000 | 100000 | 0 | 1010101 | 1010101 | 1111 | 0 | 1001010 | 110001 |
Color Harmonies of #DA2020
Complementary color
Monochromatic Colors of #DA2020
Black with #DA2020
Text Example
Text Example
White with #DA2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2020; }
p { color: rgb(218,32,32); }
H1.HeaderClassName
{
color: #DA2020;
}
.AnyTagClassName
{
color: #DA2020;
}
</style>
background-color css
<style>
a { background-color: #DA2020; }
a { background-color: rgb(218,32,32); }
div.DivClassName
{
background-color: #DA2020;
}
.BgClassName
{
background-color: #DA2020;
}
</style>
border-color css
<style>
span { border-color: #DA2020; }
span { border-color: rgb(218,32,32); }
td.TdClassName
{
border-color: #DA2020;
}
.TagClassName
{
border-color: #DA2020;
}
</style>