Shades of Persian Red #C73F3C
Tints of Persian Red #C73F3C
RGB
CMYK
RGB Variations
Color information
#C73F3C (or 0xC73F3C) is known color: Persian Red. HEX triplet: C7, 3F and 3C. RGB value is (199,63,60). Sum of RGB (Red+Green+Blue) = 199+63+60=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F3C is #38C0C3. Grayscale: #676767. Windows color (decimal): -3719364 or 3948487. OLE color: 3948487.
HSL color Cylindrical-coordinate representation of color #C73F3C: hue angle of 1.29º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73F3C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 60 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.22 |
| HSL | 1.29º | 0.55% | 0.51% | - |
| HSV(B) | 1.29º | 0.7% | 0.78% | - |
| XYZ | 26.15 | 16.02 | 5.99 | - |
| YUV | 103.32 | 103.56 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 60 | 0 | 0.68 | 0.70 | 0.22 | 1.29 | 0.55 | 0.51 |
| Hex | C7 | 3F | 3C | 0 | 44 | 46 | 16 | 1 | 37 | 33 |
| Octal | 307 | 77 | 74 | 0 | 104 | 106 | 26 | 1 | 67 | 63 |
| Binary | 11000111 | 111111 | 111100 | 0 | 1000100 | 1000110 | 10110 | 1 | 110111 | 110011 |
Color Harmonies of #C73F3C
Complementary color
Monochromatic Colors of #C73F3C
Black with #C73F3C
Text Example
Text Example
White with #C73F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F3C; }
p { color: rgb(199,63,60); }
H1.HeaderClassName
{
color: #C73F3C;
}
.AnyTagClassName
{
color: #C73F3C;
}
</style>
background-color css
<style>
a { background-color: #C73F3C; }
a { background-color: rgb(199,63,60); }
div.DivClassName
{
background-color: #C73F3C;
}
.BgClassName
{
background-color: #C73F3C;
}
</style>
border-color css
<style>
span { border-color: #C73F3C; }
span { border-color: rgb(199,63,60); }
td.TdClassName
{
border-color: #C73F3C;
}
.TagClassName
{
border-color: #C73F3C;
}
</style>