Shades of Persian Red #DA3332
Tints of Persian Red #DA3332
RGB
CMYK
RGB Variations
Color information
#DA3332 (or 0xDA3332) is known color: Persian Red. HEX triplet: DA, 33 and 32. RGB value is (218,51,50). Sum of RGB (Red+Green+Blue) = 218+51+50=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3332 is #25CCCD. Grayscale: #646464. Windows color (decimal): -2477262 or 3290074. OLE color: 3290074.
HSL color Cylindrical-coordinate representation of color #DA3332: hue angle of 0.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3332 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 50 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.15 |
| HSL | 0.36º | 0.69% | 0.53% | - |
| HSV(B) | 0.36º | 0.77% | 0.85% | - |
| XYZ | 30.67 | 17.5 | 4.78 | - |
| YUV | 100.82 | 99.33 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 50 | 0 | 0.77 | 0.77 | 0.15 | 0.36 | 0.69 | 0.53 |
| Hex | DA | 33 | 32 | 0 | 4D | 4D | F | 0 | 45 | 35 |
| Octal | 332 | 63 | 62 | 0 | 115 | 115 | 17 | 0 | 105 | 65 |
| Binary | 11011010 | 110011 | 110010 | 0 | 1001101 | 1001101 | 1111 | 0 | 1000101 | 110101 |
Color Harmonies of #DA3332
Complementary color
Monochromatic Colors of #DA3332
Black with #DA3332
Text Example
Text Example
White with #DA3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3332; }
p { color: rgb(218,51,50); }
H1.HeaderClassName
{
color: #DA3332;
}
.AnyTagClassName
{
color: #DA3332;
}
</style>
background-color css
<style>
a { background-color: #DA3332; }
a { background-color: rgb(218,51,50); }
div.DivClassName
{
background-color: #DA3332;
}
.BgClassName
{
background-color: #DA3332;
}
</style>
border-color css
<style>
span { border-color: #DA3332; }
span { border-color: rgb(218,51,50); }
td.TdClassName
{
border-color: #DA3332;
}
.TagClassName
{
border-color: #DA3332;
}
</style>