Shades of Persian Red #C1342D
Tints of Persian Red #C1342D
RGB
CMYK
RGB Variations
Color information
#C1342D (or 0xC1342D) is known color: Persian Red. HEX triplet: C1, 34 and 2D. RGB value is (193,52,45). Sum of RGB (Red+Green+Blue) = 193+52+45=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1342D is #3ECBD2. Grayscale: #5D5D5D. Windows color (decimal): -4115411 or 2962625. OLE color: 2962625.
HSL color Cylindrical-coordinate representation of color #C1342D: hue angle of 2.84º 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 #C1342D is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 45 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.24 |
| HSL | 2.84º | 0.62% | 0.47% | - |
| HSV(B) | 2.84º | 0.77% | 0.76% | - |
| XYZ | 23.69 | 13.98 | 3.93 | - |
| YUV | 93.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 45 | 0 | 0.73 | 0.77 | 0.24 | 2.84 | 0.62 | 0.47 |
| Hex | C1 | 34 | 2D | 0 | 49 | 4D | 18 | 3 | 3E | 2F |
| Octal | 301 | 64 | 55 | 0 | 111 | 115 | 30 | 3 | 76 | 57 |
| Binary | 11000001 | 110100 | 101101 | 0 | 1001001 | 1001101 | 11000 | 11 | 111110 | 101111 |
Color Harmonies of #C1342D
Complementary color
Monochromatic Colors of #C1342D
Black with #C1342D
Text Example
Text Example
White with #C1342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1342D; }
p { color: rgb(193,52,45); }
H1.HeaderClassName
{
color: #C1342D;
}
.AnyTagClassName
{
color: #C1342D;
}
</style>
background-color css
<style>
a { background-color: #C1342D; }
a { background-color: rgb(193,52,45); }
div.DivClassName
{
background-color: #C1342D;
}
.BgClassName
{
background-color: #C1342D;
}
</style>
border-color css
<style>
span { border-color: #C1342D; }
span { border-color: rgb(193,52,45); }
td.TdClassName
{
border-color: #C1342D;
}
.TagClassName
{
border-color: #C1342D;
}
</style>