Shades of Persian Red #C43931
Tints of Persian Red #C43931
RGB
CMYK
RGB Variations
Color information
#C43931 (or 0xC43931) is known color: Persian Red. HEX triplet: C4, 39 and 31. RGB value is (196,57,49). Sum of RGB (Red+Green+Blue) = 196+57+49=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C43931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43931 is #3BC6CE. Grayscale: #616161. Windows color (decimal): -3917519 or 3226052. OLE color: 3226052.
HSL color Cylindrical-coordinate representation of color #C43931: hue angle of 3.27º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43931 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 49 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.23 |
| HSL | 3.27º | 0.6% | 0.48% | - |
| HSV(B) | 3.27º | 0.75% | 0.77% | - |
| XYZ | 24.78 | 14.88 | 4.47 | - |
| YUV | 97.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 49 | 0 | 0.71 | 0.75 | 0.23 | 3.27 | 0.6 | 0.48 |
| Hex | C4 | 39 | 31 | 0 | 47 | 4B | 17 | 3 | 3C | 30 |
| Octal | 304 | 71 | 61 | 0 | 107 | 113 | 27 | 3 | 74 | 60 |
| Binary | 11000100 | 111001 | 110001 | 0 | 1000111 | 1001011 | 10111 | 11 | 111100 | 110000 |
Color Harmonies of #C43931
Complementary color
Monochromatic Colors of #C43931
Black with #C43931
Text Example
Text Example
White with #C43931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43931; }
p { color: rgb(196,57,49); }
H1.HeaderClassName
{
color: #C43931;
}
.AnyTagClassName
{
color: #C43931;
}
</style>
background-color css
<style>
a { background-color: #C43931; }
a { background-color: rgb(196,57,49); }
div.DivClassName
{
background-color: #C43931;
}
.BgClassName
{
background-color: #C43931;
}
</style>
border-color css
<style>
span { border-color: #C43931; }
span { border-color: rgb(196,57,49); }
td.TdClassName
{
border-color: #C43931;
}
.TagClassName
{
border-color: #C43931;
}
</style>