Shades of Persian Red #C4342D
Tints of Persian Red #C4342D
RGB
CMYK
RGB Variations
Color information
#C4342D (or 0xC4342D) is known color: Persian Red. HEX triplet: C4, 34 and 2D. RGB value is (196,52,45). Sum of RGB (Red+Green+Blue) = 196+52+45=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C4342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4342D is #3BCBD2. Grayscale: #5E5E5E. Windows color (decimal): -3918803 or 2962628. OLE color: 2962628.
HSL color Cylindrical-coordinate representation of color #C4342D: hue angle of 2.78º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4342D is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 45 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.23 |
| HSL | 2.78º | 0.63% | 0.47% | - |
| HSV(B) | 2.78º | 0.77% | 0.77% | - |
| XYZ | 24.47 | 14.38 | 3.97 | - |
| YUV | 94.26 | 100.21 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 45 | 0 | 0.73 | 0.77 | 0.23 | 2.78 | 0.63 | 0.47 |
| Hex | C4 | 34 | 2D | 0 | 49 | 4D | 17 | 3 | 3F | 2F |
| Octal | 304 | 64 | 55 | 0 | 111 | 115 | 27 | 3 | 77 | 57 |
| Binary | 11000100 | 110100 | 101101 | 0 | 1001001 | 1001101 | 10111 | 11 | 111111 | 101111 |
Color Harmonies of #C4342D
Complementary color
Monochromatic Colors of #C4342D
Black with #C4342D
Text Example
Text Example
White with #C4342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4342D; }
p { color: rgb(196,52,45); }
H1.HeaderClassName
{
color: #C4342D;
}
.AnyTagClassName
{
color: #C4342D;
}
</style>
background-color css
<style>
a { background-color: #C4342D; }
a { background-color: rgb(196,52,45); }
div.DivClassName
{
background-color: #C4342D;
}
.BgClassName
{
background-color: #C4342D;
}
</style>
border-color css
<style>
span { border-color: #C4342D; }
span { border-color: rgb(196,52,45); }
td.TdClassName
{
border-color: #C4342D;
}
.TagClassName
{
border-color: #C4342D;
}
</style>