Shades of Persian Red #D5362D
Tints of Persian Red #D5362D
RGB
CMYK
RGB Variations
Color information
#D5362D (or 0xD5362D) is known color: Persian Red. HEX triplet: D5, 36 and 2D. RGB value is (213,54,45). Sum of RGB (Red+Green+Blue) = 213+54+45=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D5362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5362D is #2AC9D2. Grayscale: #646464. Windows color (decimal): -2804179 or 2963157. OLE color: 2963157.
HSL color Cylindrical-coordinate representation of color #D5362D: hue angle of 3.21º 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 #D5362D is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 45 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.16 |
| HSL | 3.21º | 0.67% | 0.51% | - |
| HSV(B) | 3.21º | 0.79% | 0.84% | - |
| XYZ | 29.23 | 16.97 | 4.22 | - |
| YUV | 100.52 | 96.68 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 45 | 0 | 0.75 | 0.79 | 0.16 | 3.21 | 0.67 | 0.51 |
| Hex | D5 | 36 | 2D | 0 | 4B | 4F | 10 | 3 | 43 | 33 |
| Octal | 325 | 66 | 55 | 0 | 113 | 117 | 20 | 3 | 103 | 63 |
| Binary | 11010101 | 110110 | 101101 | 0 | 1001011 | 1001111 | 10000 | 11 | 1000011 | 110011 |
Color Harmonies of #D5362D
Complementary color
Monochromatic Colors of #D5362D
Black with #D5362D
Text Example
Text Example
White with #D5362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5362D; }
p { color: rgb(213,54,45); }
H1.HeaderClassName
{
color: #D5362D;
}
.AnyTagClassName
{
color: #D5362D;
}
</style>
background-color css
<style>
a { background-color: #D5362D; }
a { background-color: rgb(213,54,45); }
div.DivClassName
{
background-color: #D5362D;
}
.BgClassName
{
background-color: #D5362D;
}
</style>
border-color css
<style>
span { border-color: #D5362D; }
span { border-color: rgb(213,54,45); }
td.TdClassName
{
border-color: #D5362D;
}
.TagClassName
{
border-color: #D5362D;
}
</style>