Shades of Persian Red #C93731
Tints of Persian Red #C93731
RGB
CMYK
RGB Variations
Color information
#C93731 (or 0xC93731) is known color: Persian Red. HEX triplet: C9, 37 and 31. RGB value is (201,55,49). Sum of RGB (Red+Green+Blue) = 201+55+49=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C93731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93731 is #36C8CE. Grayscale: #626262. Windows color (decimal): -3590351 or 3225545. OLE color: 3225545.
HSL color Cylindrical-coordinate representation of color #C93731: hue angle of 2.37º 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 #C93731 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 49 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.21 |
| HSL | 2.37º | 0.61% | 0.49% | - |
| HSV(B) | 2.37º | 0.76% | 0.79% | - |
| XYZ | 26.01 | 15.37 | 4.5 | - |
| YUV | 97.97 | 100.37 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 49 | 0 | 0.73 | 0.76 | 0.21 | 2.37 | 0.61 | 0.49 |
| Hex | C9 | 37 | 31 | 0 | 49 | 4C | 15 | 2 | 3D | 31 |
| Octal | 311 | 67 | 61 | 0 | 111 | 114 | 25 | 2 | 75 | 61 |
| Binary | 11001001 | 110111 | 110001 | 0 | 1001001 | 1001100 | 10101 | 10 | 111101 | 110001 |
Color Harmonies of #C93731
Complementary color
Monochromatic Colors of #C93731
Black with #C93731
Text Example
Text Example
White with #C93731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93731; }
p { color: rgb(201,55,49); }
H1.HeaderClassName
{
color: #C93731;
}
.AnyTagClassName
{
color: #C93731;
}
</style>
background-color css
<style>
a { background-color: #C93731; }
a { background-color: rgb(201,55,49); }
div.DivClassName
{
background-color: #C93731;
}
.BgClassName
{
background-color: #C93731;
}
</style>
border-color css
<style>
span { border-color: #C93731; }
span { border-color: rgb(201,55,49); }
td.TdClassName
{
border-color: #C93731;
}
.TagClassName
{
border-color: #C93731;
}
</style>