Shades of Persian Red #C1352B
Tints of Persian Red #C1352B
RGB
CMYK
RGB Variations
Color information
#C1352B (or 0xC1352B) is known color: Persian Red. HEX triplet: C1, 35 and 2B. RGB value is (193,53,43). Sum of RGB (Red+Green+Blue) = 193+53+43=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C1352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1352B is #3ECAD4. Grayscale: #5D5D5D. Windows color (decimal): -4115157 or 2831809. OLE color: 2831809.
HSL color Cylindrical-coordinate representation of color #C1352B: hue angle of 4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1352B is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 43 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.24 |
| HSL | 4º | 0.64% | 0.46% | - |
| HSV(B) | 4º | 0.78% | 0.76% | - |
| XYZ | 23.7 | 14.06 | 3.75 | - |
| YUV | 93.72 | 99.38 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 43 | 0 | 0.73 | 0.78 | 0.24 | 4 | 0.64 | 0.46 |
| Hex | C1 | 35 | 2B | 0 | 49 | 4E | 18 | 4 | 40 | 2E |
| Octal | 301 | 65 | 53 | 0 | 111 | 116 | 30 | 4 | 100 | 56 |
| Binary | 11000001 | 110101 | 101011 | 0 | 1001001 | 1001110 | 11000 | 100 | 1000000 | 101110 |
Color Harmonies of #C1352B
Complementary color
Monochromatic Colors of #C1352B
Black with #C1352B
Text Example
Text Example
White with #C1352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1352B; }
p { color: rgb(193,53,43); }
H1.HeaderClassName
{
color: #C1352B;
}
.AnyTagClassName
{
color: #C1352B;
}
</style>
background-color css
<style>
a { background-color: #C1352B; }
a { background-color: rgb(193,53,43); }
div.DivClassName
{
background-color: #C1352B;
}
.BgClassName
{
background-color: #C1352B;
}
</style>
border-color css
<style>
span { border-color: #C1352B; }
span { border-color: rgb(193,53,43); }
td.TdClassName
{
border-color: #C1352B;
}
.TagClassName
{
border-color: #C1352B;
}
</style>