Shades of Persian Red #C43528
Tints of Persian Red #C43528
RGB
CMYK
RGB Variations
Color information
#C43528 (or 0xC43528) is known color: Persian Red. HEX triplet: C4, 35 and 28. RGB value is (196,53,40). Sum of RGB (Red+Green+Blue) = 196+53+40=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C43528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43528 is #3BCAD7. Grayscale: #5E5E5E. Windows color (decimal): -3918552 or 2635204. OLE color: 2635204.
HSL color Cylindrical-coordinate representation of color #C43528: hue angle of 5º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C43528 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 40 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.23 |
| HSL | 5º | 0.66% | 0.46% | - |
| HSV(B) | 5º | 0.8% | 0.77% | - |
| XYZ | 24.42 | 14.44 | 3.51 | - |
| YUV | 94.28 | 97.38 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 40 | 0 | 0.73 | 0.80 | 0.23 | 5 | 0.66 | 0.46 |
| Hex | C4 | 35 | 28 | 0 | 49 | 50 | 17 | 5 | 42 | 2E |
| Octal | 304 | 65 | 50 | 0 | 111 | 120 | 27 | 5 | 102 | 56 |
| Binary | 11000100 | 110101 | 101000 | 0 | 1001001 | 1010000 | 10111 | 101 | 1000010 | 101110 |
Color Harmonies of #C43528
Complementary color
Monochromatic Colors of #C43528
Black with #C43528
Text Example
Text Example
White with #C43528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43528; }
p { color: rgb(196,53,40); }
H1.HeaderClassName
{
color: #C43528;
}
.AnyTagClassName
{
color: #C43528;
}
</style>
background-color css
<style>
a { background-color: #C43528; }
a { background-color: rgb(196,53,40); }
div.DivClassName
{
background-color: #C43528;
}
.BgClassName
{
background-color: #C43528;
}
</style>
border-color css
<style>
span { border-color: #C43528; }
span { border-color: rgb(196,53,40); }
td.TdClassName
{
border-color: #C43528;
}
.TagClassName
{
border-color: #C43528;
}
</style>