Shades of Persian Red #D53B30
Tints of Persian Red #D53B30
RGB
CMYK
RGB Variations
Color information
#D53B30 (or 0xD53B30) is known color: Persian Red. HEX triplet: D5, 3B and 30. RGB value is (213,59,48). Sum of RGB (Red+Green+Blue) = 213+59+48=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53B30 is #2AC4CF. Grayscale: #676767. Windows color (decimal): -2802896 or 3161045. OLE color: 3161045.
HSL color Cylindrical-coordinate representation of color #D53B30: hue angle of 4º 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 #D53B30 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 48 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.16 |
| HSL | 4º | 0.66% | 0.51% | - |
| HSV(B) | 4º | 0.77% | 0.84% | - |
| XYZ | 29.54 | 17.49 | 4.61 | - |
| YUV | 103.79 | 96.52 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 48 | 0 | 0.72 | 0.77 | 0.16 | 4 | 0.66 | 0.51 |
| Hex | D5 | 3B | 30 | 0 | 48 | 4D | 10 | 4 | 42 | 33 |
| Octal | 325 | 73 | 60 | 0 | 110 | 115 | 20 | 4 | 102 | 63 |
| Binary | 11010101 | 111011 | 110000 | 0 | 1001000 | 1001101 | 10000 | 100 | 1000010 | 110011 |
Color Harmonies of #D53B30
Complementary color
Monochromatic Colors of #D53B30
Black with #D53B30
Text Example
Text Example
White with #D53B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53B30; }
p { color: rgb(213,59,48); }
H1.HeaderClassName
{
color: #D53B30;
}
.AnyTagClassName
{
color: #D53B30;
}
</style>
background-color css
<style>
a { background-color: #D53B30; }
a { background-color: rgb(213,59,48); }
div.DivClassName
{
background-color: #D53B30;
}
.BgClassName
{
background-color: #D53B30;
}
</style>
border-color css
<style>
span { border-color: #D53B30; }
span { border-color: rgb(213,59,48); }
td.TdClassName
{
border-color: #D53B30;
}
.TagClassName
{
border-color: #D53B30;
}
</style>