Shades of Persian Red #D53930
Tints of Persian Red #D53930
RGB
CMYK
RGB Variations
Color information
#D53930 (or 0xD53930) is known color: Persian Red. HEX triplet: D5, 39 and 30. RGB value is (213,57,48). Sum of RGB (Red+Green+Blue) = 213+57+48=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D53930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53930 is #2AC6CF. Grayscale: #666666. Windows color (decimal): -2803408 or 3160533. OLE color: 3160533.
HSL color Cylindrical-coordinate representation of color #D53930: hue angle of 3.27º 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 #D53930 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 48 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.16 |
| HSL | 3.27º | 0.66% | 0.51% | - |
| HSV(B) | 3.27º | 0.77% | 0.84% | - |
| XYZ | 29.44 | 17.29 | 4.58 | - |
| YUV | 102.62 | 97.18 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 48 | 0 | 0.73 | 0.77 | 0.16 | 3.27 | 0.66 | 0.51 |
| Hex | D5 | 39 | 30 | 0 | 49 | 4D | 10 | 3 | 42 | 33 |
| Octal | 325 | 71 | 60 | 0 | 111 | 115 | 20 | 3 | 102 | 63 |
| Binary | 11010101 | 111001 | 110000 | 0 | 1001001 | 1001101 | 10000 | 11 | 1000010 | 110011 |
Color Harmonies of #D53930
Complementary color
Monochromatic Colors of #D53930
Black with #D53930
Text Example
Text Example
White with #D53930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53930; }
p { color: rgb(213,57,48); }
H1.HeaderClassName
{
color: #D53930;
}
.AnyTagClassName
{
color: #D53930;
}
</style>
background-color css
<style>
a { background-color: #D53930; }
a { background-color: rgb(213,57,48); }
div.DivClassName
{
background-color: #D53930;
}
.BgClassName
{
background-color: #D53930;
}
</style>
border-color css
<style>
span { border-color: #D53930; }
span { border-color: rgb(213,57,48); }
td.TdClassName
{
border-color: #D53930;
}
.TagClassName
{
border-color: #D53930;
}
</style>