Shades of Persian Red #DA3429
Tints of Persian Red #DA3429
RGB
CMYK
RGB Variations
Color information
#DA3429 (or 0xDA3429) is known color: Persian Red. HEX triplet: DA, 34 and 29. RGB value is (218,52,41). Sum of RGB (Red+Green+Blue) = 218+52+41=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3429 is #25CBD6. Grayscale: #646464. Windows color (decimal): -2477015 or 2700506. OLE color: 2700506.
HSL color Cylindrical-coordinate representation of color #DA3429: hue angle of 3.73º degrees, saturation: 0.71, 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 #DA3429 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 41 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.15 |
| HSL | 3.73º | 0.71% | 0.51% | - |
| HSV(B) | 3.73º | 0.81% | 0.85% | - |
| XYZ | 30.54 | 17.52 | 3.87 | - |
| YUV | 100.38 | 94.5 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 41 | 0 | 0.76 | 0.81 | 0.15 | 3.73 | 0.71 | 0.51 |
| Hex | DA | 34 | 29 | 0 | 4C | 51 | F | 4 | 47 | 33 |
| Octal | 332 | 64 | 51 | 0 | 114 | 121 | 17 | 4 | 107 | 63 |
| Binary | 11011010 | 110100 | 101001 | 0 | 1001100 | 1010001 | 1111 | 100 | 1000111 | 110011 |
Color Harmonies of #DA3429
Complementary color
Monochromatic Colors of #DA3429
Black with #DA3429
Text Example
Text Example
White with #DA3429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3429; }
p { color: rgb(218,52,41); }
H1.HeaderClassName
{
color: #DA3429;
}
.AnyTagClassName
{
color: #DA3429;
}
</style>
background-color css
<style>
a { background-color: #DA3429; }
a { background-color: rgb(218,52,41); }
div.DivClassName
{
background-color: #DA3429;
}
.BgClassName
{
background-color: #DA3429;
}
</style>
border-color css
<style>
span { border-color: #DA3429; }
span { border-color: rgb(218,52,41); }
td.TdClassName
{
border-color: #DA3429;
}
.TagClassName
{
border-color: #DA3429;
}
</style>