Shades of Persian Red #C5322B
Tints of Persian Red #C5322B
RGB
CMYK
RGB Variations
Color information
#C5322B (or 0xC5322B) is known color: Persian Red. HEX triplet: C5, 32 and 2B. RGB value is (197,50,43). Sum of RGB (Red+Green+Blue) = 197+50+43=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5322B is #3ACDD4. Grayscale: #5D5D5D. Windows color (decimal): -3853781 or 2831045. OLE color: 2831045.
HSL color Cylindrical-coordinate representation of color #C5322B: hue angle of 2.73º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5322B is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 43 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.23 |
| HSL | 2.73º | 0.64% | 0.47% | - |
| HSV(B) | 2.73º | 0.78% | 0.77% | - |
| XYZ | 24.6 | 14.33 | 3.75 | - |
| YUV | 93.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 43 | 0 | 0.75 | 0.78 | 0.23 | 2.73 | 0.64 | 0.47 |
| Hex | C5 | 32 | 2B | 0 | 4B | 4E | 17 | 3 | 40 | 2F |
| Octal | 305 | 62 | 53 | 0 | 113 | 116 | 27 | 3 | 100 | 57 |
| Binary | 11000101 | 110010 | 101011 | 0 | 1001011 | 1001110 | 10111 | 11 | 1000000 | 101111 |
Color Harmonies of #C5322B
Complementary color
Monochromatic Colors of #C5322B
Black with #C5322B
Text Example
Text Example
White with #C5322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5322B; }
p { color: rgb(197,50,43); }
H1.HeaderClassName
{
color: #C5322B;
}
.AnyTagClassName
{
color: #C5322B;
}
</style>
background-color css
<style>
a { background-color: #C5322B; }
a { background-color: rgb(197,50,43); }
div.DivClassName
{
background-color: #C5322B;
}
.BgClassName
{
background-color: #C5322B;
}
</style>
border-color css
<style>
span { border-color: #C5322B; }
span { border-color: rgb(197,50,43); }
td.TdClassName
{
border-color: #C5322B;
}
.TagClassName
{
border-color: #C5322B;
}
</style>