Shades of Persian Red #C94039
Tints of Persian Red #C94039
RGB
CMYK
RGB Variations
Color information
#C94039 (or 0xC94039) is known color: Persian Red. HEX triplet: C9, 40 and 39. RGB value is (201,64,57). Sum of RGB (Red+Green+Blue) = 201+64+57=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C94039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94039 is #36BFC6. Grayscale: #686868. Windows color (decimal): -3588039 or 3752137. OLE color: 3752137.
HSL color Cylindrical-coordinate representation of color #C94039: hue angle of 2.92º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C94039 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 57 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.21 |
| HSL | 2.92º | 0.57% | 0.51% | - |
| HSV(B) | 2.92º | 0.72% | 0.79% | - |
| XYZ | 26.66 | 16.38 | 5.63 | - |
| YUV | 104.17 | 101.39 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 57 | 0 | 0.68 | 0.72 | 0.21 | 2.92 | 0.57 | 0.51 |
| Hex | C9 | 40 | 39 | 0 | 44 | 48 | 15 | 3 | 39 | 33 |
| Octal | 311 | 100 | 71 | 0 | 104 | 110 | 25 | 3 | 71 | 63 |
| Binary | 11001001 | 1000000 | 111001 | 0 | 1000100 | 1001000 | 10101 | 11 | 111001 | 110011 |
Color Harmonies of #C94039
Complementary color
Monochromatic Colors of #C94039
Black with #C94039
Text Example
Text Example
White with #C94039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94039; }
p { color: rgb(201,64,57); }
H1.HeaderClassName
{
color: #C94039;
}
.AnyTagClassName
{
color: #C94039;
}
</style>
background-color css
<style>
a { background-color: #C94039; }
a { background-color: rgb(201,64,57); }
div.DivClassName
{
background-color: #C94039;
}
.BgClassName
{
background-color: #C94039;
}
</style>
border-color css
<style>
span { border-color: #C94039; }
span { border-color: rgb(201,64,57); }
td.TdClassName
{
border-color: #C94039;
}
.TagClassName
{
border-color: #C94039;
}
</style>