Shades of Persian Red #DA352A
Tints of Persian Red #DA352A
RGB
CMYK
RGB Variations
Color information
#DA352A (or 0xDA352A) is known color: Persian Red. HEX triplet: DA, 35 and 2A. RGB value is (218,53,42). Sum of RGB (Red+Green+Blue) = 218+53+42=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA352A is #25CAD5. Grayscale: #656565. Windows color (decimal): -2476758 or 2766298. OLE color: 2766298.
HSL color Cylindrical-coordinate representation of color #DA352A: hue angle of 3.75º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA352A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 42 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.15 |
| HSL | 3.75º | 0.7% | 0.51% | - |
| HSV(B) | 3.75º | 0.81% | 0.85% | - |
| XYZ | 30.6 | 17.62 | 3.98 | - |
| YUV | 101.08 | 94.66 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 42 | 0 | 0.76 | 0.81 | 0.15 | 3.75 | 0.7 | 0.51 |
| Hex | DA | 35 | 2A | 0 | 4C | 51 | F | 4 | 46 | 33 |
| Octal | 332 | 65 | 52 | 0 | 114 | 121 | 17 | 4 | 106 | 63 |
| Binary | 11011010 | 110101 | 101010 | 0 | 1001100 | 1010001 | 1111 | 100 | 1000110 | 110011 |
Color Harmonies of #DA352A
Complementary color
Monochromatic Colors of #DA352A
Black with #DA352A
Text Example
Text Example
White with #DA352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA352A; }
p { color: rgb(218,53,42); }
H1.HeaderClassName
{
color: #DA352A;
}
.AnyTagClassName
{
color: #DA352A;
}
</style>
background-color css
<style>
a { background-color: #DA352A; }
a { background-color: rgb(218,53,42); }
div.DivClassName
{
background-color: #DA352A;
}
.BgClassName
{
background-color: #DA352A;
}
</style>
border-color css
<style>
span { border-color: #DA352A; }
span { border-color: rgb(218,53,42); }
td.TdClassName
{
border-color: #DA352A;
}
.TagClassName
{
border-color: #DA352A;
}
</style>