Shades of Persian Red #C72823
Tints of Persian Red #C72823
RGB
CMYK
RGB Variations
Color information
#C72823 (or 0xC72823) is known color: Persian Red. HEX triplet: C7, 28 and 23. RGB value is (199,40,35). Sum of RGB (Red+Green+Blue) = 199+40+35=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C72823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72823 is #38D7DC. Grayscale: #575757. Windows color (decimal): -3725277 or 2304199. OLE color: 2304199.
HSL color Cylindrical-coordinate representation of color #C72823: hue angle of 1.83º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72823 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 35 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.22 |
| HSL | 1.83º | 0.7% | 0.46% | - |
| HSV(B) | 1.83º | 0.82% | 0.78% | - |
| XYZ | 24.62 | 13.78 | 2.95 | - |
| YUV | 86.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 35 | 0 | 0.80 | 0.82 | 0.22 | 1.83 | 0.7 | 0.46 |
| Hex | C7 | 28 | 23 | 0 | 50 | 52 | 16 | 2 | 46 | 2E |
| Octal | 307 | 50 | 43 | 0 | 120 | 122 | 26 | 2 | 106 | 56 |
| Binary | 11000111 | 101000 | 100011 | 0 | 1010000 | 1010010 | 10110 | 10 | 1000110 | 101110 |
Color Harmonies of #C72823
Complementary color
Monochromatic Colors of #C72823
Black with #C72823
Text Example
Text Example
White with #C72823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72823; }
p { color: rgb(199,40,35); }
H1.HeaderClassName
{
color: #C72823;
}
.AnyTagClassName
{
color: #C72823;
}
</style>
background-color css
<style>
a { background-color: #C72823; }
a { background-color: rgb(199,40,35); }
div.DivClassName
{
background-color: #C72823;
}
.BgClassName
{
background-color: #C72823;
}
</style>
border-color css
<style>
span { border-color: #C72823; }
span { border-color: rgb(199,40,35); }
td.TdClassName
{
border-color: #C72823;
}
.TagClassName
{
border-color: #C72823;
}
</style>