Shades of Persian Red #D23726
Tints of Persian Red #D23726
RGB
CMYK
RGB Variations
Color information
#D23726 (or 0xD23726) is known color: Persian Red. HEX triplet: D2, 37 and 26. RGB value is (210,55,38). Sum of RGB (Red+Green+Blue) = 210+55+38=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D23726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23726 is #2DC8D9. Grayscale: #636363. Windows color (decimal): -3000538 or 2504658. OLE color: 2504658.
HSL color Cylindrical-coordinate representation of color #D23726: hue angle of 5.93º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D23726 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 38 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.18 |
| HSL | 5.93º | 0.69% | 0.49% | - |
| HSV(B) | 5.93º | 0.82% | 0.82% | - |
| XYZ | 28.29 | 16.57 | 3.54 | - |
| YUV | 99.41 | 93.35 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 38 | 0 | 0.74 | 0.82 | 0.18 | 5.93 | 0.69 | 0.49 |
| Hex | D2 | 37 | 26 | 0 | 4A | 52 | 12 | 6 | 45 | 31 |
| Octal | 322 | 67 | 46 | 0 | 112 | 122 | 22 | 6 | 105 | 61 |
| Binary | 11010010 | 110111 | 100110 | 0 | 1001010 | 1010010 | 10010 | 110 | 1000101 | 110001 |
Color Harmonies of #D23726
Complementary color
Monochromatic Colors of #D23726
Black with #D23726
Text Example
Text Example
White with #D23726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23726; }
p { color: rgb(210,55,38); }
H1.HeaderClassName
{
color: #D23726;
}
.AnyTagClassName
{
color: #D23726;
}
</style>
background-color css
<style>
a { background-color: #D23726; }
a { background-color: rgb(210,55,38); }
div.DivClassName
{
background-color: #D23726;
}
.BgClassName
{
background-color: #D23726;
}
</style>
border-color css
<style>
span { border-color: #D23726; }
span { border-color: rgb(210,55,38); }
td.TdClassName
{
border-color: #D23726;
}
.TagClassName
{
border-color: #D23726;
}
</style>