Shades of Persian Red #C43D35
Tints of Persian Red #C43D35
RGB
CMYK
RGB Variations
Color information
#C43D35 (or 0xC43D35) is known color: Persian Red. HEX triplet: C4, 3D and 35. RGB value is (196,61,53). Sum of RGB (Red+Green+Blue) = 196+61+53=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D35 is #3BC2CA. Grayscale: #646464. Windows color (decimal): -3916491 or 3489220. OLE color: 3489220.
HSL color Cylindrical-coordinate representation of color #C43D35: hue angle of 3.36º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43D35 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 53 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.23 |
| HSL | 3.36º | 0.57% | 0.49% | - |
| HSV(B) | 3.36º | 0.73% | 0.77% | - |
| XYZ | 25.08 | 15.33 | 5.01 | - |
| YUV | 100.45 | 101.23 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 53 | 0 | 0.69 | 0.73 | 0.23 | 3.36 | 0.57 | 0.49 |
| Hex | C4 | 3D | 35 | 0 | 45 | 49 | 17 | 3 | 39 | 31 |
| Octal | 304 | 75 | 65 | 0 | 105 | 111 | 27 | 3 | 71 | 61 |
| Binary | 11000100 | 111101 | 110101 | 0 | 1000101 | 1001001 | 10111 | 11 | 111001 | 110001 |
Color Harmonies of #C43D35
Complementary color
Monochromatic Colors of #C43D35
Black with #C43D35
Text Example
Text Example
White with #C43D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D35; }
p { color: rgb(196,61,53); }
H1.HeaderClassName
{
color: #C43D35;
}
.AnyTagClassName
{
color: #C43D35;
}
</style>
background-color css
<style>
a { background-color: #C43D35; }
a { background-color: rgb(196,61,53); }
div.DivClassName
{
background-color: #C43D35;
}
.BgClassName
{
background-color: #C43D35;
}
</style>
border-color css
<style>
span { border-color: #C43D35; }
span { border-color: rgb(196,61,53); }
td.TdClassName
{
border-color: #C43D35;
}
.TagClassName
{
border-color: #C43D35;
}
</style>