Shades of Persian Red #C73934
Tints of Persian Red #C73934
RGB
CMYK
RGB Variations
Color information
#C73934 (or 0xC73934) is known color: Persian Red. HEX triplet: C7, 39 and 34. RGB value is (199,57,52). Sum of RGB (Red+Green+Blue) = 199+57+52=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C73934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73934 is #38C6CB. Grayscale: #636363. Windows color (decimal): -3720908 or 3422663. OLE color: 3422663.
HSL color Cylindrical-coordinate representation of color #C73934: hue angle of 2.04º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73934 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 52 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.22 |
| HSL | 2.04º | 0.59% | 0.49% | - |
| HSV(B) | 2.04º | 0.74% | 0.78% | - |
| XYZ | 25.64 | 15.32 | 4.85 | - |
| YUV | 98.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 52 | 0 | 0.71 | 0.74 | 0.22 | 2.04 | 0.59 | 0.49 |
| Hex | C7 | 39 | 34 | 0 | 47 | 4A | 16 | 2 | 3B | 31 |
| Octal | 307 | 71 | 64 | 0 | 107 | 112 | 26 | 2 | 73 | 61 |
| Binary | 11000111 | 111001 | 110100 | 0 | 1000111 | 1001010 | 10110 | 10 | 111011 | 110001 |
Color Harmonies of #C73934
Complementary color
Monochromatic Colors of #C73934
Black with #C73934
Text Example
Text Example
White with #C73934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73934; }
p { color: rgb(199,57,52); }
H1.HeaderClassName
{
color: #C73934;
}
.AnyTagClassName
{
color: #C73934;
}
</style>
background-color css
<style>
a { background-color: #C73934; }
a { background-color: rgb(199,57,52); }
div.DivClassName
{
background-color: #C73934;
}
.BgClassName
{
background-color: #C73934;
}
</style>
border-color css
<style>
span { border-color: #C73934; }
span { border-color: rgb(199,57,52); }
td.TdClassName
{
border-color: #C73934;
}
.TagClassName
{
border-color: #C73934;
}
</style>