Shades of Persian Red #D1382F
Tints of Persian Red #D1382F
RGB
CMYK
RGB Variations
Color information
#D1382F (or 0xD1382F) is known color: Persian Red. HEX triplet: D1, 38 and 2F. RGB value is (209,56,47). Sum of RGB (Red+Green+Blue) = 209+56+47=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D1382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1382F is #2EC7D0. Grayscale: #646464. Windows color (decimal): -3065809 or 3094737. OLE color: 3094737.
HSL color Cylindrical-coordinate representation of color #D1382F: hue angle of 3.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1382F is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 47 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.18 |
| HSL | 3.33º | 0.64% | 0.5% | - |
| HSV(B) | 3.33º | 0.78% | 0.82% | - |
| XYZ | 28.22 | 16.59 | 4.4 | - |
| YUV | 100.72 | 97.69 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 47 | 0 | 0.73 | 0.78 | 0.18 | 3.33 | 0.64 | 0.5 |
| Hex | D1 | 38 | 2F | 0 | 49 | 4E | 12 | 3 | 40 | 32 |
| Octal | 321 | 70 | 57 | 0 | 111 | 116 | 22 | 3 | 100 | 62 |
| Binary | 11010001 | 111000 | 101111 | 0 | 1001001 | 1001110 | 10010 | 11 | 1000000 | 110010 |
Color Harmonies of #D1382F
Complementary color
Monochromatic Colors of #D1382F
Black with #D1382F
Text Example
Text Example
White with #D1382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1382F; }
p { color: rgb(209,56,47); }
H1.HeaderClassName
{
color: #D1382F;
}
.AnyTagClassName
{
color: #D1382F;
}
</style>
background-color css
<style>
a { background-color: #D1382F; }
a { background-color: rgb(209,56,47); }
div.DivClassName
{
background-color: #D1382F;
}
.BgClassName
{
background-color: #D1382F;
}
</style>
border-color css
<style>
span { border-color: #D1382F; }
span { border-color: rgb(209,56,47); }
td.TdClassName
{
border-color: #D1382F;
}
.TagClassName
{
border-color: #D1382F;
}
</style>