Shades of Persian Red #C43E35
Tints of Persian Red #C43E35
RGB
CMYK
RGB Variations
Color information
#C43E35 (or 0xC43E35) is known color: Persian Red. HEX triplet: C4, 3E and 35. RGB value is (196,62,53). Sum of RGB (Red+Green+Blue) = 196+62+53=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E35 is #3BC1CA. Grayscale: #656565. Windows color (decimal): -3916235 or 3489476. OLE color: 3489476.
HSL color Cylindrical-coordinate representation of color #C43E35: hue angle of 3.78º 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 #C43E35 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 53 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.23 |
| HSL | 3.78º | 0.57% | 0.49% | - |
| HSV(B) | 3.78º | 0.73% | 0.77% | - |
| XYZ | 25.13 | 15.44 | 5.02 | - |
| YUV | 101.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 53 | 0 | 0.68 | 0.73 | 0.23 | 3.78 | 0.57 | 0.49 |
| Hex | C4 | 3E | 35 | 0 | 44 | 49 | 17 | 4 | 39 | 31 |
| Octal | 304 | 76 | 65 | 0 | 104 | 111 | 27 | 4 | 71 | 61 |
| Binary | 11000100 | 111110 | 110101 | 0 | 1000100 | 1001001 | 10111 | 100 | 111001 | 110001 |
Color Harmonies of #C43E35
Complementary color
Monochromatic Colors of #C43E35
Black with #C43E35
Text Example
Text Example
White with #C43E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E35; }
p { color: rgb(196,62,53); }
H1.HeaderClassName
{
color: #C43E35;
}
.AnyTagClassName
{
color: #C43E35;
}
</style>
background-color css
<style>
a { background-color: #C43E35; }
a { background-color: rgb(196,62,53); }
div.DivClassName
{
background-color: #C43E35;
}
.BgClassName
{
background-color: #C43E35;
}
</style>
border-color css
<style>
span { border-color: #C43E35; }
span { border-color: rgb(196,62,53); }
td.TdClassName
{
border-color: #C43E35;
}
.TagClassName
{
border-color: #C43E35;
}
</style>