Shades of Persian Red #D53B2E
Tints of Persian Red #D53B2E
RGB
CMYK
RGB Variations
Color information
#D53B2E (or 0xD53B2E) is known color: Persian Red. HEX triplet: D5, 3B and 2E. RGB value is (213,59,46). Sum of RGB (Red+Green+Blue) = 213+59+46=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53B2E is #2AC4D1. Grayscale: #676767. Windows color (decimal): -2802898 or 3029973. OLE color: 3029973.
HSL color Cylindrical-coordinate representation of color #D53B2E: hue angle of 4.67º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D53B2E is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 46 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.16 |
| HSL | 4.67º | 0.67% | 0.51% | - |
| HSV(B) | 4.67º | 0.78% | 0.84% | - |
| XYZ | 29.5 | 17.47 | 4.4 | - |
| YUV | 103.56 | 95.52 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 46 | 0 | 0.72 | 0.78 | 0.16 | 4.67 | 0.67 | 0.51 |
| Hex | D5 | 3B | 2E | 0 | 48 | 4E | 10 | 5 | 43 | 33 |
| Octal | 325 | 73 | 56 | 0 | 110 | 116 | 20 | 5 | 103 | 63 |
| Binary | 11010101 | 111011 | 101110 | 0 | 1001000 | 1001110 | 10000 | 101 | 1000011 | 110011 |
Color Harmonies of #D53B2E
Complementary color
Monochromatic Colors of #D53B2E
Black with #D53B2E
Text Example
Text Example
White with #D53B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53B2E; }
p { color: rgb(213,59,46); }
H1.HeaderClassName
{
color: #D53B2E;
}
.AnyTagClassName
{
color: #D53B2E;
}
</style>
background-color css
<style>
a { background-color: #D53B2E; }
a { background-color: rgb(213,59,46); }
div.DivClassName
{
background-color: #D53B2E;
}
.BgClassName
{
background-color: #D53B2E;
}
</style>
border-color css
<style>
span { border-color: #D53B2E; }
span { border-color: rgb(213,59,46); }
td.TdClassName
{
border-color: #D53B2E;
}
.TagClassName
{
border-color: #D53B2E;
}
</style>