Shades of Persian Red #D52A27
Tints of Persian Red #D52A27
RGB
CMYK
RGB Variations
Color information
#D52A27 (or 0xD52A27) is known color: Persian Red. HEX triplet: D5, 2A and 27. RGB value is (213,42,39). Sum of RGB (Red+Green+Blue) = 213+42+39=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52A27 is #2AD5D8. Grayscale: #5C5C5C. Windows color (decimal): -2807257 or 2566869. OLE color: 2566869.
HSL color Cylindrical-coordinate representation of color #D52A27: hue angle of 1.03º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52A27 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 39 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.16 |
| HSL | 1.03º | 0.69% | 0.49% | - |
| HSV(B) | 1.03º | 0.82% | 0.84% | - |
| XYZ | 28.63 | 15.95 | 3.49 | - |
| YUV | 92.79 | 97.65 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 39 | 0 | 0.80 | 0.82 | 0.16 | 1.03 | 0.69 | 0.49 |
| Hex | D5 | 2A | 27 | 0 | 50 | 52 | 10 | 1 | 45 | 31 |
| Octal | 325 | 52 | 47 | 0 | 120 | 122 | 20 | 1 | 105 | 61 |
| Binary | 11010101 | 101010 | 100111 | 0 | 1010000 | 1010010 | 10000 | 1 | 1000101 | 110001 |
Color Harmonies of #D52A27
Complementary color
Monochromatic Colors of #D52A27
Black with #D52A27
Text Example
Text Example
White with #D52A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52A27; }
p { color: rgb(213,42,39); }
H1.HeaderClassName
{
color: #D52A27;
}
.AnyTagClassName
{
color: #D52A27;
}
</style>
background-color css
<style>
a { background-color: #D52A27; }
a { background-color: rgb(213,42,39); }
div.DivClassName
{
background-color: #D52A27;
}
.BgClassName
{
background-color: #D52A27;
}
</style>
border-color css
<style>
span { border-color: #D52A27; }
span { border-color: rgb(213,42,39); }
td.TdClassName
{
border-color: #D52A27;
}
.TagClassName
{
border-color: #D52A27;
}
</style>