Shades of Persian Red #C93532
Tints of Persian Red #C93532
RGB
CMYK
RGB Variations
Color information
#C93532 (or 0xC93532) is known color: Persian Red. HEX triplet: C9, 35 and 32. RGB value is (201,53,50). Sum of RGB (Red+Green+Blue) = 201+53+50=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C93532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93532 is #36CACD. Grayscale: #616161. Windows color (decimal): -3590862 or 3290569. OLE color: 3290569.
HSL color Cylindrical-coordinate representation of color #C93532: hue angle of 1.19º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93532 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 50 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.21 |
| HSL | 1.19º | 0.6% | 0.49% | - |
| HSV(B) | 1.19º | 0.75% | 0.79% | - |
| XYZ | 25.94 | 15.19 | 4.58 | - |
| YUV | 96.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 50 | 0 | 0.74 | 0.75 | 0.21 | 1.19 | 0.6 | 0.49 |
| Hex | C9 | 35 | 32 | 0 | 4A | 4B | 15 | 1 | 3C | 31 |
| Octal | 311 | 65 | 62 | 0 | 112 | 113 | 25 | 1 | 74 | 61 |
| Binary | 11001001 | 110101 | 110010 | 0 | 1001010 | 1001011 | 10101 | 1 | 111100 | 110001 |
Color Harmonies of #C93532
Complementary color
Monochromatic Colors of #C93532
Black with #C93532
Text Example
Text Example
White with #C93532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93532; }
p { color: rgb(201,53,50); }
H1.HeaderClassName
{
color: #C93532;
}
.AnyTagClassName
{
color: #C93532;
}
</style>
background-color css
<style>
a { background-color: #C93532; }
a { background-color: rgb(201,53,50); }
div.DivClassName
{
background-color: #C93532;
}
.BgClassName
{
background-color: #C93532;
}
</style>
border-color css
<style>
span { border-color: #C93532; }
span { border-color: rgb(201,53,50); }
td.TdClassName
{
border-color: #C93532;
}
.TagClassName
{
border-color: #C93532;
}
</style>