Shades of Persian Red #D52D2C
Tints of Persian Red #D52D2C
RGB
CMYK
RGB Variations
Color information
#D52D2C (or 0xD52D2C) is known color: Persian Red. HEX triplet: D5, 2D and 2C. RGB value is (213,45,44). Sum of RGB (Red+Green+Blue) = 213+45+44=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D2C is #2AD2D3. Grayscale: #5F5F5F. Windows color (decimal): -2806484 or 2895317. OLE color: 2895317.
HSL color Cylindrical-coordinate representation of color #D52D2C: hue angle of 0.36º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52D2C is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 44 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.16 |
| HSL | 0.36º | 0.67% | 0.5% | - |
| HSV(B) | 0.36º | 0.79% | 0.84% | - |
| XYZ | 28.83 | 16.2 | 3.99 | - |
| YUV | 95.12 | 99.16 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 44 | 0 | 0.79 | 0.79 | 0.16 | 0.36 | 0.67 | 0.5 |
| Hex | D5 | 2D | 2C | 0 | 4F | 4F | 10 | 0 | 43 | 32 |
| Octal | 325 | 55 | 54 | 0 | 117 | 117 | 20 | 0 | 103 | 62 |
| Binary | 11010101 | 101101 | 101100 | 0 | 1001111 | 1001111 | 10000 | 0 | 1000011 | 110010 |
Color Harmonies of #D52D2C
Complementary color
Monochromatic Colors of #D52D2C
Black with #D52D2C
Text Example
Text Example
White with #D52D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D2C; }
p { color: rgb(213,45,44); }
H1.HeaderClassName
{
color: #D52D2C;
}
.AnyTagClassName
{
color: #D52D2C;
}
</style>
background-color css
<style>
a { background-color: #D52D2C; }
a { background-color: rgb(213,45,44); }
div.DivClassName
{
background-color: #D52D2C;
}
.BgClassName
{
background-color: #D52D2C;
}
</style>
border-color css
<style>
span { border-color: #D52D2C; }
span { border-color: rgb(213,45,44); }
td.TdClassName
{
border-color: #D52D2C;
}
.TagClassName
{
border-color: #D52D2C;
}
</style>