Shades of Persian Red #DA201F
Tints of Persian Red #DA201F
RGB
CMYK
RGB Variations
Color information
#DA201F (or 0xDA201F) is known color: Persian Red. HEX triplet: DA, 20 and 1F. RGB value is (218,32,31). Sum of RGB (Red+Green+Blue) = 218+32+31=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA201F is #25DFE0. Grayscale: #575757. Windows color (decimal): -2482145 or 2040026. OLE color: 2040026.
HSL color Cylindrical-coordinate representation of color #DA201F: hue angle of 0.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA201F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 31 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.15 |
| HSL | 0.32º | 0.75% | 0.49% | - |
| HSV(B) | 0.32º | 0.86% | 0.85% | - |
| XYZ | 29.68 | 16.04 | 2.83 | - |
| YUV | 87.5 | 96.12 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 31 | 0 | 0.85 | 0.86 | 0.15 | 0.32 | 0.75 | 0.49 |
| Hex | DA | 20 | 1F | 0 | 55 | 56 | F | 0 | 4B | 31 |
| Octal | 332 | 40 | 37 | 0 | 125 | 126 | 17 | 0 | 113 | 61 |
| Binary | 11011010 | 100000 | 11111 | 0 | 1010101 | 1010110 | 1111 | 0 | 1001011 | 110001 |
Color Harmonies of #DA201F
Complementary color
Monochromatic Colors of #DA201F
Black with #DA201F
Text Example
Text Example
White with #DA201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA201F; }
p { color: rgb(218,32,31); }
H1.HeaderClassName
{
color: #DA201F;
}
.AnyTagClassName
{
color: #DA201F;
}
</style>
background-color css
<style>
a { background-color: #DA201F; }
a { background-color: rgb(218,32,31); }
div.DivClassName
{
background-color: #DA201F;
}
.BgClassName
{
background-color: #DA201F;
}
</style>
border-color css
<style>
span { border-color: #DA201F; }
span { border-color: rgb(218,32,31); }
td.TdClassName
{
border-color: #DA201F;
}
.TagClassName
{
border-color: #DA201F;
}
</style>