Shades of Persian Red #D5332F
Tints of Persian Red #D5332F
RGB
CMYK
RGB Variations
Color information
#D5332F (or 0xD5332F) is known color: Persian Red. HEX triplet: D5, 33 and 2F. RGB value is (213,51,47). Sum of RGB (Red+Green+Blue) = 213+51+47=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5332F is #2ACCD0. Grayscale: #636363. Windows color (decimal): -2804945 or 3093461. OLE color: 3093461.
HSL color Cylindrical-coordinate representation of color #D5332F: hue angle of 1.45º 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 #D5332F is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 47 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.16 |
| HSL | 1.45º | 0.66% | 0.51% | - |
| HSV(B) | 1.45º | 0.78% | 0.84% | - |
| XYZ | 29.14 | 16.72 | 4.38 | - |
| YUV | 98.98 | 98.67 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 47 | 0 | 0.76 | 0.78 | 0.16 | 1.45 | 0.66 | 0.51 |
| Hex | D5 | 33 | 2F | 0 | 4C | 4E | 10 | 1 | 42 | 33 |
| Octal | 325 | 63 | 57 | 0 | 114 | 116 | 20 | 1 | 102 | 63 |
| Binary | 11010101 | 110011 | 101111 | 0 | 1001100 | 1001110 | 10000 | 1 | 1000010 | 110011 |
Color Harmonies of #D5332F
Complementary color
Monochromatic Colors of #D5332F
Black with #D5332F
Text Example
Text Example
White with #D5332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5332F; }
p { color: rgb(213,51,47); }
H1.HeaderClassName
{
color: #D5332F;
}
.AnyTagClassName
{
color: #D5332F;
}
</style>
background-color css
<style>
a { background-color: #D5332F; }
a { background-color: rgb(213,51,47); }
div.DivClassName
{
background-color: #D5332F;
}
.BgClassName
{
background-color: #D5332F;
}
</style>
border-color css
<style>
span { border-color: #D5332F; }
span { border-color: rgb(213,51,47); }
td.TdClassName
{
border-color: #D5332F;
}
.TagClassName
{
border-color: #D5332F;
}
</style>