Shades of Persian Red #C9312A
Tints of Persian Red #C9312A
RGB
CMYK
RGB Variations
Color information
#C9312A (or 0xC9312A) is known color: Persian Red. HEX triplet: C9, 31 and 2A. RGB value is (201,49,42). Sum of RGB (Red+Green+Blue) = 201+49+42=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C9312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9312A is #36CED5. Grayscale: #5D5D5D. Windows color (decimal): -3591894 or 2765257. OLE color: 2765257.
HSL color Cylindrical-coordinate representation of color #C9312A: hue angle of 2.64º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9312A is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 42 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.21 |
| HSL | 2.64º | 0.65% | 0.48% | - |
| HSV(B) | 2.64º | 0.79% | 0.79% | - |
| XYZ | 25.6 | 14.78 | 3.69 | - |
| YUV | 93.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 42 | 0 | 0.76 | 0.79 | 0.21 | 2.64 | 0.65 | 0.48 |
| Hex | C9 | 31 | 2A | 0 | 4C | 4F | 15 | 3 | 41 | 30 |
| Octal | 311 | 61 | 52 | 0 | 114 | 117 | 25 | 3 | 101 | 60 |
| Binary | 11001001 | 110001 | 101010 | 0 | 1001100 | 1001111 | 10101 | 11 | 1000001 | 110000 |
Color Harmonies of #C9312A
Complementary color
Monochromatic Colors of #C9312A
Black with #C9312A
Text Example
Text Example
White with #C9312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9312A; }
p { color: rgb(201,49,42); }
H1.HeaderClassName
{
color: #C9312A;
}
.AnyTagClassName
{
color: #C9312A;
}
</style>
background-color css
<style>
a { background-color: #C9312A; }
a { background-color: rgb(201,49,42); }
div.DivClassName
{
background-color: #C9312A;
}
.BgClassName
{
background-color: #C9312A;
}
</style>
border-color css
<style>
span { border-color: #C9312A; }
span { border-color: rgb(201,49,42); }
td.TdClassName
{
border-color: #C9312A;
}
.TagClassName
{
border-color: #C9312A;
}
</style>