Shades of Persian Red #C93A2C
Tints of Persian Red #C93A2C
RGB
CMYK
RGB Variations
Color information
#C93A2C (or 0xC93A2C) is known color: Persian Red. HEX triplet: C9, 3A and 2C. RGB value is (201,58,44). Sum of RGB (Red+Green+Blue) = 201+58+44=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A2C is #36C5D3. Grayscale: #636363. Windows color (decimal): -3589588 or 2898633. OLE color: 2898633.
HSL color Cylindrical-coordinate representation of color #C93A2C: hue angle of 5.35º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C93A2C is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 44 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.21 |
| HSL | 5.35º | 0.64% | 0.48% | - |
| HSV(B) | 5.35º | 0.78% | 0.79% | - |
| XYZ | 26.06 | 15.63 | 4.03 | - |
| YUV | 99.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 44 | 0 | 0.71 | 0.78 | 0.21 | 5.35 | 0.64 | 0.48 |
| Hex | C9 | 3A | 2C | 0 | 47 | 4E | 15 | 5 | 40 | 30 |
| Octal | 311 | 72 | 54 | 0 | 107 | 116 | 25 | 5 | 100 | 60 |
| Binary | 11001001 | 111010 | 101100 | 0 | 1000111 | 1001110 | 10101 | 101 | 1000000 | 110000 |
Color Harmonies of #C93A2C
Complementary color
Monochromatic Colors of #C93A2C
Black with #C93A2C
Text Example
Text Example
White with #C93A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A2C; }
p { color: rgb(201,58,44); }
H1.HeaderClassName
{
color: #C93A2C;
}
.AnyTagClassName
{
color: #C93A2C;
}
</style>
background-color css
<style>
a { background-color: #C93A2C; }
a { background-color: rgb(201,58,44); }
div.DivClassName
{
background-color: #C93A2C;
}
.BgClassName
{
background-color: #C93A2C;
}
</style>
border-color css
<style>
span { border-color: #C93A2C; }
span { border-color: rgb(201,58,44); }
td.TdClassName
{
border-color: #C93A2C;
}
.TagClassName
{
border-color: #C93A2C;
}
</style>