Shades of Persian Red #C1332D
Tints of Persian Red #C1332D
RGB
CMYK
RGB Variations
Color information
#C1332D (or 0xC1332D) is known color: Persian Red. HEX triplet: C1, 33 and 2D. RGB value is (193,51,45). Sum of RGB (Red+Green+Blue) = 193+51+45=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C1332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1332D is #3ECCD2. Grayscale: #5C5C5C. Windows color (decimal): -4115667 or 2962369. OLE color: 2962369.
HSL color Cylindrical-coordinate representation of color #C1332D: hue angle of 2.43º 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 #C1332D is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 45 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.24 |
| HSL | 2.43º | 0.62% | 0.47% | - |
| HSV(B) | 2.43º | 0.77% | 0.76% | - |
| XYZ | 23.65 | 13.89 | 3.92 | - |
| YUV | 92.77 | 101.04 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 45 | 0 | 0.74 | 0.77 | 0.24 | 2.43 | 0.62 | 0.47 |
| Hex | C1 | 33 | 2D | 0 | 4A | 4D | 18 | 2 | 3E | 2F |
| Octal | 301 | 63 | 55 | 0 | 112 | 115 | 30 | 2 | 76 | 57 |
| Binary | 11000001 | 110011 | 101101 | 0 | 1001010 | 1001101 | 11000 | 10 | 111110 | 101111 |
Color Harmonies of #C1332D
Complementary color
Monochromatic Colors of #C1332D
Black with #C1332D
Text Example
Text Example
White with #C1332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1332D; }
p { color: rgb(193,51,45); }
H1.HeaderClassName
{
color: #C1332D;
}
.AnyTagClassName
{
color: #C1332D;
}
</style>
background-color css
<style>
a { background-color: #C1332D; }
a { background-color: rgb(193,51,45); }
div.DivClassName
{
background-color: #C1332D;
}
.BgClassName
{
background-color: #C1332D;
}
</style>
border-color css
<style>
span { border-color: #C1332D; }
span { border-color: rgb(193,51,45); }
td.TdClassName
{
border-color: #C1332D;
}
.TagClassName
{
border-color: #C1332D;
}
</style>