Shades of Persian Red #D53027
Tints of Persian Red #D53027
RGB
CMYK
RGB Variations
Color information
#D53027 (or 0xD53027) is known color: Persian Red. HEX triplet: D5, 30 and 27. RGB value is (213,48,39). Sum of RGB (Red+Green+Blue) = 213+48+39=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D53027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53027 is #2ACFD8. Grayscale: #606060. Windows color (decimal): -2805721 or 2568405. OLE color: 2568405.
HSL color Cylindrical-coordinate representation of color #D53027: hue angle of 3.1º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D53027 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 39 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.16 |
| HSL | 3.1º | 0.69% | 0.49% | - |
| HSV(B) | 3.1º | 0.82% | 0.84% | - |
| XYZ | 28.86 | 16.41 | 3.56 | - |
| YUV | 96.31 | 95.66 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 39 | 0 | 0.77 | 0.82 | 0.16 | 3.1 | 0.69 | 0.49 |
| Hex | D5 | 30 | 27 | 0 | 4D | 52 | 10 | 3 | 45 | 31 |
| Octal | 325 | 60 | 47 | 0 | 115 | 122 | 20 | 3 | 105 | 61 |
| Binary | 11010101 | 110000 | 100111 | 0 | 1001101 | 1010010 | 10000 | 11 | 1000101 | 110001 |
Color Harmonies of #D53027
Complementary color
Monochromatic Colors of #D53027
Black with #D53027
Text Example
Text Example
White with #D53027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53027; }
p { color: rgb(213,48,39); }
H1.HeaderClassName
{
color: #D53027;
}
.AnyTagClassName
{
color: #D53027;
}
</style>
background-color css
<style>
a { background-color: #D53027; }
a { background-color: rgb(213,48,39); }
div.DivClassName
{
background-color: #D53027;
}
.BgClassName
{
background-color: #D53027;
}
</style>
border-color css
<style>
span { border-color: #D53027; }
span { border-color: rgb(213,48,39); }
td.TdClassName
{
border-color: #D53027;
}
.TagClassName
{
border-color: #D53027;
}
</style>