Shades of Persian Red #C43726
Tints of Persian Red #C43726
RGB
CMYK
RGB Variations
Color information
#C43726 (or 0xC43726) is known color: Persian Red. HEX triplet: C4, 37 and 26. RGB value is (196,55,38). Sum of RGB (Red+Green+Blue) = 196+55+38=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C43726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43726 is #3BC8D9. Grayscale: #5F5F5F. Windows color (decimal): -3918042 or 2504644. OLE color: 2504644.
HSL color Cylindrical-coordinate representation of color #C43726: hue angle of 6.46º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C43726 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 38 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.23 |
| HSL | 6.46º | 0.68% | 0.46% | - |
| HSV(B) | 6.46º | 0.81% | 0.77% | - |
| XYZ | 24.48 | 14.61 | 3.36 | - |
| YUV | 95.22 | 95.71 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 38 | 0 | 0.72 | 0.81 | 0.23 | 6.46 | 0.68 | 0.46 |
| Hex | C4 | 37 | 26 | 0 | 48 | 51 | 17 | 6 | 44 | 2E |
| Octal | 304 | 67 | 46 | 0 | 110 | 121 | 27 | 6 | 104 | 56 |
| Binary | 11000100 | 110111 | 100110 | 0 | 1001000 | 1010001 | 10111 | 110 | 1000100 | 101110 |
Color Harmonies of #C43726
Complementary color
Monochromatic Colors of #C43726
Black with #C43726
Text Example
Text Example
White with #C43726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43726; }
p { color: rgb(196,55,38); }
H1.HeaderClassName
{
color: #C43726;
}
.AnyTagClassName
{
color: #C43726;
}
</style>
background-color css
<style>
a { background-color: #C43726; }
a { background-color: rgb(196,55,38); }
div.DivClassName
{
background-color: #C43726;
}
.BgClassName
{
background-color: #C43726;
}
</style>
border-color css
<style>
span { border-color: #C43726; }
span { border-color: rgb(196,55,38); }
td.TdClassName
{
border-color: #C43726;
}
.TagClassName
{
border-color: #C43726;
}
</style>