Shades of Persian Red #C43C35
Tints of Persian Red #C43C35
RGB
CMYK
RGB Variations
Color information
#C43C35 (or 0xC43C35) is known color: Persian Red. HEX triplet: C4, 3C and 35. RGB value is (196,60,53). Sum of RGB (Red+Green+Blue) = 196+60+53=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C35 is #3BC3CA. Grayscale: #646464. Windows color (decimal): -3916747 or 3488964. OLE color: 3488964.
HSL color Cylindrical-coordinate representation of color #C43C35: hue angle of 2.94º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43C35 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 53 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.23 |
| HSL | 2.94º | 0.57% | 0.49% | - |
| HSV(B) | 2.94º | 0.73% | 0.77% | - |
| XYZ | 25.02 | 15.22 | 4.99 | - |
| YUV | 99.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 53 | 0 | 0.69 | 0.73 | 0.23 | 2.94 | 0.57 | 0.49 |
| Hex | C4 | 3C | 35 | 0 | 45 | 49 | 17 | 3 | 39 | 31 |
| Octal | 304 | 74 | 65 | 0 | 105 | 111 | 27 | 3 | 71 | 61 |
| Binary | 11000100 | 111100 | 110101 | 0 | 1000101 | 1001001 | 10111 | 11 | 111001 | 110001 |
Color Harmonies of #C43C35
Complementary color
Monochromatic Colors of #C43C35
Black with #C43C35
Text Example
Text Example
White with #C43C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43C35; }
p { color: rgb(196,60,53); }
H1.HeaderClassName
{
color: #C43C35;
}
.AnyTagClassName
{
color: #C43C35;
}
</style>
background-color css
<style>
a { background-color: #C43C35; }
a { background-color: rgb(196,60,53); }
div.DivClassName
{
background-color: #C43C35;
}
.BgClassName
{
background-color: #C43C35;
}
</style>
border-color css
<style>
span { border-color: #C43C35; }
span { border-color: rgb(196,60,53); }
td.TdClassName
{
border-color: #C43C35;
}
.TagClassName
{
border-color: #C43C35;
}
</style>