Shades of Persian Red #D53A2F
Tints of Persian Red #D53A2F
RGB
CMYK
RGB Variations
Color information
#D53A2F (or 0xD53A2F) is known color: Persian Red. HEX triplet: D5, 3A and 2F. RGB value is (213,58,47). Sum of RGB (Red+Green+Blue) = 213+58+47=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53A2F is #2AC5D0. Grayscale: #676767. Windows color (decimal): -2803153 or 3095253. OLE color: 3095253.
HSL color Cylindrical-coordinate representation of color #D53A2F: hue angle of 3.98º degrees, saturation: 0.66, 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 #D53A2F is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 47 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.16 |
| HSL | 3.98º | 0.66% | 0.51% | - |
| HSV(B) | 3.98º | 0.78% | 0.84% | - |
| XYZ | 29.47 | 17.38 | 4.49 | - |
| YUV | 103.09 | 96.35 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 47 | 0 | 0.73 | 0.78 | 0.16 | 3.98 | 0.66 | 0.51 |
| Hex | D5 | 3A | 2F | 0 | 49 | 4E | 10 | 4 | 42 | 33 |
| Octal | 325 | 72 | 57 | 0 | 111 | 116 | 20 | 4 | 102 | 63 |
| Binary | 11010101 | 111010 | 101111 | 0 | 1001001 | 1001110 | 10000 | 100 | 1000010 | 110011 |
Color Harmonies of #D53A2F
Complementary color
Monochromatic Colors of #D53A2F
Black with #D53A2F
Text Example
Text Example
White with #D53A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53A2F; }
p { color: rgb(213,58,47); }
H1.HeaderClassName
{
color: #D53A2F;
}
.AnyTagClassName
{
color: #D53A2F;
}
</style>
background-color css
<style>
a { background-color: #D53A2F; }
a { background-color: rgb(213,58,47); }
div.DivClassName
{
background-color: #D53A2F;
}
.BgClassName
{
background-color: #D53A2F;
}
</style>
border-color css
<style>
span { border-color: #D53A2F; }
span { border-color: rgb(213,58,47); }
td.TdClassName
{
border-color: #D53A2F;
}
.TagClassName
{
border-color: #D53A2F;
}
</style>