Shades of Persian Red #C72D29
Tints of Persian Red #C72D29
RGB
CMYK
RGB Variations
Color information
#C72D29 (or 0xC72D29) is known color: Persian Red. HEX triplet: C7, 2D and 29. RGB value is (199,45,41). Sum of RGB (Red+Green+Blue) = 199+45+41=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72D29 is #38D2D6. Grayscale: #5A5A5A. Windows color (decimal): -3723991 or 2698695. OLE color: 2698695.
HSL color Cylindrical-coordinate representation of color #C72D29: hue angle of 1.52º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72D29 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 41 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.22 |
| HSL | 1.52º | 0.66% | 0.47% | - |
| HSV(B) | 1.52º | 0.79% | 0.78% | - |
| XYZ | 24.89 | 14.18 | 3.52 | - |
| YUV | 90.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 41 | 0 | 0.77 | 0.79 | 0.22 | 1.52 | 0.66 | 0.47 |
| Hex | C7 | 2D | 29 | 0 | 4D | 4F | 16 | 2 | 42 | 2F |
| Octal | 307 | 55 | 51 | 0 | 115 | 117 | 26 | 2 | 102 | 57 |
| Binary | 11000111 | 101101 | 101001 | 0 | 1001101 | 1001111 | 10110 | 10 | 1000010 | 101111 |
Color Harmonies of #C72D29
Complementary color
Monochromatic Colors of #C72D29
Black with #C72D29
Text Example
Text Example
White with #C72D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72D29; }
p { color: rgb(199,45,41); }
H1.HeaderClassName
{
color: #C72D29;
}
.AnyTagClassName
{
color: #C72D29;
}
</style>
background-color css
<style>
a { background-color: #C72D29; }
a { background-color: rgb(199,45,41); }
div.DivClassName
{
background-color: #C72D29;
}
.BgClassName
{
background-color: #C72D29;
}
</style>
border-color css
<style>
span { border-color: #C72D29; }
span { border-color: rgb(199,45,41); }
td.TdClassName
{
border-color: #C72D29;
}
.TagClassName
{
border-color: #C72D29;
}
</style>