Shades of Persian Red #C9352C
Tints of Persian Red #C9352C
RGB
CMYK
RGB Variations
Color information
#C9352C (or 0xC9352C) is known color: Persian Red. HEX triplet: C9, 35 and 2C. RGB value is (201,53,44). Sum of RGB (Red+Green+Blue) = 201+53+44=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9352C is #36CAD3. Grayscale: #606060. Windows color (decimal): -3590868 or 2897353. OLE color: 2897353.
HSL color Cylindrical-coordinate representation of color #C9352C: hue angle of 3.44º 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 #C9352C is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 44 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.21 |
| HSL | 3.44º | 0.64% | 0.48% | - |
| HSV(B) | 3.44º | 0.78% | 0.79% | - |
| XYZ | 25.82 | 15.15 | 3.95 | - |
| YUV | 96.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 44 | 0 | 0.74 | 0.78 | 0.21 | 3.44 | 0.64 | 0.48 |
| Hex | C9 | 35 | 2C | 0 | 4A | 4E | 15 | 3 | 40 | 30 |
| Octal | 311 | 65 | 54 | 0 | 112 | 116 | 25 | 3 | 100 | 60 |
| Binary | 11001001 | 110101 | 101100 | 0 | 1001010 | 1001110 | 10101 | 11 | 1000000 | 110000 |
Color Harmonies of #C9352C
Complementary color
Monochromatic Colors of #C9352C
Black with #C9352C
Text Example
Text Example
White with #C9352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9352C; }
p { color: rgb(201,53,44); }
H1.HeaderClassName
{
color: #C9352C;
}
.AnyTagClassName
{
color: #C9352C;
}
</style>
background-color css
<style>
a { background-color: #C9352C; }
a { background-color: rgb(201,53,44); }
div.DivClassName
{
background-color: #C9352C;
}
.BgClassName
{
background-color: #C9352C;
}
</style>
border-color css
<style>
span { border-color: #C9352C; }
span { border-color: rgb(201,53,44); }
td.TdClassName
{
border-color: #C9352C;
}
.TagClassName
{
border-color: #C9352C;
}
</style>