Shades of Persian Red #C5332C
Tints of Persian Red #C5332C
RGB
CMYK
RGB Variations
Color information
#C5332C (or 0xC5332C) is known color: Persian Red. HEX triplet: C5, 33 and 2C. RGB value is (197,51,44). Sum of RGB (Red+Green+Blue) = 197+51+44=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5332C is #3ACCD3. Grayscale: #5E5E5E. Windows color (decimal): -3853524 or 2896837. OLE color: 2896837.
HSL color Cylindrical-coordinate representation of color #C5332C: hue angle of 2.75º degrees, saturation: 0.63, 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 #C5332C is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 44 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.23 |
| HSL | 2.75º | 0.63% | 0.47% | - |
| HSV(B) | 2.75º | 0.78% | 0.77% | - |
| XYZ | 24.66 | 14.42 | 3.87 | - |
| YUV | 93.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 44 | 0 | 0.74 | 0.78 | 0.23 | 2.75 | 0.63 | 0.47 |
| Hex | C5 | 33 | 2C | 0 | 4A | 4E | 17 | 3 | 3F | 2F |
| Octal | 305 | 63 | 54 | 0 | 112 | 116 | 27 | 3 | 77 | 57 |
| Binary | 11000101 | 110011 | 101100 | 0 | 1001010 | 1001110 | 10111 | 11 | 111111 | 101111 |
Color Harmonies of #C5332C
Complementary color
Monochromatic Colors of #C5332C
Black with #C5332C
Text Example
Text Example
White with #C5332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5332C; }
p { color: rgb(197,51,44); }
H1.HeaderClassName
{
color: #C5332C;
}
.AnyTagClassName
{
color: #C5332C;
}
</style>
background-color css
<style>
a { background-color: #C5332C; }
a { background-color: rgb(197,51,44); }
div.DivClassName
{
background-color: #C5332C;
}
.BgClassName
{
background-color: #C5332C;
}
</style>
border-color css
<style>
span { border-color: #C5332C; }
span { border-color: rgb(197,51,44); }
td.TdClassName
{
border-color: #C5332C;
}
.TagClassName
{
border-color: #C5332C;
}
</style>