Shades of Persian Red #DA3731
Tints of Persian Red #DA3731
RGB
CMYK
RGB Variations
Color information
#DA3731 (or 0xDA3731) is known color: Persian Red. HEX triplet: DA, 37 and 31. RGB value is (218,55,49). Sum of RGB (Red+Green+Blue) = 218+55+49=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3731 is #25C8CE. Grayscale: #676767. Windows color (decimal): -2476239 or 3225562. OLE color: 3225562.
HSL color Cylindrical-coordinate representation of color #DA3731: hue angle of 2.13º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3731 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 49 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.15 |
| HSL | 2.13º | 0.7% | 0.52% | - |
| HSV(B) | 2.13º | 0.78% | 0.85% | - |
| XYZ | 30.83 | 17.86 | 4.73 | - |
| YUV | 103.05 | 97.5 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 49 | 0 | 0.75 | 0.78 | 0.15 | 2.13 | 0.7 | 0.52 |
| Hex | DA | 37 | 31 | 0 | 4B | 4E | F | 2 | 46 | 34 |
| Octal | 332 | 67 | 61 | 0 | 113 | 116 | 17 | 2 | 106 | 64 |
| Binary | 11011010 | 110111 | 110001 | 0 | 1001011 | 1001110 | 1111 | 10 | 1000110 | 110100 |
Color Harmonies of #DA3731
Complementary color
Monochromatic Colors of #DA3731
Black with #DA3731
Text Example
Text Example
White with #DA3731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3731; }
p { color: rgb(218,55,49); }
H1.HeaderClassName
{
color: #DA3731;
}
.AnyTagClassName
{
color: #DA3731;
}
</style>
background-color css
<style>
a { background-color: #DA3731; }
a { background-color: rgb(218,55,49); }
div.DivClassName
{
background-color: #DA3731;
}
.BgClassName
{
background-color: #DA3731;
}
</style>
border-color css
<style>
span { border-color: #DA3731; }
span { border-color: rgb(218,55,49); }
td.TdClassName
{
border-color: #DA3731;
}
.TagClassName
{
border-color: #DA3731;
}
</style>