Shades of Persian Red #C72926
Tints of Persian Red #C72926
RGB
CMYK
RGB Variations
Color information
#C72926 (or 0xC72926) is known color: Persian Red. HEX triplet: C7, 29 and 26. RGB value is (199,41,38). Sum of RGB (Red+Green+Blue) = 199+41+38=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C72926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72926 is #38D6D9. Grayscale: #585858. Windows color (decimal): -3725018 or 2501063. OLE color: 2501063.
HSL color Cylindrical-coordinate representation of color #C72926: hue angle of 1.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72926 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 38 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.22 |
| HSL | 1.12º | 0.68% | 0.46% | - |
| HSV(B) | 1.12º | 0.81% | 0.78% | - |
| XYZ | 24.7 | 13.87 | 3.21 | - |
| YUV | 87.9 | 99.85 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 38 | 0 | 0.79 | 0.81 | 0.22 | 1.12 | 0.68 | 0.46 |
| Hex | C7 | 29 | 26 | 0 | 4F | 51 | 16 | 1 | 44 | 2E |
| Octal | 307 | 51 | 46 | 0 | 117 | 121 | 26 | 1 | 104 | 56 |
| Binary | 11000111 | 101001 | 100110 | 0 | 1001111 | 1010001 | 10110 | 1 | 1000100 | 101110 |
Color Harmonies of #C72926
Complementary color
Monochromatic Colors of #C72926
Black with #C72926
Text Example
Text Example
White with #C72926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72926; }
p { color: rgb(199,41,38); }
H1.HeaderClassName
{
color: #C72926;
}
.AnyTagClassName
{
color: #C72926;
}
</style>
background-color css
<style>
a { background-color: #C72926; }
a { background-color: rgb(199,41,38); }
div.DivClassName
{
background-color: #C72926;
}
.BgClassName
{
background-color: #C72926;
}
</style>
border-color css
<style>
span { border-color: #C72926; }
span { border-color: rgb(199,41,38); }
td.TdClassName
{
border-color: #C72926;
}
.TagClassName
{
border-color: #C72926;
}
</style>