Shades of Persian Red #C43A35
Tints of Persian Red #C43A35
RGB
CMYK
RGB Variations
Color information
#C43A35 (or 0xC43A35) is known color: Persian Red. HEX triplet: C4, 3A and 35. RGB value is (196,58,53). Sum of RGB (Red+Green+Blue) = 196+58+53=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A35 is #3BC5CA. Grayscale: #626262. Windows color (decimal): -3917259 or 3488452. OLE color: 3488452.
HSL color Cylindrical-coordinate representation of color #C43A35: hue angle of 2.1º 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 #C43A35 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 53 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.23 |
| HSL | 2.1º | 0.57% | 0.49% | - |
| HSV(B) | 2.1º | 0.73% | 0.77% | - |
| XYZ | 24.92 | 15.02 | 4.95 | - |
| YUV | 98.69 | 102.22 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 53 | 0 | 0.70 | 0.73 | 0.23 | 2.1 | 0.57 | 0.49 |
| Hex | C4 | 3A | 35 | 0 | 46 | 49 | 17 | 2 | 39 | 31 |
| Octal | 304 | 72 | 65 | 0 | 106 | 111 | 27 | 2 | 71 | 61 |
| Binary | 11000100 | 111010 | 110101 | 0 | 1000110 | 1001001 | 10111 | 10 | 111001 | 110001 |
Color Harmonies of #C43A35
Complementary color
Monochromatic Colors of #C43A35
Black with #C43A35
Text Example
Text Example
White with #C43A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A35; }
p { color: rgb(196,58,53); }
H1.HeaderClassName
{
color: #C43A35;
}
.AnyTagClassName
{
color: #C43A35;
}
</style>
background-color css
<style>
a { background-color: #C43A35; }
a { background-color: rgb(196,58,53); }
div.DivClassName
{
background-color: #C43A35;
}
.BgClassName
{
background-color: #C43A35;
}
</style>
border-color css
<style>
span { border-color: #C43A35; }
span { border-color: rgb(196,58,53); }
td.TdClassName
{
border-color: #C43A35;
}
.TagClassName
{
border-color: #C43A35;
}
</style>