Shades of Persian Red #C73835
Tints of Persian Red #C73835
RGB
CMYK
RGB Variations
Color information
#C73835 (or 0xC73835) is known color: Persian Red. HEX triplet: C7, 38 and 35. RGB value is (199,56,53). Sum of RGB (Red+Green+Blue) = 199+56+53=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C73835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73835 is #38C7CA. Grayscale: #626262. Windows color (decimal): -3721163 or 3487943. OLE color: 3487943.
HSL color Cylindrical-coordinate representation of color #C73835: hue angle of 1.23º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73835 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 53 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.22 |
| HSL | 1.23º | 0.58% | 0.49% | - |
| HSV(B) | 1.23º | 0.73% | 0.78% | - |
| XYZ | 25.61 | 15.23 | 4.96 | - |
| YUV | 98.42 | 102.38 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 53 | 0 | 0.72 | 0.73 | 0.22 | 1.23 | 0.58 | 0.49 |
| Hex | C7 | 38 | 35 | 0 | 48 | 49 | 16 | 1 | 3A | 31 |
| Octal | 307 | 70 | 65 | 0 | 110 | 111 | 26 | 1 | 72 | 61 |
| Binary | 11000111 | 111000 | 110101 | 0 | 1001000 | 1001001 | 10110 | 1 | 111010 | 110001 |
Color Harmonies of #C73835
Complementary color
Monochromatic Colors of #C73835
Black with #C73835
Text Example
Text Example
White with #C73835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73835; }
p { color: rgb(199,56,53); }
H1.HeaderClassName
{
color: #C73835;
}
.AnyTagClassName
{
color: #C73835;
}
</style>
background-color css
<style>
a { background-color: #C73835; }
a { background-color: rgb(199,56,53); }
div.DivClassName
{
background-color: #C73835;
}
.BgClassName
{
background-color: #C73835;
}
</style>
border-color css
<style>
span { border-color: #C73835; }
span { border-color: rgb(199,56,53); }
td.TdClassName
{
border-color: #C73835;
}
.TagClassName
{
border-color: #C73835;
}
</style>