Shades of Persian Red #C73631
Tints of Persian Red #C73631
RGB
CMYK
RGB Variations
Color information
#C73631 (or 0xC73631) is known color: Persian Red. HEX triplet: C7, 36 and 31. RGB value is (199,54,49). Sum of RGB (Red+Green+Blue) = 199+54+49=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C73631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73631 is #38C9CE. Grayscale: #606060. Windows color (decimal): -3721679 or 3225287. OLE color: 3225287.
HSL color Cylindrical-coordinate representation of color #C73631: hue angle of 2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73631 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 49 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.22 |
| HSL | 2º | 0.6% | 0.49% | - |
| HSV(B) | 2º | 0.75% | 0.78% | - |
| XYZ | 25.43 | 15 | 4.46 | - |
| YUV | 96.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 49 | 0 | 0.73 | 0.75 | 0.22 | 2 | 0.6 | 0.49 |
| Hex | C7 | 36 | 31 | 0 | 49 | 4B | 16 | 2 | 3C | 31 |
| Octal | 307 | 66 | 61 | 0 | 111 | 113 | 26 | 2 | 74 | 61 |
| Binary | 11000111 | 110110 | 110001 | 0 | 1001001 | 1001011 | 10110 | 10 | 111100 | 110001 |
Color Harmonies of #C73631
Complementary color
Monochromatic Colors of #C73631
Black with #C73631
Text Example
Text Example
White with #C73631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73631; }
p { color: rgb(199,54,49); }
H1.HeaderClassName
{
color: #C73631;
}
.AnyTagClassName
{
color: #C73631;
}
</style>
background-color css
<style>
a { background-color: #C73631; }
a { background-color: rgb(199,54,49); }
div.DivClassName
{
background-color: #C73631;
}
.BgClassName
{
background-color: #C73631;
}
</style>
border-color css
<style>
span { border-color: #C73631; }
span { border-color: rgb(199,54,49); }
td.TdClassName
{
border-color: #C73631;
}
.TagClassName
{
border-color: #C73631;
}
</style>