Shades of Persian Red #C93530
Tints of Persian Red #C93530
RGB
CMYK
RGB Variations
Color information
#C93530 (or 0xC93530) is known color: Persian Red. HEX triplet: C9, 35 and 30. RGB value is (201,53,48). Sum of RGB (Red+Green+Blue) = 201+53+48=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C93530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93530 is #36CACF. Grayscale: #606060. Windows color (decimal): -3590864 or 3159497. OLE color: 3159497.
HSL color Cylindrical-coordinate representation of color #C93530: hue angle of 1.96º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93530 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 48 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.21 |
| HSL | 1.96º | 0.61% | 0.49% | - |
| HSV(B) | 1.96º | 0.76% | 0.79% | - |
| XYZ | 25.89 | 15.18 | 4.36 | - |
| YUV | 96.68 | 100.53 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 48 | 0 | 0.74 | 0.76 | 0.21 | 1.96 | 0.61 | 0.49 |
| Hex | C9 | 35 | 30 | 0 | 4A | 4C | 15 | 2 | 3D | 31 |
| Octal | 311 | 65 | 60 | 0 | 112 | 114 | 25 | 2 | 75 | 61 |
| Binary | 11001001 | 110101 | 110000 | 0 | 1001010 | 1001100 | 10101 | 10 | 111101 | 110001 |
Color Harmonies of #C93530
Complementary color
Monochromatic Colors of #C93530
Black with #C93530
Text Example
Text Example
White with #C93530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93530; }
p { color: rgb(201,53,48); }
H1.HeaderClassName
{
color: #C93530;
}
.AnyTagClassName
{
color: #C93530;
}
</style>
background-color css
<style>
a { background-color: #C93530; }
a { background-color: rgb(201,53,48); }
div.DivClassName
{
background-color: #C93530;
}
.BgClassName
{
background-color: #C93530;
}
</style>
border-color css
<style>
span { border-color: #C93530; }
span { border-color: rgb(201,53,48); }
td.TdClassName
{
border-color: #C93530;
}
.TagClassName
{
border-color: #C93530;
}
</style>