Shades of Persian Red #C73727
Tints of Persian Red #C73727
RGB
CMYK
RGB Variations
Color information
#C73727 (or 0xC73727) is known color: Persian Red. HEX triplet: C7, 37 and 27. RGB value is (199,55,39). Sum of RGB (Red+Green+Blue) = 199+55+39=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C73727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73727 is #38C8D8. Grayscale: #606060. Windows color (decimal): -3721433 or 2570183. OLE color: 2570183.
HSL color Cylindrical-coordinate representation of color #C73727: hue angle of 6º 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 #C73727 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 39 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.22 |
| HSL | 6º | 0.67% | 0.47% | - |
| HSV(B) | 6º | 0.8% | 0.78% | - |
| XYZ | 25.29 | 15.02 | 3.49 | - |
| YUV | 96.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 39 | 0 | 0.72 | 0.80 | 0.22 | 6 | 0.67 | 0.47 |
| Hex | C7 | 37 | 27 | 0 | 48 | 50 | 16 | 6 | 43 | 2F |
| Octal | 307 | 67 | 47 | 0 | 110 | 120 | 26 | 6 | 103 | 57 |
| Binary | 11000111 | 110111 | 100111 | 0 | 1001000 | 1010000 | 10110 | 110 | 1000011 | 101111 |
Color Harmonies of #C73727
Complementary color
Monochromatic Colors of #C73727
Black with #C73727
Text Example
Text Example
White with #C73727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73727; }
p { color: rgb(199,55,39); }
H1.HeaderClassName
{
color: #C73727;
}
.AnyTagClassName
{
color: #C73727;
}
</style>
background-color css
<style>
a { background-color: #C73727; }
a { background-color: rgb(199,55,39); }
div.DivClassName
{
background-color: #C73727;
}
.BgClassName
{
background-color: #C73727;
}
</style>
border-color css
<style>
span { border-color: #C73727; }
span { border-color: rgb(199,55,39); }
td.TdClassName
{
border-color: #C73727;
}
.TagClassName
{
border-color: #C73727;
}
</style>