Shades of Persian Red #C93837
Tints of Persian Red #C93837
RGB
CMYK
RGB Variations
Color information
#C93837 (or 0xC93837) is known color: Persian Red. HEX triplet: C9, 38 and 37. RGB value is (201,56,55). Sum of RGB (Red+Green+Blue) = 201+56+55=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C93837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93837 is #36C7C8. Grayscale: #636363. Windows color (decimal): -3590089 or 3619017. OLE color: 3619017.
HSL color Cylindrical-coordinate representation of color #C93837: hue angle of 0.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93837 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 55 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.21 |
| HSL | 0.41º | 0.57% | 0.5% | - |
| HSV(B) | 0.41º | 0.73% | 0.79% | - |
| XYZ | 26.19 | 15.52 | 5.23 | - |
| YUV | 99.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 55 | 0 | 0.72 | 0.73 | 0.21 | 0.41 | 0.57 | 0.5 |
| Hex | C9 | 38 | 37 | 0 | 48 | 49 | 15 | 0 | 39 | 32 |
| Octal | 311 | 70 | 67 | 0 | 110 | 111 | 25 | 0 | 71 | 62 |
| Binary | 11001001 | 111000 | 110111 | 0 | 1001000 | 1001001 | 10101 | 0 | 111001 | 110010 |
Color Harmonies of #C93837
Complementary color
Monochromatic Colors of #C93837
Black with #C93837
Text Example
Text Example
White with #C93837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93837; }
p { color: rgb(201,56,55); }
H1.HeaderClassName
{
color: #C93837;
}
.AnyTagClassName
{
color: #C93837;
}
</style>
background-color css
<style>
a { background-color: #C93837; }
a { background-color: rgb(201,56,55); }
div.DivClassName
{
background-color: #C93837;
}
.BgClassName
{
background-color: #C93837;
}
</style>
border-color css
<style>
span { border-color: #C93837; }
span { border-color: rgb(201,56,55); }
td.TdClassName
{
border-color: #C93837;
}
.TagClassName
{
border-color: #C93837;
}
</style>