Shades of Persian Red #C72927
Tints of Persian Red #C72927
RGB
CMYK
RGB Variations
Color information
#C72927 (or 0xC72927) is known color: Persian Red. HEX triplet: C7, 29 and 27. RGB value is (199,41,39). Sum of RGB (Red+Green+Blue) = 199+41+39=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C72927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72927 is #38D6D8. Grayscale: #585858. Windows color (decimal): -3725017 or 2566599. OLE color: 2566599.
HSL color Cylindrical-coordinate representation of color #C72927: hue angle of 0.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72927 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 39 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.22 |
| HSL | 0.75º | 0.67% | 0.47% | - |
| HSV(B) | 0.75º | 0.8% | 0.78% | - |
| XYZ | 24.71 | 13.87 | 3.3 | - |
| YUV | 88.01 | 100.35 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 39 | 0 | 0.79 | 0.80 | 0.22 | 0.75 | 0.67 | 0.47 |
| Hex | C7 | 29 | 27 | 0 | 4F | 50 | 16 | 1 | 43 | 2F |
| Octal | 307 | 51 | 47 | 0 | 117 | 120 | 26 | 1 | 103 | 57 |
| Binary | 11000111 | 101001 | 100111 | 0 | 1001111 | 1010000 | 10110 | 1 | 1000011 | 101111 |
Color Harmonies of #C72927
Complementary color
Monochromatic Colors of #C72927
Black with #C72927
Text Example
Text Example
White with #C72927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72927; }
p { color: rgb(199,41,39); }
H1.HeaderClassName
{
color: #C72927;
}
.AnyTagClassName
{
color: #C72927;
}
</style>
background-color css
<style>
a { background-color: #C72927; }
a { background-color: rgb(199,41,39); }
div.DivClassName
{
background-color: #C72927;
}
.BgClassName
{
background-color: #C72927;
}
</style>
border-color css
<style>
span { border-color: #C72927; }
span { border-color: rgb(199,41,39); }
td.TdClassName
{
border-color: #C72927;
}
.TagClassName
{
border-color: #C72927;
}
</style>