Shades of Persian Red #C93528
Tints of Persian Red #C93528
RGB
CMYK
RGB Variations
Color information
#C93528 (or 0xC93528) is known color: Persian Red. HEX triplet: C9, 35 and 28. RGB value is (201,53,40). Sum of RGB (Red+Green+Blue) = 201+53+40=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C93528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93528 is #36CAD7. Grayscale: #5F5F5F. Windows color (decimal): -3590872 or 2635209. OLE color: 2635209.
HSL color Cylindrical-coordinate representation of color #C93528: hue angle of 4.84º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C93528 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 40 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.21 |
| HSL | 4.84º | 0.67% | 0.47% | - |
| HSV(B) | 4.84º | 0.8% | 0.79% | - |
| XYZ | 25.74 | 15.12 | 3.57 | - |
| YUV | 95.77 | 96.53 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 40 | 0 | 0.74 | 0.80 | 0.21 | 4.84 | 0.67 | 0.47 |
| Hex | C9 | 35 | 28 | 0 | 4A | 50 | 15 | 5 | 43 | 2F |
| Octal | 311 | 65 | 50 | 0 | 112 | 120 | 25 | 5 | 103 | 57 |
| Binary | 11001001 | 110101 | 101000 | 0 | 1001010 | 1010000 | 10101 | 101 | 1000011 | 101111 |
Color Harmonies of #C93528
Complementary color
Monochromatic Colors of #C93528
Black with #C93528
Text Example
Text Example
White with #C93528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93528; }
p { color: rgb(201,53,40); }
H1.HeaderClassName
{
color: #C93528;
}
.AnyTagClassName
{
color: #C93528;
}
</style>
background-color css
<style>
a { background-color: #C93528; }
a { background-color: rgb(201,53,40); }
div.DivClassName
{
background-color: #C93528;
}
.BgClassName
{
background-color: #C93528;
}
</style>
border-color css
<style>
span { border-color: #C93528; }
span { border-color: rgb(201,53,40); }
td.TdClassName
{
border-color: #C93528;
}
.TagClassName
{
border-color: #C93528;
}
</style>