Shades of Persian Red #C93526
Tints of Persian Red #C93526
RGB
CMYK
RGB Variations
Color information
#C93526 (or 0xC93526) is known color: Persian Red. HEX triplet: C9, 35 and 26. RGB value is (201,53,38). Sum of RGB (Red+Green+Blue) = 201+53+38=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C93526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93526 is #36CAD9. Grayscale: #5F5F5F. Windows color (decimal): -3590874 or 2504137. OLE color: 2504137.
HSL color Cylindrical-coordinate representation of color #C93526: hue angle of 5.52º 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 #C93526 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 38 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.21 |
| HSL | 5.52º | 0.68% | 0.47% | - |
| HSV(B) | 5.52º | 0.81% | 0.79% | - |
| XYZ | 25.71 | 15.1 | 3.39 | - |
| YUV | 95.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 38 | 0 | 0.74 | 0.81 | 0.21 | 5.52 | 0.68 | 0.47 |
| Hex | C9 | 35 | 26 | 0 | 4A | 51 | 15 | 6 | 44 | 2F |
| Octal | 311 | 65 | 46 | 0 | 112 | 121 | 25 | 6 | 104 | 57 |
| Binary | 11001001 | 110101 | 100110 | 0 | 1001010 | 1010001 | 10101 | 110 | 1000100 | 101111 |
Color Harmonies of #C93526
Complementary color
Monochromatic Colors of #C93526
Black with #C93526
Text Example
Text Example
White with #C93526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93526; }
p { color: rgb(201,53,38); }
H1.HeaderClassName
{
color: #C93526;
}
.AnyTagClassName
{
color: #C93526;
}
</style>
background-color css
<style>
a { background-color: #C93526; }
a { background-color: rgb(201,53,38); }
div.DivClassName
{
background-color: #C93526;
}
.BgClassName
{
background-color: #C93526;
}
</style>
border-color css
<style>
span { border-color: #C93526; }
span { border-color: rgb(201,53,38); }
td.TdClassName
{
border-color: #C93526;
}
.TagClassName
{
border-color: #C93526;
}
</style>