Shades of Persian Red #C1322D
Tints of Persian Red #C1322D
RGB
CMYK
RGB Variations
Color information
#C1322D (or 0xC1322D) is known color: Persian Red. HEX triplet: C1, 32 and 2D. RGB value is (193,50,45). Sum of RGB (Red+Green+Blue) = 193+50+45=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1322D is #3ECDD2. Grayscale: #5C5C5C. Windows color (decimal): -4115923 or 2962113. OLE color: 2962113.
HSL color Cylindrical-coordinate representation of color #C1322D: hue angle of 2.03º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1322D is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 45 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.24 |
| HSL | 2.03º | 0.62% | 0.47% | - |
| HSV(B) | 2.03º | 0.77% | 0.76% | - |
| XYZ | 23.61 | 13.81 | 3.9 | - |
| YUV | 92.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 45 | 0 | 0.74 | 0.77 | 0.24 | 2.03 | 0.62 | 0.47 |
| Hex | C1 | 32 | 2D | 0 | 4A | 4D | 18 | 2 | 3E | 2F |
| Octal | 301 | 62 | 55 | 0 | 112 | 115 | 30 | 2 | 76 | 57 |
| Binary | 11000001 | 110010 | 101101 | 0 | 1001010 | 1001101 | 11000 | 10 | 111110 | 101111 |
Color Harmonies of #C1322D
Complementary color
Monochromatic Colors of #C1322D
Black with #C1322D
Text Example
Text Example
White with #C1322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1322D; }
p { color: rgb(193,50,45); }
H1.HeaderClassName
{
color: #C1322D;
}
.AnyTagClassName
{
color: #C1322D;
}
</style>
background-color css
<style>
a { background-color: #C1322D; }
a { background-color: rgb(193,50,45); }
div.DivClassName
{
background-color: #C1322D;
}
.BgClassName
{
background-color: #C1322D;
}
</style>
border-color css
<style>
span { border-color: #C1322D; }
span { border-color: rgb(193,50,45); }
td.TdClassName
{
border-color: #C1322D;
}
.TagClassName
{
border-color: #C1322D;
}
</style>