Shades of Persian Red #C1312C
Tints of Persian Red #C1312C
RGB
CMYK
RGB Variations
Color information
#C1312C (or 0xC1312C) is known color: Persian Red. HEX triplet: C1, 31 and 2C. RGB value is (193,49,44). Sum of RGB (Red+Green+Blue) = 193+49+44=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C1312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1312C is #3ECED3. Grayscale: #5B5B5B. Windows color (decimal): -4116180 or 2896321. OLE color: 2896321.
HSL color Cylindrical-coordinate representation of color #C1312C: hue angle of 2.01º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1312C is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 44 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.24 |
| HSL | 2.01º | 0.63% | 0.46% | - |
| HSV(B) | 2.01º | 0.77% | 0.76% | - |
| XYZ | 23.55 | 13.72 | 3.79 | - |
| YUV | 91.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 44 | 0 | 0.75 | 0.77 | 0.24 | 2.01 | 0.63 | 0.46 |
| Hex | C1 | 31 | 2C | 0 | 4B | 4D | 18 | 2 | 3F | 2E |
| Octal | 301 | 61 | 54 | 0 | 113 | 115 | 30 | 2 | 77 | 56 |
| Binary | 11000001 | 110001 | 101100 | 0 | 1001011 | 1001101 | 11000 | 10 | 111111 | 101110 |
Color Harmonies of #C1312C
Complementary color
Monochromatic Colors of #C1312C
Black with #C1312C
Text Example
Text Example
White with #C1312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1312C; }
p { color: rgb(193,49,44); }
H1.HeaderClassName
{
color: #C1312C;
}
.AnyTagClassName
{
color: #C1312C;
}
</style>
background-color css
<style>
a { background-color: #C1312C; }
a { background-color: rgb(193,49,44); }
div.DivClassName
{
background-color: #C1312C;
}
.BgClassName
{
background-color: #C1312C;
}
</style>
border-color css
<style>
span { border-color: #C1312C; }
span { border-color: rgb(193,49,44); }
td.TdClassName
{
border-color: #C1312C;
}
.TagClassName
{
border-color: #C1312C;
}
</style>