Shades of Persian Red #DA3326
Tints of Persian Red #DA3326
RGB
CMYK
RGB Variations
Color information
#DA3326 (or 0xDA3326) is known color: Persian Red. HEX triplet: DA, 33 and 26. RGB value is (218,51,38). Sum of RGB (Red+Green+Blue) = 218+51+38=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3326 is #25CCD9. Grayscale: #636363. Windows color (decimal): -2477274 or 2503642. OLE color: 2503642.
HSL color Cylindrical-coordinate representation of color #DA3326: hue angle of 4.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA3326 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 38 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.15 |
| HSL | 4.33º | 0.71% | 0.5% | - |
| HSV(B) | 4.33º | 0.83% | 0.85% | - |
| XYZ | 30.45 | 17.41 | 3.59 | - |
| YUV | 99.45 | 93.33 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 38 | 0 | 0.77 | 0.83 | 0.15 | 4.33 | 0.71 | 0.5 |
| Hex | DA | 33 | 26 | 0 | 4D | 53 | F | 4 | 47 | 32 |
| Octal | 332 | 63 | 46 | 0 | 115 | 123 | 17 | 4 | 107 | 62 |
| Binary | 11011010 | 110011 | 100110 | 0 | 1001101 | 1010011 | 1111 | 100 | 1000111 | 110010 |
Color Harmonies of #DA3326
Complementary color
Monochromatic Colors of #DA3326
Black with #DA3326
Text Example
Text Example
White with #DA3326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3326; }
p { color: rgb(218,51,38); }
H1.HeaderClassName
{
color: #DA3326;
}
.AnyTagClassName
{
color: #DA3326;
}
</style>
background-color css
<style>
a { background-color: #DA3326; }
a { background-color: rgb(218,51,38); }
div.DivClassName
{
background-color: #DA3326;
}
.BgClassName
{
background-color: #DA3326;
}
</style>
border-color css
<style>
span { border-color: #DA3326; }
span { border-color: rgb(218,51,38); }
td.TdClassName
{
border-color: #DA3326;
}
.TagClassName
{
border-color: #DA3326;
}
</style>