Shades of Persian Red #C8403A
Tints of Persian Red #C8403A
RGB
CMYK
RGB Variations
Color information
#C8403A (or 0xC8403A) is known color: Persian Red. HEX triplet: C8, 40 and 3A. RGB value is (200,64,58). Sum of RGB (Red+Green+Blue) = 200+64+58=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C8403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8403A is #37BFC5. Grayscale: #686868. Windows color (decimal): -3653574 or 3817672. OLE color: 3817672.
HSL color Cylindrical-coordinate representation of color #C8403A: hue angle of 2.54º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8403A is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 58 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.22 |
| HSL | 2.54º | 0.56% | 0.51% | - |
| HSV(B) | 2.54º | 0.71% | 0.78% | - |
| XYZ | 26.42 | 16.25 | 5.75 | - |
| YUV | 103.98 | 102.06 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 58 | 0 | 0.68 | 0.71 | 0.22 | 2.54 | 0.56 | 0.51 |
| Hex | C8 | 40 | 3A | 0 | 44 | 47 | 16 | 3 | 38 | 33 |
| Octal | 310 | 100 | 72 | 0 | 104 | 107 | 26 | 3 | 70 | 63 |
| Binary | 11001000 | 1000000 | 111010 | 0 | 1000100 | 1000111 | 10110 | 11 | 111000 | 110011 |
Color Harmonies of #C8403A
Complementary color
Monochromatic Colors of #C8403A
Black with #C8403A
Text Example
Text Example
White with #C8403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8403A; }
p { color: rgb(200,64,58); }
H1.HeaderClassName
{
color: #C8403A;
}
.AnyTagClassName
{
color: #C8403A;
}
</style>
background-color css
<style>
a { background-color: #C8403A; }
a { background-color: rgb(200,64,58); }
div.DivClassName
{
background-color: #C8403A;
}
.BgClassName
{
background-color: #C8403A;
}
</style>
border-color css
<style>
span { border-color: #C8403A; }
span { border-color: rgb(200,64,58); }
td.TdClassName
{
border-color: #C8403A;
}
.TagClassName
{
border-color: #C8403A;
}
</style>