Shades of Persian Red #C43231
Tints of Persian Red #C43231
RGB
CMYK
RGB Variations
Color information
#C43231 (or 0xC43231) is known color: Persian Red. HEX triplet: C4, 32 and 31. RGB value is (196,50,49). Sum of RGB (Red+Green+Blue) = 196+50+49=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C43231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43231 is #3BCDCE. Grayscale: #5D5D5D. Windows color (decimal): -3919311 or 3224260. OLE color: 3224260.
HSL color Cylindrical-coordinate representation of color #C43231: hue angle of 0.41º 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 #C43231 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 49 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.23 |
| HSL | 0.41º | 0.6% | 0.48% | - |
| HSV(B) | 0.41º | 0.75% | 0.77% | - |
| XYZ | 24.46 | 14.24 | 4.36 | - |
| YUV | 93.54 | 102.87 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 49 | 0 | 0.74 | 0.75 | 0.23 | 0.41 | 0.6 | 0.48 |
| Hex | C4 | 32 | 31 | 0 | 4A | 4B | 17 | 0 | 3C | 30 |
| Octal | 304 | 62 | 61 | 0 | 112 | 113 | 27 | 0 | 74 | 60 |
| Binary | 11000100 | 110010 | 110001 | 0 | 1001010 | 1001011 | 10111 | 0 | 111100 | 110000 |
Color Harmonies of #C43231
Complementary color
Monochromatic Colors of #C43231
Black with #C43231
Text Example
Text Example
White with #C43231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43231; }
p { color: rgb(196,50,49); }
H1.HeaderClassName
{
color: #C43231;
}
.AnyTagClassName
{
color: #C43231;
}
</style>
background-color css
<style>
a { background-color: #C43231; }
a { background-color: rgb(196,50,49); }
div.DivClassName
{
background-color: #C43231;
}
.BgClassName
{
background-color: #C43231;
}
</style>
border-color css
<style>
span { border-color: #C43231; }
span { border-color: rgb(196,50,49); }
td.TdClassName
{
border-color: #C43231;
}
.TagClassName
{
border-color: #C43231;
}
</style>