Shades of Persian Red #C72D27
Tints of Persian Red #C72D27
RGB
CMYK
RGB Variations
Color information
#C72D27 (or 0xC72D27) is known color: Persian Red. HEX triplet: C7, 2D and 27. RGB value is (199,45,39). Sum of RGB (Red+Green+Blue) = 199+45+39=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72D27 is #38D2D8. Grayscale: #5A5A5A. Windows color (decimal): -3723993 or 2567623. OLE color: 2567623.
HSL color Cylindrical-coordinate representation of color #C72D27: hue angle of 2.25º 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 #C72D27 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 39 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.22 |
| HSL | 2.25º | 0.67% | 0.47% | - |
| HSV(B) | 2.25º | 0.8% | 0.78% | - |
| XYZ | 24.86 | 14.17 | 3.34 | - |
| YUV | 90.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 39 | 0 | 0.77 | 0.80 | 0.22 | 2.25 | 0.67 | 0.47 |
| Hex | C7 | 2D | 27 | 0 | 4D | 50 | 16 | 2 | 43 | 2F |
| Octal | 307 | 55 | 47 | 0 | 115 | 120 | 26 | 2 | 103 | 57 |
| Binary | 11000111 | 101101 | 100111 | 0 | 1001101 | 1010000 | 10110 | 10 | 1000011 | 101111 |
Color Harmonies of #C72D27
Complementary color
Monochromatic Colors of #C72D27
Black with #C72D27
Text Example
Text Example
White with #C72D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72D27; }
p { color: rgb(199,45,39); }
H1.HeaderClassName
{
color: #C72D27;
}
.AnyTagClassName
{
color: #C72D27;
}
</style>
background-color css
<style>
a { background-color: #C72D27; }
a { background-color: rgb(199,45,39); }
div.DivClassName
{
background-color: #C72D27;
}
.BgClassName
{
background-color: #C72D27;
}
</style>
border-color css
<style>
span { border-color: #C72D27; }
span { border-color: rgb(199,45,39); }
td.TdClassName
{
border-color: #C72D27;
}
.TagClassName
{
border-color: #C72D27;
}
</style>