Shades of Persian Red #D5332D
Tints of Persian Red #D5332D
RGB
CMYK
RGB Variations
Color information
#D5332D (or 0xD5332D) is known color: Persian Red. HEX triplet: D5, 33 and 2D. RGB value is (213,51,45). Sum of RGB (Red+Green+Blue) = 213+51+45=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5332D is #2ACCD2. Grayscale: #626262. Windows color (decimal): -2804947 or 2962389. OLE color: 2962389.
HSL color Cylindrical-coordinate representation of color #D5332D: hue angle of 2.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5332D is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 45 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.16 |
| HSL | 2.14º | 0.67% | 0.51% | - |
| HSV(B) | 2.14º | 0.79% | 0.84% | - |
| XYZ | 29.1 | 16.7 | 4.17 | - |
| YUV | 98.75 | 97.67 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 45 | 0 | 0.76 | 0.79 | 0.16 | 2.14 | 0.67 | 0.51 |
| Hex | D5 | 33 | 2D | 0 | 4C | 4F | 10 | 2 | 43 | 33 |
| Octal | 325 | 63 | 55 | 0 | 114 | 117 | 20 | 2 | 103 | 63 |
| Binary | 11010101 | 110011 | 101101 | 0 | 1001100 | 1001111 | 10000 | 10 | 1000011 | 110011 |
Color Harmonies of #D5332D
Complementary color
Monochromatic Colors of #D5332D
Black with #D5332D
Text Example
Text Example
White with #D5332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5332D; }
p { color: rgb(213,51,45); }
H1.HeaderClassName
{
color: #D5332D;
}
.AnyTagClassName
{
color: #D5332D;
}
</style>
background-color css
<style>
a { background-color: #D5332D; }
a { background-color: rgb(213,51,45); }
div.DivClassName
{
background-color: #D5332D;
}
.BgClassName
{
background-color: #D5332D;
}
</style>
border-color css
<style>
span { border-color: #D5332D; }
span { border-color: rgb(213,51,45); }
td.TdClassName
{
border-color: #D5332D;
}
.TagClassName
{
border-color: #D5332D;
}
</style>