Shades of Persian Red #DA3629
Tints of Persian Red #DA3629
RGB
CMYK
RGB Variations
Color information
#DA3629 (or 0xDA3629) is known color: Persian Red. HEX triplet: DA, 36 and 29. RGB value is (218,54,41). Sum of RGB (Red+Green+Blue) = 218+54+41=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3629 is #25C9D6. Grayscale: #656565. Windows color (decimal): -2476503 or 2701018. OLE color: 2701018.
HSL color Cylindrical-coordinate representation of color #DA3629: hue angle of 4.41º 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 #DA3629 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 41 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.15 |
| HSL | 4.41º | 0.71% | 0.51% | - |
| HSV(B) | 4.41º | 0.81% | 0.85% | - |
| XYZ | 30.63 | 17.7 | 3.9 | - |
| YUV | 101.55 | 93.83 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 41 | 0 | 0.75 | 0.81 | 0.15 | 4.41 | 0.71 | 0.51 |
| Hex | DA | 36 | 29 | 0 | 4B | 51 | F | 4 | 47 | 33 |
| Octal | 332 | 66 | 51 | 0 | 113 | 121 | 17 | 4 | 107 | 63 |
| Binary | 11011010 | 110110 | 101001 | 0 | 1001011 | 1010001 | 1111 | 100 | 1000111 | 110011 |
Color Harmonies of #DA3629
Complementary color
Monochromatic Colors of #DA3629
Black with #DA3629
Text Example
Text Example
White with #DA3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3629; }
p { color: rgb(218,54,41); }
H1.HeaderClassName
{
color: #DA3629;
}
.AnyTagClassName
{
color: #DA3629;
}
</style>
background-color css
<style>
a { background-color: #DA3629; }
a { background-color: rgb(218,54,41); }
div.DivClassName
{
background-color: #DA3629;
}
.BgClassName
{
background-color: #DA3629;
}
</style>
border-color css
<style>
span { border-color: #DA3629; }
span { border-color: rgb(218,54,41); }
td.TdClassName
{
border-color: #DA3629;
}
.TagClassName
{
border-color: #DA3629;
}
</style>