Shades of Persian Red #C8312A
Tints of Persian Red #C8312A
RGB
CMYK
RGB Variations
Color information
#C8312A (or 0xC8312A) is known color: Persian Red. HEX triplet: C8, 31 and 2A. RGB value is (200,49,42). Sum of RGB (Red+Green+Blue) = 200+49+42=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C8312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8312A is #37CED5. Grayscale: #5D5D5D. Windows color (decimal): -3657430 or 2765256. OLE color: 2765256.
HSL color Cylindrical-coordinate representation of color #C8312A: hue angle of 2.66º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8312A is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 42 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.22 |
| HSL | 2.66º | 0.65% | 0.47% | - |
| HSV(B) | 2.66º | 0.79% | 0.78% | - |
| XYZ | 25.34 | 14.64 | 3.68 | - |
| YUV | 93.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 42 | 0 | 0.76 | 0.79 | 0.22 | 2.66 | 0.65 | 0.47 |
| Hex | C8 | 31 | 2A | 0 | 4C | 4F | 16 | 3 | 41 | 2F |
| Octal | 310 | 61 | 52 | 0 | 114 | 117 | 26 | 3 | 101 | 57 |
| Binary | 11001000 | 110001 | 101010 | 0 | 1001100 | 1001111 | 10110 | 11 | 1000001 | 101111 |
Color Harmonies of #C8312A
Complementary color
Monochromatic Colors of #C8312A
Black with #C8312A
Text Example
Text Example
White with #C8312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8312A; }
p { color: rgb(200,49,42); }
H1.HeaderClassName
{
color: #C8312A;
}
.AnyTagClassName
{
color: #C8312A;
}
</style>
background-color css
<style>
a { background-color: #C8312A; }
a { background-color: rgb(200,49,42); }
div.DivClassName
{
background-color: #C8312A;
}
.BgClassName
{
background-color: #C8312A;
}
</style>
border-color css
<style>
span { border-color: #C8312A; }
span { border-color: rgb(200,49,42); }
td.TdClassName
{
border-color: #C8312A;
}
.TagClassName
{
border-color: #C8312A;
}
</style>