Shades of Persian Red #C4352C
Tints of Persian Red #C4352C
RGB
CMYK
RGB Variations
Color information
#C4352C (or 0xC4352C) is known color: Persian Red. HEX triplet: C4, 35 and 2C. RGB value is (196,53,44). Sum of RGB (Red+Green+Blue) = 196+53+44=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C4352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4352C is #3BCAD3. Grayscale: #5E5E5E. Windows color (decimal): -3918548 or 2897348. OLE color: 2897348.
HSL color Cylindrical-coordinate representation of color #C4352C: hue angle of 3.55º 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 #C4352C is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 44 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.23 |
| HSL | 3.55º | 0.63% | 0.47% | - |
| HSV(B) | 3.55º | 0.78% | 0.77% | - |
| XYZ | 24.49 | 14.46 | 3.88 | - |
| YUV | 94.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 44 | 0 | 0.73 | 0.78 | 0.23 | 3.55 | 0.63 | 0.47 |
| Hex | C4 | 35 | 2C | 0 | 49 | 4E | 17 | 4 | 3F | 2F |
| Octal | 304 | 65 | 54 | 0 | 111 | 116 | 27 | 4 | 77 | 57 |
| Binary | 11000100 | 110101 | 101100 | 0 | 1001001 | 1001110 | 10111 | 100 | 111111 | 101111 |
Color Harmonies of #C4352C
Complementary color
Monochromatic Colors of #C4352C
Black with #C4352C
Text Example
Text Example
White with #C4352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4352C; }
p { color: rgb(196,53,44); }
H1.HeaderClassName
{
color: #C4352C;
}
.AnyTagClassName
{
color: #C4352C;
}
</style>
background-color css
<style>
a { background-color: #C4352C; }
a { background-color: rgb(196,53,44); }
div.DivClassName
{
background-color: #C4352C;
}
.BgClassName
{
background-color: #C4352C;
}
</style>
border-color css
<style>
span { border-color: #C4352C; }
span { border-color: rgb(196,53,44); }
td.TdClassName
{
border-color: #C4352C;
}
.TagClassName
{
border-color: #C4352C;
}
</style>