Shades of Persian Red #D83725
Tints of Persian Red #D83725
RGB
CMYK
RGB Variations
Color information
#D83725 (or 0xD83725) is known color: Persian Red. HEX triplet: D8, 37 and 25. RGB value is (216,55,37). Sum of RGB (Red+Green+Blue) = 216+55+37=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D83725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83725 is #27C8DA. Grayscale: #656565. Windows color (decimal): -2607323 or 2439128. OLE color: 2439128.
HSL color Cylindrical-coordinate representation of color #D83725: hue angle of 6.03º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D83725 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 55 | 37 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.15 |
| HSL | 6.03º | 0.71% | 0.5% | - |
| HSV(B) | 6.03º | 0.83% | 0.85% | - |
| XYZ | 30.02 | 17.46 | 3.54 | - |
| YUV | 101.09 | 91.84 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 55 | 37 | 0 | 0.75 | 0.83 | 0.15 | 6.03 | 0.71 | 0.5 |
| Hex | D8 | 37 | 25 | 0 | 4B | 53 | F | 6 | 47 | 32 |
| Octal | 330 | 67 | 45 | 0 | 113 | 123 | 17 | 6 | 107 | 62 |
| Binary | 11011000 | 110111 | 100101 | 0 | 1001011 | 1010011 | 1111 | 110 | 1000111 | 110010 |
Color Harmonies of #D83725
Complementary color
Monochromatic Colors of #D83725
Black with #D83725
Text Example
Text Example
White with #D83725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83725; }
p { color: rgb(216,55,37); }
H1.HeaderClassName
{
color: #D83725;
}
.AnyTagClassName
{
color: #D83725;
}
</style>
background-color css
<style>
a { background-color: #D83725; }
a { background-color: rgb(216,55,37); }
div.DivClassName
{
background-color: #D83725;
}
.BgClassName
{
background-color: #D83725;
}
</style>
border-color css
<style>
span { border-color: #D83725; }
span { border-color: rgb(216,55,37); }
td.TdClassName
{
border-color: #D83725;
}
.TagClassName
{
border-color: #D83725;
}
</style>