Shades of Persian Red #C73330
Tints of Persian Red #C73330
RGB
CMYK
RGB Variations
Color information
#C73330 (or 0xC73330) is known color: Persian Red. HEX triplet: C7, 33 and 30. RGB value is (199,51,48). Sum of RGB (Red+Green+Blue) = 199+51+48=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C73330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73330 is #38CCCF. Grayscale: #5F5F5F. Windows color (decimal): -3722448 or 3158983. OLE color: 3158983.
HSL color Cylindrical-coordinate representation of color #C73330: hue angle of 1.19º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73330 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 48 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.22 |
| HSL | 1.19º | 0.61% | 0.48% | - |
| HSV(B) | 1.19º | 0.76% | 0.78% | - |
| XYZ | 25.27 | 14.72 | 4.31 | - |
| YUV | 94.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 48 | 0 | 0.74 | 0.76 | 0.22 | 1.19 | 0.61 | 0.48 |
| Hex | C7 | 33 | 30 | 0 | 4A | 4C | 16 | 1 | 3D | 30 |
| Octal | 307 | 63 | 60 | 0 | 112 | 114 | 26 | 1 | 75 | 60 |
| Binary | 11000111 | 110011 | 110000 | 0 | 1001010 | 1001100 | 10110 | 1 | 111101 | 110000 |
Color Harmonies of #C73330
Complementary color
Monochromatic Colors of #C73330
Black with #C73330
Text Example
Text Example
White with #C73330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73330; }
p { color: rgb(199,51,48); }
H1.HeaderClassName
{
color: #C73330;
}
.AnyTagClassName
{
color: #C73330;
}
</style>
background-color css
<style>
a { background-color: #C73330; }
a { background-color: rgb(199,51,48); }
div.DivClassName
{
background-color: #C73330;
}
.BgClassName
{
background-color: #C73330;
}
</style>
border-color css
<style>
span { border-color: #C73330; }
span { border-color: rgb(199,51,48); }
td.TdClassName
{
border-color: #C73330;
}
.TagClassName
{
border-color: #C73330;
}
</style>