Shades of Persian Red #D53936
Tints of Persian Red #D53936
RGB
CMYK
RGB Variations
Color information
#D53936 (or 0xD53936) is known color: Persian Red. HEX triplet: D5, 39 and 36. RGB value is (213,57,54). Sum of RGB (Red+Green+Blue) = 213+57+54=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D53936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53936 is #2AC6C9. Grayscale: #676767. Windows color (decimal): -2803402 or 3553749. OLE color: 3553749.
HSL color Cylindrical-coordinate representation of color #D53936: hue angle of 1.13º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53936 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 54 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.16 |
| HSL | 1.13º | 0.65% | 0.52% | - |
| HSV(B) | 1.13º | 0.75% | 0.84% | - |
| XYZ | 29.57 | 17.34 | 5.28 | - |
| YUV | 103.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 54 | 0 | 0.73 | 0.75 | 0.16 | 1.13 | 0.65 | 0.52 |
| Hex | D5 | 39 | 36 | 0 | 49 | 4B | 10 | 1 | 41 | 34 |
| Octal | 325 | 71 | 66 | 0 | 111 | 113 | 20 | 1 | 101 | 64 |
| Binary | 11010101 | 111001 | 110110 | 0 | 1001001 | 1001011 | 10000 | 1 | 1000001 | 110100 |
Color Harmonies of #D53936
Complementary color
Monochromatic Colors of #D53936
Black with #D53936
Text Example
Text Example
White with #D53936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53936; }
p { color: rgb(213,57,54); }
H1.HeaderClassName
{
color: #D53936;
}
.AnyTagClassName
{
color: #D53936;
}
</style>
background-color css
<style>
a { background-color: #D53936; }
a { background-color: rgb(213,57,54); }
div.DivClassName
{
background-color: #D53936;
}
.BgClassName
{
background-color: #D53936;
}
</style>
border-color css
<style>
span { border-color: #D53936; }
span { border-color: rgb(213,57,54); }
td.TdClassName
{
border-color: #D53936;
}
.TagClassName
{
border-color: #D53936;
}
</style>