Shades of Persian Red #C5332F
Tints of Persian Red #C5332F
RGB
CMYK
RGB Variations
Color information
#C5332F (or 0xC5332F) is known color: Persian Red. HEX triplet: C5, 33 and 2F. RGB value is (197,51,47). Sum of RGB (Red+Green+Blue) = 197+51+47=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5332F is #3ACCD0. Grayscale: #5E5E5E. Windows color (decimal): -3853521 or 3093445. OLE color: 3093445.
HSL color Cylindrical-coordinate representation of color #C5332F: hue angle of 1.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5332F is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 47 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.23 |
| HSL | 1.6º | 0.61% | 0.48% | - |
| HSV(B) | 1.6º | 0.76% | 0.77% | - |
| XYZ | 24.72 | 14.44 | 4.17 | - |
| YUV | 94.2 | 101.37 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 47 | 0 | 0.74 | 0.76 | 0.23 | 1.6 | 0.61 | 0.48 |
| Hex | C5 | 33 | 2F | 0 | 4A | 4C | 17 | 2 | 3D | 30 |
| Octal | 305 | 63 | 57 | 0 | 112 | 114 | 27 | 2 | 75 | 60 |
| Binary | 11000101 | 110011 | 101111 | 0 | 1001010 | 1001100 | 10111 | 10 | 111101 | 110000 |
Color Harmonies of #C5332F
Complementary color
Monochromatic Colors of #C5332F
Black with #C5332F
Text Example
Text Example
White with #C5332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5332F; }
p { color: rgb(197,51,47); }
H1.HeaderClassName
{
color: #C5332F;
}
.AnyTagClassName
{
color: #C5332F;
}
</style>
background-color css
<style>
a { background-color: #C5332F; }
a { background-color: rgb(197,51,47); }
div.DivClassName
{
background-color: #C5332F;
}
.BgClassName
{
background-color: #C5332F;
}
</style>
border-color css
<style>
span { border-color: #C5332F; }
span { border-color: rgb(197,51,47); }
td.TdClassName
{
border-color: #C5332F;
}
.TagClassName
{
border-color: #C5332F;
}
</style>