Shades of Persian Red #D53C2F
Tints of Persian Red #D53C2F
RGB
CMYK
RGB Variations
Color information
#D53C2F (or 0xD53C2F) is known color: Persian Red. HEX triplet: D5, 3C and 2F. RGB value is (213,60,47). Sum of RGB (Red+Green+Blue) = 213+60+47=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53C2F is #2AC3D0. Grayscale: #686868. Windows color (decimal): -2802641 or 3095765. OLE color: 3095765.
HSL color Cylindrical-coordinate representation of color #D53C2F: hue angle of 4.7º 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 #D53C2F is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 47 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.16 |
| HSL | 4.7º | 0.66% | 0.51% | - |
| HSV(B) | 4.7º | 0.78% | 0.84% | - |
| XYZ | 29.57 | 17.58 | 4.52 | - |
| YUV | 104.27 | 95.69 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 47 | 0 | 0.72 | 0.78 | 0.16 | 4.7 | 0.66 | 0.51 |
| Hex | D5 | 3C | 2F | 0 | 48 | 4E | 10 | 5 | 42 | 33 |
| Octal | 325 | 74 | 57 | 0 | 110 | 116 | 20 | 5 | 102 | 63 |
| Binary | 11010101 | 111100 | 101111 | 0 | 1001000 | 1001110 | 10000 | 101 | 1000010 | 110011 |
Color Harmonies of #D53C2F
Complementary color
Monochromatic Colors of #D53C2F
Black with #D53C2F
Text Example
Text Example
White with #D53C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53C2F; }
p { color: rgb(213,60,47); }
H1.HeaderClassName
{
color: #D53C2F;
}
.AnyTagClassName
{
color: #D53C2F;
}
</style>
background-color css
<style>
a { background-color: #D53C2F; }
a { background-color: rgb(213,60,47); }
div.DivClassName
{
background-color: #D53C2F;
}
.BgClassName
{
background-color: #D53C2F;
}
</style>
border-color css
<style>
span { border-color: #D53C2F; }
span { border-color: rgb(213,60,47); }
td.TdClassName
{
border-color: #D53C2F;
}
.TagClassName
{
border-color: #D53C2F;
}
</style>