Shades of Persian Red #C43D3A
Tints of Persian Red #C43D3A
RGB
CMYK
RGB Variations
Color information
#C43D3A (or 0xC43D3A) is known color: Persian Red. HEX triplet: C4, 3D and 3A. RGB value is (196,61,58). Sum of RGB (Red+Green+Blue) = 196+61+58=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D3A is #3BC2C5. Grayscale: #656565. Windows color (decimal): -3916486 or 3816900. OLE color: 3816900.
HSL color Cylindrical-coordinate representation of color #C43D3A: hue angle of 1.3º 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 #C43D3A is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 58 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.23 |
| HSL | 1.3º | 0.54% | 0.5% | - |
| HSV(B) | 1.3º | 0.7% | 0.77% | - |
| XYZ | 25.2 | 15.38 | 5.64 | - |
| YUV | 101.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 58 | 0 | 0.69 | 0.70 | 0.23 | 1.3 | 0.54 | 0.5 |
| Hex | C4 | 3D | 3A | 0 | 45 | 46 | 17 | 1 | 36 | 32 |
| Octal | 304 | 75 | 72 | 0 | 105 | 106 | 27 | 1 | 66 | 62 |
| Binary | 11000100 | 111101 | 111010 | 0 | 1000101 | 1000110 | 10111 | 1 | 110110 | 110010 |
Color Harmonies of #C43D3A
Complementary color
Monochromatic Colors of #C43D3A
Black with #C43D3A
Text Example
Text Example
White with #C43D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D3A; }
p { color: rgb(196,61,58); }
H1.HeaderClassName
{
color: #C43D3A;
}
.AnyTagClassName
{
color: #C43D3A;
}
</style>
background-color css
<style>
a { background-color: #C43D3A; }
a { background-color: rgb(196,61,58); }
div.DivClassName
{
background-color: #C43D3A;
}
.BgClassName
{
background-color: #C43D3A;
}
</style>
border-color css
<style>
span { border-color: #C43D3A; }
span { border-color: rgb(196,61,58); }
td.TdClassName
{
border-color: #C43D3A;
}
.TagClassName
{
border-color: #C43D3A;
}
</style>