Shades of Persian Red #D3362F
Tints of Persian Red #D3362F
RGB
CMYK
RGB Variations
Color information
#D3362F (or 0xD3362F) is known color: Persian Red. HEX triplet: D3, 36 and 2F. RGB value is (211,54,47). Sum of RGB (Red+Green+Blue) = 211+54+47=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D3362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3362F is #2CC9D0. Grayscale: #646464. Windows color (decimal): -2935249 or 3094227. OLE color: 3094227.
HSL color Cylindrical-coordinate representation of color #D3362F: hue angle of 2.56º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3362F is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 47 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.17 |
| HSL | 2.56º | 0.65% | 0.51% | - |
| HSV(B) | 2.56º | 0.78% | 0.83% | - |
| XYZ | 28.7 | 16.69 | 4.4 | - |
| YUV | 100.15 | 98.01 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 47 | 0 | 0.74 | 0.78 | 0.17 | 2.56 | 0.65 | 0.51 |
| Hex | D3 | 36 | 2F | 0 | 4A | 4E | 11 | 3 | 41 | 33 |
| Octal | 323 | 66 | 57 | 0 | 112 | 116 | 21 | 3 | 101 | 63 |
| Binary | 11010011 | 110110 | 101111 | 0 | 1001010 | 1001110 | 10001 | 11 | 1000001 | 110011 |
Color Harmonies of #D3362F
Complementary color
Monochromatic Colors of #D3362F
Black with #D3362F
Text Example
Text Example
White with #D3362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3362F; }
p { color: rgb(211,54,47); }
H1.HeaderClassName
{
color: #D3362F;
}
.AnyTagClassName
{
color: #D3362F;
}
</style>
background-color css
<style>
a { background-color: #D3362F; }
a { background-color: rgb(211,54,47); }
div.DivClassName
{
background-color: #D3362F;
}
.BgClassName
{
background-color: #D3362F;
}
</style>
border-color css
<style>
span { border-color: #D3362F; }
span { border-color: rgb(211,54,47); }
td.TdClassName
{
border-color: #D3362F;
}
.TagClassName
{
border-color: #D3362F;
}
</style>