Shades of Persian Red #C74034
Tints of Persian Red #C74034
RGB
CMYK
RGB Variations
Color information
#C74034 (or 0xC74034) is known color: Persian Red. HEX triplet: C7, 40 and 34. RGB value is (199,64,52). Sum of RGB (Red+Green+Blue) = 199+64+52=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C74034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74034 is #38BFCB. Grayscale: #676767. Windows color (decimal): -3719116 or 3424455. OLE color: 3424455.
HSL color Cylindrical-coordinate representation of color #C74034: hue angle of 4.9º 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 #C74034 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 52 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.22 |
| HSL | 4.9º | 0.59% | 0.49% | - |
| HSV(B) | 4.9º | 0.74% | 0.78% | - |
| XYZ | 26.01 | 16.06 | 4.98 | - |
| YUV | 103 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 52 | 0 | 0.68 | 0.74 | 0.22 | 4.9 | 0.59 | 0.49 |
| Hex | C7 | 40 | 34 | 0 | 44 | 4A | 16 | 5 | 3B | 31 |
| Octal | 307 | 100 | 64 | 0 | 104 | 112 | 26 | 5 | 73 | 61 |
| Binary | 11000111 | 1000000 | 110100 | 0 | 1000100 | 1001010 | 10110 | 101 | 111011 | 110001 |
Color Harmonies of #C74034
Complementary color
Monochromatic Colors of #C74034
Black with #C74034
Text Example
Text Example
White with #C74034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74034; }
p { color: rgb(199,64,52); }
H1.HeaderClassName
{
color: #C74034;
}
.AnyTagClassName
{
color: #C74034;
}
</style>
background-color css
<style>
a { background-color: #C74034; }
a { background-color: rgb(199,64,52); }
div.DivClassName
{
background-color: #C74034;
}
.BgClassName
{
background-color: #C74034;
}
</style>
border-color css
<style>
span { border-color: #C74034; }
span { border-color: rgb(199,64,52); }
td.TdClassName
{
border-color: #C74034;
}
.TagClassName
{
border-color: #C74034;
}
</style>