Shades of Persian Red #C4392C
Tints of Persian Red #C4392C
RGB
CMYK
RGB Variations
Color information
#C4392C (or 0xC4392C) is known color: Persian Red. HEX triplet: C4, 39 and 2C. RGB value is (196,57,44). Sum of RGB (Red+Green+Blue) = 196+57+44=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4392C is #3BC6D3. Grayscale: #616161. Windows color (decimal): -3917524 or 2898372. OLE color: 2898372.
HSL color Cylindrical-coordinate representation of color #C4392C: hue angle of 5.13º 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 #C4392C is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 44 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.23 |
| HSL | 5.13º | 0.63% | 0.47% | - |
| HSV(B) | 5.13º | 0.78% | 0.77% | - |
| XYZ | 24.68 | 14.84 | 3.95 | - |
| YUV | 97.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 44 | 0 | 0.71 | 0.78 | 0.23 | 5.13 | 0.63 | 0.47 |
| Hex | C4 | 39 | 2C | 0 | 47 | 4E | 17 | 5 | 3F | 2F |
| Octal | 304 | 71 | 54 | 0 | 107 | 116 | 27 | 5 | 77 | 57 |
| Binary | 11000100 | 111001 | 101100 | 0 | 1000111 | 1001110 | 10111 | 101 | 111111 | 101111 |
Color Harmonies of #C4392C
Complementary color
Monochromatic Colors of #C4392C
Black with #C4392C
Text Example
Text Example
White with #C4392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4392C; }
p { color: rgb(196,57,44); }
H1.HeaderClassName
{
color: #C4392C;
}
.AnyTagClassName
{
color: #C4392C;
}
</style>
background-color css
<style>
a { background-color: #C4392C; }
a { background-color: rgb(196,57,44); }
div.DivClassName
{
background-color: #C4392C;
}
.BgClassName
{
background-color: #C4392C;
}
</style>
border-color css
<style>
span { border-color: #C4392C; }
span { border-color: rgb(196,57,44); }
td.TdClassName
{
border-color: #C4392C;
}
.TagClassName
{
border-color: #C4392C;
}
</style>