Shades of Persian Red #C4342A
Tints of Persian Red #C4342A
RGB
CMYK
RGB Variations
Color information
#C4342A (or 0xC4342A) is known color: Persian Red. HEX triplet: C4, 34 and 2A. RGB value is (196,52,42). Sum of RGB (Red+Green+Blue) = 196+52+42=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4342A is #3BCBD5. Grayscale: #5E5E5E. Windows color (decimal): -3918806 or 2766020. OLE color: 2766020.
HSL color Cylindrical-coordinate representation of color #C4342A: hue angle of 3.9º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4342A is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 42 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.23 |
| HSL | 3.9º | 0.65% | 0.47% | - |
| HSV(B) | 3.9º | 0.79% | 0.77% | - |
| XYZ | 24.41 | 14.36 | 3.68 | - |
| YUV | 93.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 42 | 0 | 0.73 | 0.79 | 0.23 | 3.9 | 0.65 | 0.47 |
| Hex | C4 | 34 | 2A | 0 | 49 | 4F | 17 | 4 | 41 | 2F |
| Octal | 304 | 64 | 52 | 0 | 111 | 117 | 27 | 4 | 101 | 57 |
| Binary | 11000100 | 110100 | 101010 | 0 | 1001001 | 1001111 | 10111 | 100 | 1000001 | 101111 |
Color Harmonies of #C4342A
Complementary color
Monochromatic Colors of #C4342A
Black with #C4342A
Text Example
Text Example
White with #C4342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4342A; }
p { color: rgb(196,52,42); }
H1.HeaderClassName
{
color: #C4342A;
}
.AnyTagClassName
{
color: #C4342A;
}
</style>
background-color css
<style>
a { background-color: #C4342A; }
a { background-color: rgb(196,52,42); }
div.DivClassName
{
background-color: #C4342A;
}
.BgClassName
{
background-color: #C4342A;
}
</style>
border-color css
<style>
span { border-color: #C4342A; }
span { border-color: rgb(196,52,42); }
td.TdClassName
{
border-color: #C4342A;
}
.TagClassName
{
border-color: #C4342A;
}
</style>