Shades of Persian Red #D12723
Tints of Persian Red #D12723
RGB
CMYK
RGB Variations
Color information
#D12723 (or 0xD12723) is known color: Persian Red. HEX triplet: D1, 27 and 23. RGB value is (209,39,35). Sum of RGB (Red+Green+Blue) = 209+39+35=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D12723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12723 is #2ED8DC. Grayscale: #595959. Windows color (decimal): -3070173 or 2303953. OLE color: 2303953.
HSL color Cylindrical-coordinate representation of color #D12723: hue angle of 1.38º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12723 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 35 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.18 |
| HSL | 1.38º | 0.71% | 0.48% | - |
| HSV(B) | 1.38º | 0.83% | 0.82% | - |
| XYZ | 27.32 | 15.13 | 3.07 | - |
| YUV | 89.37 | 97.32 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 35 | 0 | 0.81 | 0.83 | 0.18 | 1.38 | 0.71 | 0.48 |
| Hex | D1 | 27 | 23 | 0 | 51 | 53 | 12 | 1 | 47 | 30 |
| Octal | 321 | 47 | 43 | 0 | 121 | 123 | 22 | 1 | 107 | 60 |
| Binary | 11010001 | 100111 | 100011 | 0 | 1010001 | 1010011 | 10010 | 1 | 1000111 | 110000 |
Color Harmonies of #D12723
Complementary color
Monochromatic Colors of #D12723
Black with #D12723
Text Example
Text Example
White with #D12723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12723; }
p { color: rgb(209,39,35); }
H1.HeaderClassName
{
color: #D12723;
}
.AnyTagClassName
{
color: #D12723;
}
</style>
background-color css
<style>
a { background-color: #D12723; }
a { background-color: rgb(209,39,35); }
div.DivClassName
{
background-color: #D12723;
}
.BgClassName
{
background-color: #D12723;
}
</style>
border-color css
<style>
span { border-color: #D12723; }
span { border-color: rgb(209,39,35); }
td.TdClassName
{
border-color: #D12723;
}
.TagClassName
{
border-color: #D12723;
}
</style>