Shades of Persian Red #C92726
Tints of Persian Red #C92726
RGB
CMYK
RGB Variations
Color information
#C92726 (or 0xC92726) is known color: Persian Red. HEX triplet: C9, 27 and 26. RGB value is (201,39,38). Sum of RGB (Red+Green+Blue) = 201+39+38=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C92726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92726 is #36D8D9. Grayscale: #575757. Windows color (decimal): -3594458 or 2500553. OLE color: 2500553.
HSL color Cylindrical-coordinate representation of color #C92726: hue angle of 0.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92726 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 38 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.21 |
| HSL | 0.37º | 0.68% | 0.47% | - |
| HSV(B) | 0.37º | 0.81% | 0.79% | - |
| XYZ | 25.16 | 14.01 | 3.21 | - |
| YUV | 87.32 | 100.17 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 38 | 0 | 0.81 | 0.81 | 0.21 | 0.37 | 0.68 | 0.47 |
| Hex | C9 | 27 | 26 | 0 | 51 | 51 | 15 | 0 | 44 | 2F |
| Octal | 311 | 47 | 46 | 0 | 121 | 121 | 25 | 0 | 104 | 57 |
| Binary | 11001001 | 100111 | 100110 | 0 | 1010001 | 1010001 | 10101 | 0 | 1000100 | 101111 |
Color Harmonies of #C92726
Complementary color
Monochromatic Colors of #C92726
Black with #C92726
Text Example
Text Example
White with #C92726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92726; }
p { color: rgb(201,39,38); }
H1.HeaderClassName
{
color: #C92726;
}
.AnyTagClassName
{
color: #C92726;
}
</style>
background-color css
<style>
a { background-color: #C92726; }
a { background-color: rgb(201,39,38); }
div.DivClassName
{
background-color: #C92726;
}
.BgClassName
{
background-color: #C92726;
}
</style>
border-color css
<style>
span { border-color: #C92726; }
span { border-color: rgb(201,39,38); }
td.TdClassName
{
border-color: #C92726;
}
.TagClassName
{
border-color: #C92726;
}
</style>