Shades of Persian Red #DA322C
Tints of Persian Red #DA322C
RGB
CMYK
RGB Variations
Color information
#DA322C (or 0xDA322C) is known color: Persian Red. HEX triplet: DA, 32 and 2C. RGB value is (218,50,44). Sum of RGB (Red+Green+Blue) = 218+50+44=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA322C is #25CDD3. Grayscale: #636363. Windows color (decimal): -2477524 or 2896602. OLE color: 2896602.
HSL color Cylindrical-coordinate representation of color #DA322C: hue angle of 2.07º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA322C is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 44 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.15 |
| HSL | 2.07º | 0.7% | 0.51% | - |
| HSV(B) | 2.07º | 0.8% | 0.85% | - |
| XYZ | 30.51 | 17.37 | 4.13 | - |
| YUV | 99.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 44 | 0 | 0.77 | 0.80 | 0.15 | 2.07 | 0.7 | 0.51 |
| Hex | DA | 32 | 2C | 0 | 4D | 50 | F | 2 | 46 | 33 |
| Octal | 332 | 62 | 54 | 0 | 115 | 120 | 17 | 2 | 106 | 63 |
| Binary | 11011010 | 110010 | 101100 | 0 | 1001101 | 1010000 | 1111 | 10 | 1000110 | 110011 |
Color Harmonies of #DA322C
Complementary color
Monochromatic Colors of #DA322C
Black with #DA322C
Text Example
Text Example
White with #DA322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA322C; }
p { color: rgb(218,50,44); }
H1.HeaderClassName
{
color: #DA322C;
}
.AnyTagClassName
{
color: #DA322C;
}
</style>
background-color css
<style>
a { background-color: #DA322C; }
a { background-color: rgb(218,50,44); }
div.DivClassName
{
background-color: #DA322C;
}
.BgClassName
{
background-color: #DA322C;
}
</style>
border-color css
<style>
span { border-color: #DA322C; }
span { border-color: rgb(218,50,44); }
td.TdClassName
{
border-color: #DA322C;
}
.TagClassName
{
border-color: #DA322C;
}
</style>