Shades of Persian Red #C8413E
Tints of Persian Red #C8413E
RGB
CMYK
RGB Variations
Color information
#C8413E (or 0xC8413E) is known color: Persian Red. HEX triplet: C8, 41 and 3E. RGB value is (200,65,62). Sum of RGB (Red+Green+Blue) = 200+65+62=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8413E is #37BEC1. Grayscale: #696969. Windows color (decimal): -3653314 or 4080072. OLE color: 4080072.
HSL color Cylindrical-coordinate representation of color #C8413E: hue angle of 1.3º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8413E is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 62 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.22 |
| HSL | 1.3º | 0.56% | 0.51% | - |
| HSV(B) | 1.3º | 0.69% | 0.78% | - |
| XYZ | 26.58 | 16.41 | 6.32 | - |
| YUV | 105.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 62 | 0 | 0.68 | 0.69 | 0.22 | 1.3 | 0.56 | 0.51 |
| Hex | C8 | 41 | 3E | 0 | 44 | 45 | 16 | 1 | 38 | 33 |
| Octal | 310 | 101 | 76 | 0 | 104 | 105 | 26 | 1 | 70 | 63 |
| Binary | 11001000 | 1000001 | 111110 | 0 | 1000100 | 1000101 | 10110 | 1 | 111000 | 110011 |
Color Harmonies of #C8413E
Complementary color
Monochromatic Colors of #C8413E
Black with #C8413E
Text Example
Text Example
White with #C8413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8413E; }
p { color: rgb(200,65,62); }
H1.HeaderClassName
{
color: #C8413E;
}
.AnyTagClassName
{
color: #C8413E;
}
</style>
background-color css
<style>
a { background-color: #C8413E; }
a { background-color: rgb(200,65,62); }
div.DivClassName
{
background-color: #C8413E;
}
.BgClassName
{
background-color: #C8413E;
}
</style>
border-color css
<style>
span { border-color: #C8413E; }
span { border-color: rgb(200,65,62); }
td.TdClassName
{
border-color: #C8413E;
}
.TagClassName
{
border-color: #C8413E;
}
</style>