Shades of Persian Red #D23925
Tints of Persian Red #D23925
RGB
CMYK
RGB Variations
Color information
#D23925 (or 0xD23925) is known color: Persian Red. HEX triplet: D2, 39 and 25. RGB value is (210,57,37). Sum of RGB (Red+Green+Blue) = 210+57+37=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D23925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23925 is #2DC6DA. Grayscale: #646464. Windows color (decimal): -3000027 or 2439634. OLE color: 2439634.
HSL color Cylindrical-coordinate representation of color #D23925: hue angle of 6.94º 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 #D23925 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 37 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.18 |
| HSL | 6.94º | 0.7% | 0.48% | - |
| HSV(B) | 6.94º | 0.82% | 0.82% | - |
| XYZ | 28.38 | 16.76 | 3.49 | - |
| YUV | 100.47 | 92.19 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 37 | 0 | 0.73 | 0.82 | 0.18 | 6.94 | 0.7 | 0.48 |
| Hex | D2 | 39 | 25 | 0 | 49 | 52 | 12 | 7 | 46 | 30 |
| Octal | 322 | 71 | 45 | 0 | 111 | 122 | 22 | 7 | 106 | 60 |
| Binary | 11010010 | 111001 | 100101 | 0 | 1001001 | 1010010 | 10010 | 111 | 1000110 | 110000 |
Color Harmonies of #D23925
Complementary color
Monochromatic Colors of #D23925
Black with #D23925
Text Example
Text Example
White with #D23925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23925; }
p { color: rgb(210,57,37); }
H1.HeaderClassName
{
color: #D23925;
}
.AnyTagClassName
{
color: #D23925;
}
</style>
background-color css
<style>
a { background-color: #D23925; }
a { background-color: rgb(210,57,37); }
div.DivClassName
{
background-color: #D23925;
}
.BgClassName
{
background-color: #D23925;
}
</style>
border-color css
<style>
span { border-color: #D23925; }
span { border-color: rgb(210,57,37); }
td.TdClassName
{
border-color: #D23925;
}
.TagClassName
{
border-color: #D23925;
}
</style>