Shades of Persian Red #D12623
Tints of Persian Red #D12623
RGB
CMYK
RGB Variations
Color information
#D12623 (or 0xD12623) is known color: Persian Red. HEX triplet: D1, 26 and 23. RGB value is (209,38,35). Sum of RGB (Red+Green+Blue) = 209+38+35=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D12623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12623 is #2ED9DC. Grayscale: #585858. Windows color (decimal): -3070429 or 2303697. OLE color: 2303697.
HSL color Cylindrical-coordinate representation of color #D12623: hue angle of 1.03º 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 #D12623 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 35 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.18 |
| HSL | 1.03º | 0.71% | 0.48% | - |
| HSV(B) | 1.03º | 0.83% | 0.82% | - |
| XYZ | 27.29 | 15.06 | 3.06 | - |
| YUV | 88.79 | 97.65 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 35 | 0 | 0.82 | 0.83 | 0.18 | 1.03 | 0.71 | 0.48 |
| Hex | D1 | 26 | 23 | 0 | 52 | 53 | 12 | 1 | 47 | 30 |
| Octal | 321 | 46 | 43 | 0 | 122 | 123 | 22 | 1 | 107 | 60 |
| Binary | 11010001 | 100110 | 100011 | 0 | 1010010 | 1010011 | 10010 | 1 | 1000111 | 110000 |
Color Harmonies of #D12623
Complementary color
Monochromatic Colors of #D12623
Black with #D12623
Text Example
Text Example
White with #D12623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12623; }
p { color: rgb(209,38,35); }
H1.HeaderClassName
{
color: #D12623;
}
.AnyTagClassName
{
color: #D12623;
}
</style>
background-color css
<style>
a { background-color: #D12623; }
a { background-color: rgb(209,38,35); }
div.DivClassName
{
background-color: #D12623;
}
.BgClassName
{
background-color: #D12623;
}
</style>
border-color css
<style>
span { border-color: #D12623; }
span { border-color: rgb(209,38,35); }
td.TdClassName
{
border-color: #D12623;
}
.TagClassName
{
border-color: #D12623;
}
</style>