Shades of Persian Red #C7413C
Tints of Persian Red #C7413C
RGB
CMYK
RGB Variations
Color information
#C7413C (or 0xC7413C) is known color: Persian Red. HEX triplet: C7, 41 and 3C. RGB value is (199,65,60). Sum of RGB (Red+Green+Blue) = 199+65+60=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7413C is #38BEC3. Grayscale: #686868. Windows color (decimal): -3718852 or 3948999. OLE color: 3948999.
HSL color Cylindrical-coordinate representation of color #C7413C: hue angle of 2.16º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7413C is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 60 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.22 |
| HSL | 2.16º | 0.55% | 0.51% | - |
| HSV(B) | 2.16º | 0.7% | 0.78% | - |
| XYZ | 26.26 | 16.25 | 6.03 | - |
| YUV | 104.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 60 | 0 | 0.67 | 0.70 | 0.22 | 2.16 | 0.55 | 0.51 |
| Hex | C7 | 41 | 3C | 0 | 43 | 46 | 16 | 2 | 37 | 33 |
| Octal | 307 | 101 | 74 | 0 | 103 | 106 | 26 | 2 | 67 | 63 |
| Binary | 11000111 | 1000001 | 111100 | 0 | 1000011 | 1000110 | 10110 | 10 | 110111 | 110011 |
Color Harmonies of #C7413C
Complementary color
Monochromatic Colors of #C7413C
Black with #C7413C
Text Example
Text Example
White with #C7413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7413C; }
p { color: rgb(199,65,60); }
H1.HeaderClassName
{
color: #C7413C;
}
.AnyTagClassName
{
color: #C7413C;
}
</style>
background-color css
<style>
a { background-color: #C7413C; }
a { background-color: rgb(199,65,60); }
div.DivClassName
{
background-color: #C7413C;
}
.BgClassName
{
background-color: #C7413C;
}
</style>
border-color css
<style>
span { border-color: #C7413C; }
span { border-color: rgb(199,65,60); }
td.TdClassName
{
border-color: #C7413C;
}
.TagClassName
{
border-color: #C7413C;
}
</style>