Shades of Persian Red #D23425
Tints of Persian Red #D23425
RGB
CMYK
RGB Variations
Color information
#D23425 (or 0xD23425) is known color: Persian Red. HEX triplet: D2, 34 and 25. RGB value is (210,52,37). Sum of RGB (Red+Green+Blue) = 210+52+37=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D23425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23425 is #2DCBDA. Grayscale: #616161. Windows color (decimal): -3001307 or 2438354. OLE color: 2438354.
HSL color Cylindrical-coordinate representation of color #D23425: hue angle of 5.2º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D23425 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 37 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.18 |
| HSL | 5.2º | 0.7% | 0.48% | - |
| HSV(B) | 5.2º | 0.82% | 0.82% | - |
| XYZ | 28.14 | 16.29 | 3.41 | - |
| YUV | 97.53 | 93.85 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 37 | 0 | 0.75 | 0.82 | 0.18 | 5.2 | 0.7 | 0.48 |
| Hex | D2 | 34 | 25 | 0 | 4B | 52 | 12 | 5 | 46 | 30 |
| Octal | 322 | 64 | 45 | 0 | 113 | 122 | 22 | 5 | 106 | 60 |
| Binary | 11010010 | 110100 | 100101 | 0 | 1001011 | 1010010 | 10010 | 101 | 1000110 | 110000 |
Color Harmonies of #D23425
Complementary color
Monochromatic Colors of #D23425
Black with #D23425
Text Example
Text Example
White with #D23425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23425; }
p { color: rgb(210,52,37); }
H1.HeaderClassName
{
color: #D23425;
}
.AnyTagClassName
{
color: #D23425;
}
</style>
background-color css
<style>
a { background-color: #D23425; }
a { background-color: rgb(210,52,37); }
div.DivClassName
{
background-color: #D23425;
}
.BgClassName
{
background-color: #D23425;
}
</style>
border-color css
<style>
span { border-color: #D23425; }
span { border-color: rgb(210,52,37); }
td.TdClassName
{
border-color: #D23425;
}
.TagClassName
{
border-color: #D23425;
}
</style>