Shades of Persian Red #D52B21
Tints of Persian Red #D52B21
RGB
CMYK
RGB Variations
Color information
#D52B21 (or 0xD52B21) is known color: Persian Red. HEX triplet: D5, 2B and 21. RGB value is (213,43,33). Sum of RGB (Red+Green+Blue) = 213+43+33=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B21 is #2AD4DE. Grayscale: #5C5C5C. Windows color (decimal): -2807007 or 2173909. OLE color: 2173909.
HSL color Cylindrical-coordinate representation of color #D52B21: hue angle of 3.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52B21 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 33 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.16 |
| HSL | 3.33º | 0.73% | 0.48% | - |
| HSV(B) | 3.33º | 0.85% | 0.84% | - |
| XYZ | 28.58 | 15.98 | 3.02 | - |
| YUV | 92.69 | 94.32 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 33 | 0 | 0.80 | 0.85 | 0.16 | 3.33 | 0.73 | 0.48 |
| Hex | D5 | 2B | 21 | 0 | 50 | 55 | 10 | 3 | 49 | 30 |
| Octal | 325 | 53 | 41 | 0 | 120 | 125 | 20 | 3 | 111 | 60 |
| Binary | 11010101 | 101011 | 100001 | 0 | 1010000 | 1010101 | 10000 | 11 | 1001001 | 110000 |
Color Harmonies of #D52B21
Complementary color
Monochromatic Colors of #D52B21
Black with #D52B21
Text Example
Text Example
White with #D52B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52B21; }
p { color: rgb(213,43,33); }
H1.HeaderClassName
{
color: #D52B21;
}
.AnyTagClassName
{
color: #D52B21;
}
</style>
background-color css
<style>
a { background-color: #D52B21; }
a { background-color: rgb(213,43,33); }
div.DivClassName
{
background-color: #D52B21;
}
.BgClassName
{
background-color: #D52B21;
}
</style>
border-color css
<style>
span { border-color: #D52B21; }
span { border-color: rgb(213,43,33); }
td.TdClassName
{
border-color: #D52B21;
}
.TagClassName
{
border-color: #D52B21;
}
</style>