Shades of Persian Red #C9342C
Tints of Persian Red #C9342C
RGB
CMYK
RGB Variations
Color information
#C9342C (or 0xC9342C) is known color: Persian Red. HEX triplet: C9, 34 and 2C. RGB value is (201,52,44). Sum of RGB (Red+Green+Blue) = 201+52+44=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9342C is #36CBD3. Grayscale: #5F5F5F. Windows color (decimal): -3591124 or 2897097. OLE color: 2897097.
HSL color Cylindrical-coordinate representation of color #C9342C: hue angle of 3.06º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9342C is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 44 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.21 |
| HSL | 3.06º | 0.64% | 0.48% | - |
| HSV(B) | 3.06º | 0.78% | 0.79% | - |
| XYZ | 25.77 | 15.06 | 3.93 | - |
| YUV | 95.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 44 | 0 | 0.74 | 0.78 | 0.21 | 3.06 | 0.64 | 0.48 |
| Hex | C9 | 34 | 2C | 0 | 4A | 4E | 15 | 3 | 40 | 30 |
| Octal | 311 | 64 | 54 | 0 | 112 | 116 | 25 | 3 | 100 | 60 |
| Binary | 11001001 | 110100 | 101100 | 0 | 1001010 | 1001110 | 10101 | 11 | 1000000 | 110000 |
Color Harmonies of #C9342C
Complementary color
Monochromatic Colors of #C9342C
Black with #C9342C
Text Example
Text Example
White with #C9342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9342C; }
p { color: rgb(201,52,44); }
H1.HeaderClassName
{
color: #C9342C;
}
.AnyTagClassName
{
color: #C9342C;
}
</style>
background-color css
<style>
a { background-color: #C9342C; }
a { background-color: rgb(201,52,44); }
div.DivClassName
{
background-color: #C9342C;
}
.BgClassName
{
background-color: #C9342C;
}
</style>
border-color css
<style>
span { border-color: #C9342C; }
span { border-color: rgb(201,52,44); }
td.TdClassName
{
border-color: #C9342C;
}
.TagClassName
{
border-color: #C9342C;
}
</style>