Shades of Persian Red #C13226
Tints of Persian Red #C13226
RGB
CMYK
RGB Variations
Color information
#C13226 (or 0xC13226) is known color: Persian Red. HEX triplet: C1, 32 and 26. RGB value is (193,50,38). Sum of RGB (Red+Green+Blue) = 193+50+38=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C13226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13226 is #3ECDD9. Grayscale: #5B5B5B. Windows color (decimal): -4115930 or 2503361. OLE color: 2503361.
HSL color Cylindrical-coordinate representation of color #C13226: hue angle of 4.65º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C13226 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 38 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.24 |
| HSL | 4.65º | 0.67% | 0.45% | - |
| HSV(B) | 4.65º | 0.8% | 0.76% | - |
| XYZ | 23.48 | 13.76 | 3.25 | - |
| YUV | 91.39 | 97.88 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 38 | 0 | 0.74 | 0.80 | 0.24 | 4.65 | 0.67 | 0.45 |
| Hex | C1 | 32 | 26 | 0 | 4A | 50 | 18 | 5 | 43 | 2D |
| Octal | 301 | 62 | 46 | 0 | 112 | 120 | 30 | 5 | 103 | 55 |
| Binary | 11000001 | 110010 | 100110 | 0 | 1001010 | 1010000 | 11000 | 101 | 1000011 | 101101 |
Color Harmonies of #C13226
Complementary color
Monochromatic Colors of #C13226
Black with #C13226
Text Example
Text Example
White with #C13226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13226; }
p { color: rgb(193,50,38); }
H1.HeaderClassName
{
color: #C13226;
}
.AnyTagClassName
{
color: #C13226;
}
</style>
background-color css
<style>
a { background-color: #C13226; }
a { background-color: rgb(193,50,38); }
div.DivClassName
{
background-color: #C13226;
}
.BgClassName
{
background-color: #C13226;
}
</style>
border-color css
<style>
span { border-color: #C13226; }
span { border-color: rgb(193,50,38); }
td.TdClassName
{
border-color: #C13226;
}
.TagClassName
{
border-color: #C13226;
}
</style>