Shades of Persian Red #D63723
Tints of Persian Red #D63723
RGB
CMYK
RGB Variations
Color information
#D63723 (or 0xD63723) is known color: Persian Red. HEX triplet: D6, 37 and 23. RGB value is (214,55,35). Sum of RGB (Red+Green+Blue) = 214+55+35=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D63723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63723 is #29C8DC. Grayscale: #646464. Windows color (decimal): -2738397 or 2308054. OLE color: 2308054.
HSL color Cylindrical-coordinate representation of color #D63723: hue angle of 6.7º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D63723 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 35 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.16 |
| HSL | 6.7º | 0.72% | 0.49% | - |
| HSV(B) | 6.7º | 0.84% | 0.84% | - |
| XYZ | 29.4 | 17.15 | 3.35 | - |
| YUV | 100.26 | 91.18 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 35 | 0 | 0.74 | 0.84 | 0.16 | 6.7 | 0.72 | 0.49 |
| Hex | D6 | 37 | 23 | 0 | 4A | 54 | 10 | 7 | 48 | 31 |
| Octal | 326 | 67 | 43 | 0 | 112 | 124 | 20 | 7 | 110 | 61 |
| Binary | 11010110 | 110111 | 100011 | 0 | 1001010 | 1010100 | 10000 | 111 | 1001000 | 110001 |
Color Harmonies of #D63723
Complementary color
Monochromatic Colors of #D63723
Black with #D63723
Text Example
Text Example
White with #D63723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63723; }
p { color: rgb(214,55,35); }
H1.HeaderClassName
{
color: #D63723;
}
.AnyTagClassName
{
color: #D63723;
}
</style>
background-color css
<style>
a { background-color: #D63723; }
a { background-color: rgb(214,55,35); }
div.DivClassName
{
background-color: #D63723;
}
.BgClassName
{
background-color: #D63723;
}
</style>
border-color css
<style>
span { border-color: #D63723; }
span { border-color: rgb(214,55,35); }
td.TdClassName
{
border-color: #D63723;
}
.TagClassName
{
border-color: #D63723;
}
</style>