Shades of Persian Red #DA3129
Tints of Persian Red #DA3129
RGB
CMYK
RGB Variations
Color information
#DA3129 (or 0xDA3129) is known color: Persian Red. HEX triplet: DA, 31 and 29. RGB value is (218,49,41). Sum of RGB (Red+Green+Blue) = 218+49+41=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3129 is #25CED6. Grayscale: #626262. Windows color (decimal): -2477783 or 2699738. OLE color: 2699738.
HSL color Cylindrical-coordinate representation of color #DA3129: hue angle of 2.71º 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 #DA3129 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 41 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.15 |
| HSL | 2.71º | 0.71% | 0.51% | - |
| HSV(B) | 2.71º | 0.81% | 0.85% | - |
| XYZ | 30.41 | 17.26 | 3.83 | - |
| YUV | 98.62 | 95.49 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 41 | 0 | 0.78 | 0.81 | 0.15 | 2.71 | 0.71 | 0.51 |
| Hex | DA | 31 | 29 | 0 | 4E | 51 | F | 3 | 47 | 33 |
| Octal | 332 | 61 | 51 | 0 | 116 | 121 | 17 | 3 | 107 | 63 |
| Binary | 11011010 | 110001 | 101001 | 0 | 1001110 | 1010001 | 1111 | 11 | 1000111 | 110011 |
Color Harmonies of #DA3129
Complementary color
Monochromatic Colors of #DA3129
Black with #DA3129
Text Example
Text Example
White with #DA3129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3129; }
p { color: rgb(218,49,41); }
H1.HeaderClassName
{
color: #DA3129;
}
.AnyTagClassName
{
color: #DA3129;
}
</style>
background-color css
<style>
a { background-color: #DA3129; }
a { background-color: rgb(218,49,41); }
div.DivClassName
{
background-color: #DA3129;
}
.BgClassName
{
background-color: #DA3129;
}
</style>
border-color css
<style>
span { border-color: #DA3129; }
span { border-color: rgb(218,49,41); }
td.TdClassName
{
border-color: #DA3129;
}
.TagClassName
{
border-color: #DA3129;
}
</style>