Shades of Persian Red #C5332B
Tints of Persian Red #C5332B
RGB
CMYK
RGB Variations
Color information
#C5332B (or 0xC5332B) is known color: Persian Red. HEX triplet: C5, 33 and 2B. RGB value is (197,51,43). Sum of RGB (Red+Green+Blue) = 197+51+43=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5332B is #3ACCD4. Grayscale: #5D5D5D. Windows color (decimal): -3853525 or 2831301. OLE color: 2831301.
HSL color Cylindrical-coordinate representation of color #C5332B: hue angle of 3.12º 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 #C5332B is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 43 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.23 |
| HSL | 3.12º | 0.64% | 0.47% | - |
| HSV(B) | 3.12º | 0.78% | 0.77% | - |
| XYZ | 24.65 | 14.41 | 3.77 | - |
| YUV | 93.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 43 | 0 | 0.74 | 0.78 | 0.23 | 3.12 | 0.64 | 0.47 |
| Hex | C5 | 33 | 2B | 0 | 4A | 4E | 17 | 3 | 40 | 2F |
| Octal | 305 | 63 | 53 | 0 | 112 | 116 | 27 | 3 | 100 | 57 |
| Binary | 11000101 | 110011 | 101011 | 0 | 1001010 | 1001110 | 10111 | 11 | 1000000 | 101111 |
Color Harmonies of #C5332B
Complementary color
Monochromatic Colors of #C5332B
Black with #C5332B
Text Example
Text Example
White with #C5332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5332B; }
p { color: rgb(197,51,43); }
H1.HeaderClassName
{
color: #C5332B;
}
.AnyTagClassName
{
color: #C5332B;
}
</style>
background-color css
<style>
a { background-color: #C5332B; }
a { background-color: rgb(197,51,43); }
div.DivClassName
{
background-color: #C5332B;
}
.BgClassName
{
background-color: #C5332B;
}
</style>
border-color css
<style>
span { border-color: #C5332B; }
span { border-color: rgb(197,51,43); }
td.TdClassName
{
border-color: #C5332B;
}
.TagClassName
{
border-color: #C5332B;
}
</style>