Shades of Persian Red #C43A3A
Tints of Persian Red #C43A3A
RGB
CMYK
RGB Variations
Color information
#C43A3A (or 0xC43A3A) is known color: Persian Red. HEX triplet: C4, 3A and 3A. RGB value is (196,58,58). Sum of RGB (Red+Green+Blue) = 196+58+58=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A3A is #3BC5C5. Grayscale: #636363. Windows color (decimal): -3917254 or 3816132. OLE color: 3816132.
HSL color Cylindrical-coordinate representation of color #C43A3A: hue angle of 0º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A3A is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 58 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.23 |
| HSL | 0º | 0.54% | 0.5% | - |
| HSV(B) | 0º | 0.7% | 0.77% | - |
| XYZ | 25.04 | 15.07 | 5.59 | - |
| YUV | 99.26 | 104.72 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 58 | 0 | 0.70 | 0.70 | 0.23 | 0 | 0.54 | 0.5 |
| Hex | C4 | 3A | 3A | 0 | 46 | 46 | 17 | 0 | 36 | 32 |
| Octal | 304 | 72 | 72 | 0 | 106 | 106 | 27 | 0 | 66 | 62 |
| Binary | 11000100 | 111010 | 111010 | 0 | 1000110 | 1000110 | 10111 | 0 | 110110 | 110010 |
Color Harmonies of #C43A3A
Complementary color
Monochromatic Colors of #C43A3A
Black with #C43A3A
Text Example
Text Example
White with #C43A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A3A; }
p { color: rgb(196,58,58); }
H1.HeaderClassName
{
color: #C43A3A;
}
.AnyTagClassName
{
color: #C43A3A;
}
</style>
background-color css
<style>
a { background-color: #C43A3A; }
a { background-color: rgb(196,58,58); }
div.DivClassName
{
background-color: #C43A3A;
}
.BgClassName
{
background-color: #C43A3A;
}
</style>
border-color css
<style>
span { border-color: #C43A3A; }
span { border-color: rgb(196,58,58); }
td.TdClassName
{
border-color: #C43A3A;
}
.TagClassName
{
border-color: #C43A3A;
}
</style>