Shades of Persian Red #C8312B
Tints of Persian Red #C8312B
RGB
CMYK
RGB Variations
Color information
#C8312B (or 0xC8312B) is known color: Persian Red. HEX triplet: C8, 31 and 2B. RGB value is (200,49,43). Sum of RGB (Red+Green+Blue) = 200+49+43=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C8312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8312B is #37CED4. Grayscale: #5D5D5D. Windows color (decimal): -3657429 or 2830792. OLE color: 2830792.
HSL color Cylindrical-coordinate representation of color #C8312B: hue angle of 2.29º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8312B is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 43 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.22 |
| HSL | 2.29º | 0.65% | 0.48% | - |
| HSV(B) | 2.29º | 0.79% | 0.78% | - |
| XYZ | 25.35 | 14.65 | 3.78 | - |
| YUV | 93.47 | 99.53 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 43 | 0 | 0.76 | 0.78 | 0.22 | 2.29 | 0.65 | 0.48 |
| Hex | C8 | 31 | 2B | 0 | 4C | 4E | 16 | 2 | 41 | 30 |
| Octal | 310 | 61 | 53 | 0 | 114 | 116 | 26 | 2 | 101 | 60 |
| Binary | 11001000 | 110001 | 101011 | 0 | 1001100 | 1001110 | 10110 | 10 | 1000001 | 110000 |
Color Harmonies of #C8312B
Complementary color
Monochromatic Colors of #C8312B
Black with #C8312B
Text Example
Text Example
White with #C8312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8312B; }
p { color: rgb(200,49,43); }
H1.HeaderClassName
{
color: #C8312B;
}
.AnyTagClassName
{
color: #C8312B;
}
</style>
background-color css
<style>
a { background-color: #C8312B; }
a { background-color: rgb(200,49,43); }
div.DivClassName
{
background-color: #C8312B;
}
.BgClassName
{
background-color: #C8312B;
}
</style>
border-color css
<style>
span { border-color: #C8312B; }
span { border-color: rgb(200,49,43); }
td.TdClassName
{
border-color: #C8312B;
}
.TagClassName
{
border-color: #C8312B;
}
</style>