Shades of Persian Red #C1332C
Tints of Persian Red #C1332C
RGB
CMYK
RGB Variations
Color information
#C1332C (or 0xC1332C) is known color: Persian Red. HEX triplet: C1, 33 and 2C. RGB value is (193,51,44). Sum of RGB (Red+Green+Blue) = 193+51+44=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1332C is #3ECCD3. Grayscale: #5C5C5C. Windows color (decimal): -4115668 or 2896833. OLE color: 2896833.
HSL color Cylindrical-coordinate representation of color #C1332C: hue angle of 2.82º 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 #C1332C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 44 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.24 |
| HSL | 2.82º | 0.63% | 0.46% | - |
| HSV(B) | 2.82º | 0.77% | 0.76% | - |
| XYZ | 23.63 | 13.89 | 3.82 | - |
| YUV | 92.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 44 | 0 | 0.74 | 0.77 | 0.24 | 2.82 | 0.63 | 0.46 |
| Hex | C1 | 33 | 2C | 0 | 4A | 4D | 18 | 3 | 3F | 2E |
| Octal | 301 | 63 | 54 | 0 | 112 | 115 | 30 | 3 | 77 | 56 |
| Binary | 11000001 | 110011 | 101100 | 0 | 1001010 | 1001101 | 11000 | 11 | 111111 | 101110 |
Color Harmonies of #C1332C
Complementary color
Monochromatic Colors of #C1332C
Black with #C1332C
Text Example
Text Example
White with #C1332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1332C; }
p { color: rgb(193,51,44); }
H1.HeaderClassName
{
color: #C1332C;
}
.AnyTagClassName
{
color: #C1332C;
}
</style>
background-color css
<style>
a { background-color: #C1332C; }
a { background-color: rgb(193,51,44); }
div.DivClassName
{
background-color: #C1332C;
}
.BgClassName
{
background-color: #C1332C;
}
</style>
border-color css
<style>
span { border-color: #C1332C; }
span { border-color: rgb(193,51,44); }
td.TdClassName
{
border-color: #C1332C;
}
.TagClassName
{
border-color: #C1332C;
}
</style>