Shades of Persian Red #D53831
Tints of Persian Red #D53831
RGB
CMYK
RGB Variations
Color information
#D53831 (or 0xD53831) is known color: Persian Red. HEX triplet: D5, 38 and 31. RGB value is (213,56,49). Sum of RGB (Red+Green+Blue) = 213+56+49=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D53831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53831 is #2AC7CE. Grayscale: #666666. Windows color (decimal): -2803663 or 3225813. OLE color: 3225813.
HSL color Cylindrical-coordinate representation of color #D53831: hue angle of 2.56º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53831 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 49 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.16 |
| HSL | 2.56º | 0.66% | 0.51% | - |
| HSV(B) | 2.56º | 0.77% | 0.84% | - |
| XYZ | 29.41 | 17.2 | 4.67 | - |
| YUV | 102.15 | 98.01 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 49 | 0 | 0.74 | 0.77 | 0.16 | 2.56 | 0.66 | 0.51 |
| Hex | D5 | 38 | 31 | 0 | 4A | 4D | 10 | 3 | 42 | 33 |
| Octal | 325 | 70 | 61 | 0 | 112 | 115 | 20 | 3 | 102 | 63 |
| Binary | 11010101 | 111000 | 110001 | 0 | 1001010 | 1001101 | 10000 | 11 | 1000010 | 110011 |
Color Harmonies of #D53831
Complementary color
Monochromatic Colors of #D53831
Black with #D53831
Text Example
Text Example
White with #D53831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53831; }
p { color: rgb(213,56,49); }
H1.HeaderClassName
{
color: #D53831;
}
.AnyTagClassName
{
color: #D53831;
}
</style>
background-color css
<style>
a { background-color: #D53831; }
a { background-color: rgb(213,56,49); }
div.DivClassName
{
background-color: #D53831;
}
.BgClassName
{
background-color: #D53831;
}
</style>
border-color css
<style>
span { border-color: #D53831; }
span { border-color: rgb(213,56,49); }
td.TdClassName
{
border-color: #D53831;
}
.TagClassName
{
border-color: #D53831;
}
</style>