Shades of Persian Red #DA3533
Tints of Persian Red #DA3533
RGB
CMYK
RGB Variations
Color information
#DA3533 (or 0xDA3533) is known color: Persian Red. HEX triplet: DA, 35 and 33. RGB value is (218,53,51). Sum of RGB (Red+Green+Blue) = 218+53+51=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3533 is #25CACC. Grayscale: #666666. Windows color (decimal): -2476749 or 3356122. OLE color: 3356122.
HSL color Cylindrical-coordinate representation of color #DA3533: hue angle of 0.72º 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 #DA3533 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 51 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.15 |
| HSL | 0.72º | 0.69% | 0.53% | - |
| HSV(B) | 0.72º | 0.77% | 0.85% | - |
| XYZ | 30.78 | 17.69 | 4.92 | - |
| YUV | 102.11 | 99.16 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 51 | 0 | 0.76 | 0.77 | 0.15 | 0.72 | 0.69 | 0.53 |
| Hex | DA | 35 | 33 | 0 | 4C | 4D | F | 1 | 45 | 35 |
| Octal | 332 | 65 | 63 | 0 | 114 | 115 | 17 | 1 | 105 | 65 |
| Binary | 11011010 | 110101 | 110011 | 0 | 1001100 | 1001101 | 1111 | 1 | 1000101 | 110101 |
Color Harmonies of #DA3533
Complementary color
Monochromatic Colors of #DA3533
Black with #DA3533
Text Example
Text Example
White with #DA3533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3533; }
p { color: rgb(218,53,51); }
H1.HeaderClassName
{
color: #DA3533;
}
.AnyTagClassName
{
color: #DA3533;
}
</style>
background-color css
<style>
a { background-color: #DA3533; }
a { background-color: rgb(218,53,51); }
div.DivClassName
{
background-color: #DA3533;
}
.BgClassName
{
background-color: #DA3533;
}
</style>
border-color css
<style>
span { border-color: #DA3533; }
span { border-color: rgb(218,53,51); }
td.TdClassName
{
border-color: #DA3533;
}
.TagClassName
{
border-color: #DA3533;
}
</style>