Shades of Persian Red #C72C28
Tints of Persian Red #C72C28
RGB
CMYK
RGB Variations
Color information
#C72C28 (or 0xC72C28) is known color: Persian Red. HEX triplet: C7, 2C and 28. RGB value is (199,44,40). Sum of RGB (Red+Green+Blue) = 199+44+40=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72C28 is #38D3D7. Grayscale: #5A5A5A. Windows color (decimal): -3724248 or 2632903. OLE color: 2632903.
HSL color Cylindrical-coordinate representation of color #C72C28: hue angle of 1.51º 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 #C72C28 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 44 | 40 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.22 |
| HSL | 1.51º | 0.67% | 0.47% | - |
| HSV(B) | 1.51º | 0.8% | 0.78% | - |
| XYZ | 24.84 | 14.1 | 3.42 | - |
| YUV | 89.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 44 | 40 | 0 | 0.78 | 0.80 | 0.22 | 1.51 | 0.67 | 0.47 |
| Hex | C7 | 2C | 28 | 0 | 4E | 50 | 16 | 2 | 43 | 2F |
| Octal | 307 | 54 | 50 | 0 | 116 | 120 | 26 | 2 | 103 | 57 |
| Binary | 11000111 | 101100 | 101000 | 0 | 1001110 | 1010000 | 10110 | 10 | 1000011 | 101111 |
Color Harmonies of #C72C28
Complementary color
Monochromatic Colors of #C72C28
Black with #C72C28
Text Example
Text Example
White with #C72C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72C28; }
p { color: rgb(199,44,40); }
H1.HeaderClassName
{
color: #C72C28;
}
.AnyTagClassName
{
color: #C72C28;
}
</style>
background-color css
<style>
a { background-color: #C72C28; }
a { background-color: rgb(199,44,40); }
div.DivClassName
{
background-color: #C72C28;
}
.BgClassName
{
background-color: #C72C28;
}
</style>
border-color css
<style>
span { border-color: #C72C28; }
span { border-color: rgb(199,44,40); }
td.TdClassName
{
border-color: #C72C28;
}
.TagClassName
{
border-color: #C72C28;
}
</style>