Shades of Persian Red #DA352E
Tints of Persian Red #DA352E
RGB
CMYK
RGB Variations
Color information
#DA352E (or 0xDA352E) is known color: Persian Red. HEX triplet: DA, 35 and 2E. RGB value is (218,53,46). Sum of RGB (Red+Green+Blue) = 218+53+46=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA352E is #25CAD1. Grayscale: #656565. Windows color (decimal): -2476754 or 3028442. OLE color: 3028442.
HSL color Cylindrical-coordinate representation of color #DA352E: hue angle of 2.44º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA352E is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 46 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.15 |
| HSL | 2.44º | 0.7% | 0.52% | - |
| HSV(B) | 2.44º | 0.79% | 0.85% | - |
| XYZ | 30.68 | 17.65 | 4.37 | - |
| YUV | 101.54 | 96.66 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 46 | 0 | 0.76 | 0.79 | 0.15 | 2.44 | 0.7 | 0.52 |
| Hex | DA | 35 | 2E | 0 | 4C | 4F | F | 2 | 46 | 34 |
| Octal | 332 | 65 | 56 | 0 | 114 | 117 | 17 | 2 | 106 | 64 |
| Binary | 11011010 | 110101 | 101110 | 0 | 1001100 | 1001111 | 1111 | 10 | 1000110 | 110100 |
Color Harmonies of #DA352E
Complementary color
Monochromatic Colors of #DA352E
Black with #DA352E
Text Example
Text Example
White with #DA352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA352E; }
p { color: rgb(218,53,46); }
H1.HeaderClassName
{
color: #DA352E;
}
.AnyTagClassName
{
color: #DA352E;
}
</style>
background-color css
<style>
a { background-color: #DA352E; }
a { background-color: rgb(218,53,46); }
div.DivClassName
{
background-color: #DA352E;
}
.BgClassName
{
background-color: #DA352E;
}
</style>
border-color css
<style>
span { border-color: #DA352E; }
span { border-color: rgb(218,53,46); }
td.TdClassName
{
border-color: #DA352E;
}
.TagClassName
{
border-color: #DA352E;
}
</style>