Shades of Persian Red #C64140
Tints of Persian Red #C64140
RGB
CMYK
RGB Variations
Color information
#C64140 (or 0xC64140) is known color: Persian Red. HEX triplet: C6, 41 and 40. RGB value is (198,65,64). Sum of RGB (Red+Green+Blue) = 198+65+64=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C64140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64140 is #39BEBF. Grayscale: #686868. Windows color (decimal): -3784384 or 4211142. OLE color: 4211142.
HSL color Cylindrical-coordinate representation of color #C64140: hue angle of 0.45º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64140 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 64 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.22 |
| HSL | 0.45º | 0.54% | 0.51% | - |
| HSV(B) | 0.45º | 0.68% | 0.78% | - |
| XYZ | 26.1 | 16.16 | 6.59 | - |
| YUV | 104.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 64 | 0 | 0.67 | 0.68 | 0.22 | 0.45 | 0.54 | 0.51 |
| Hex | C6 | 41 | 40 | 0 | 43 | 44 | 16 | 0 | 36 | 33 |
| Octal | 306 | 101 | 100 | 0 | 103 | 104 | 26 | 0 | 66 | 63 |
| Binary | 11000110 | 1000001 | 1000000 | 0 | 1000011 | 1000100 | 10110 | 0 | 110110 | 110011 |
Color Harmonies of #C64140
Complementary color
Monochromatic Colors of #C64140
Black with #C64140
Text Example
Text Example
White with #C64140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64140; }
p { color: rgb(198,65,64); }
H1.HeaderClassName
{
color: #C64140;
}
.AnyTagClassName
{
color: #C64140;
}
</style>
background-color css
<style>
a { background-color: #C64140; }
a { background-color: rgb(198,65,64); }
div.DivClassName
{
background-color: #C64140;
}
.BgClassName
{
background-color: #C64140;
}
</style>
border-color css
<style>
span { border-color: #C64140; }
span { border-color: rgb(198,65,64); }
td.TdClassName
{
border-color: #C64140;
}
.TagClassName
{
border-color: #C64140;
}
</style>