Shades of Persian Red #C43C37
Tints of Persian Red #C43C37
RGB
CMYK
RGB Variations
Color information
#C43C37 (or 0xC43C37) is known color: Persian Red. HEX triplet: C4, 3C and 37. RGB value is (196,60,55). Sum of RGB (Red+Green+Blue) = 196+60+55=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C37 is #3BC3C8. Grayscale: #646464. Windows color (decimal): -3916745 or 3620036. OLE color: 3620036.
HSL color Cylindrical-coordinate representation of color #C43C37: hue angle of 2.13º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43C37 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 55 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.23 |
| HSL | 2.13º | 0.56% | 0.49% | - |
| HSV(B) | 2.13º | 0.72% | 0.77% | - |
| XYZ | 25.07 | 15.24 | 5.24 | - |
| YUV | 100.09 | 102.56 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 55 | 0 | 0.69 | 0.72 | 0.23 | 2.13 | 0.56 | 0.49 |
| Hex | C4 | 3C | 37 | 0 | 45 | 48 | 17 | 2 | 38 | 31 |
| Octal | 304 | 74 | 67 | 0 | 105 | 110 | 27 | 2 | 70 | 61 |
| Binary | 11000100 | 111100 | 110111 | 0 | 1000101 | 1001000 | 10111 | 10 | 111000 | 110001 |
Color Harmonies of #C43C37
Complementary color
Monochromatic Colors of #C43C37
Black with #C43C37
Text Example
Text Example
White with #C43C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43C37; }
p { color: rgb(196,60,55); }
H1.HeaderClassName
{
color: #C43C37;
}
.AnyTagClassName
{
color: #C43C37;
}
</style>
background-color css
<style>
a { background-color: #C43C37; }
a { background-color: rgb(196,60,55); }
div.DivClassName
{
background-color: #C43C37;
}
.BgClassName
{
background-color: #C43C37;
}
</style>
border-color css
<style>
span { border-color: #C43C37; }
span { border-color: rgb(196,60,55); }
td.TdClassName
{
border-color: #C43C37;
}
.TagClassName
{
border-color: #C43C37;
}
</style>