Shades of Persian Red #C13229
Tints of Persian Red #C13229
RGB
CMYK
RGB Variations
Color information
#C13229 (or 0xC13229) is known color: Persian Red. HEX triplet: C1, 32 and 29. RGB value is (193,50,41). Sum of RGB (Red+Green+Blue) = 193+50+41=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C13229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13229 is #3ECDD6. Grayscale: #5B5B5B. Windows color (decimal): -4115927 or 2699969. OLE color: 2699969.
HSL color Cylindrical-coordinate representation of color #C13229: hue angle of 3.55º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C13229 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 41 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.24 |
| HSL | 3.55º | 0.65% | 0.46% | - |
| HSV(B) | 3.55º | 0.79% | 0.76% | - |
| XYZ | 23.53 | 13.78 | 3.52 | - |
| YUV | 91.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 41 | 0 | 0.74 | 0.79 | 0.24 | 3.55 | 0.65 | 0.46 |
| Hex | C1 | 32 | 29 | 0 | 4A | 4F | 18 | 4 | 41 | 2E |
| Octal | 301 | 62 | 51 | 0 | 112 | 117 | 30 | 4 | 101 | 56 |
| Binary | 11000001 | 110010 | 101001 | 0 | 1001010 | 1001111 | 11000 | 100 | 1000001 | 101110 |
Color Harmonies of #C13229
Complementary color
Monochromatic Colors of #C13229
Black with #C13229
Text Example
Text Example
White with #C13229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13229; }
p { color: rgb(193,50,41); }
H1.HeaderClassName
{
color: #C13229;
}
.AnyTagClassName
{
color: #C13229;
}
</style>
background-color css
<style>
a { background-color: #C13229; }
a { background-color: rgb(193,50,41); }
div.DivClassName
{
background-color: #C13229;
}
.BgClassName
{
background-color: #C13229;
}
</style>
border-color css
<style>
span { border-color: #C13229; }
span { border-color: rgb(193,50,41); }
td.TdClassName
{
border-color: #C13229;
}
.TagClassName
{
border-color: #C13229;
}
</style>