Shades of Persian Red #C8322A
Tints of Persian Red #C8322A
RGB
CMYK
RGB Variations
Color information
#C8322A (or 0xC8322A) is known color: Persian Red. HEX triplet: C8, 32 and 2A. RGB value is (200,50,42). Sum of RGB (Red+Green+Blue) = 200+50+42=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C8322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8322A is #37CDD5. Grayscale: #5E5E5E. Windows color (decimal): -3657174 or 2765512. OLE color: 2765512.
HSL color Cylindrical-coordinate representation of color #C8322A: hue angle of 3.04º 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 #C8322A is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 42 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.22 |
| HSL | 3.04º | 0.65% | 0.47% | - |
| HSV(B) | 3.04º | 0.79% | 0.78% | - |
| XYZ | 25.38 | 14.73 | 3.7 | - |
| YUV | 93.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 42 | 0 | 0.75 | 0.79 | 0.22 | 3.04 | 0.65 | 0.47 |
| Hex | C8 | 32 | 2A | 0 | 4B | 4F | 16 | 3 | 41 | 2F |
| Octal | 310 | 62 | 52 | 0 | 113 | 117 | 26 | 3 | 101 | 57 |
| Binary | 11001000 | 110010 | 101010 | 0 | 1001011 | 1001111 | 10110 | 11 | 1000001 | 101111 |
Color Harmonies of #C8322A
Complementary color
Monochromatic Colors of #C8322A
Black with #C8322A
Text Example
Text Example
White with #C8322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8322A; }
p { color: rgb(200,50,42); }
H1.HeaderClassName
{
color: #C8322A;
}
.AnyTagClassName
{
color: #C8322A;
}
</style>
background-color css
<style>
a { background-color: #C8322A; }
a { background-color: rgb(200,50,42); }
div.DivClassName
{
background-color: #C8322A;
}
.BgClassName
{
background-color: #C8322A;
}
</style>
border-color css
<style>
span { border-color: #C8322A; }
span { border-color: rgb(200,50,42); }
td.TdClassName
{
border-color: #C8322A;
}
.TagClassName
{
border-color: #C8322A;
}
</style>