Shades of Persian Red #D5322F
Tints of Persian Red #D5322F
RGB
CMYK
RGB Variations
Color information
#D5322F (or 0xD5322F) is known color: Persian Red. HEX triplet: D5, 32 and 2F. RGB value is (213,50,47). Sum of RGB (Red+Green+Blue) = 213+50+47=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5322F is #2ACDD0. Grayscale: #626262. Windows color (decimal): -2805201 or 3093205. OLE color: 3093205.
HSL color Cylindrical-coordinate representation of color #D5322F: hue angle of 1.08º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5322F is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 47 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.16 |
| HSL | 1.08º | 0.66% | 0.51% | - |
| HSV(B) | 1.08º | 0.78% | 0.84% | - |
| XYZ | 29.09 | 16.63 | 4.37 | - |
| YUV | 98.4 | 99 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 47 | 0 | 0.77 | 0.78 | 0.16 | 1.08 | 0.66 | 0.51 |
| Hex | D5 | 32 | 2F | 0 | 4D | 4E | 10 | 1 | 42 | 33 |
| Octal | 325 | 62 | 57 | 0 | 115 | 116 | 20 | 1 | 102 | 63 |
| Binary | 11010101 | 110010 | 101111 | 0 | 1001101 | 1001110 | 10000 | 1 | 1000010 | 110011 |
Color Harmonies of #D5322F
Complementary color
Monochromatic Colors of #D5322F
Black with #D5322F
Text Example
Text Example
White with #D5322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5322F; }
p { color: rgb(213,50,47); }
H1.HeaderClassName
{
color: #D5322F;
}
.AnyTagClassName
{
color: #D5322F;
}
</style>
background-color css
<style>
a { background-color: #D5322F; }
a { background-color: rgb(213,50,47); }
div.DivClassName
{
background-color: #D5322F;
}
.BgClassName
{
background-color: #D5322F;
}
</style>
border-color css
<style>
span { border-color: #D5322F; }
span { border-color: rgb(213,50,47); }
td.TdClassName
{
border-color: #D5322F;
}
.TagClassName
{
border-color: #D5322F;
}
</style>