Shades of Persian Red #C0322A
Tints of Persian Red #C0322A
RGB
CMYK
RGB Variations
Color information
#C0322A (or 0xC0322A) is known color: Persian Red. HEX triplet: C0, 32 and 2A. RGB value is (192,50,42). Sum of RGB (Red+Green+Blue) = 192+50+42=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C0322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0322A is #3FCDD5. Grayscale: #5B5B5B. Windows color (decimal): -4181462 or 2765504. OLE color: 2765504.
HSL color Cylindrical-coordinate representation of color #C0322A: hue angle of 3.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0322A is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 42 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.25 |
| HSL | 3.2º | 0.64% | 0.46% | - |
| HSV(B) | 3.2º | 0.78% | 0.75% | - |
| XYZ | 23.3 | 13.65 | 3.6 | - |
| YUV | 91.55 | 100.04 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 42 | 0 | 0.74 | 0.78 | 0.25 | 3.2 | 0.64 | 0.46 |
| Hex | C0 | 32 | 2A | 0 | 4A | 4E | 19 | 3 | 40 | 2E |
| Octal | 300 | 62 | 52 | 0 | 112 | 116 | 31 | 3 | 100 | 56 |
| Binary | 11000000 | 110010 | 101010 | 0 | 1001010 | 1001110 | 11001 | 11 | 1000000 | 101110 |
Color Harmonies of #C0322A
Complementary color
Monochromatic Colors of #C0322A
Black with #C0322A
Text Example
Text Example
White with #C0322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0322A; }
p { color: rgb(192,50,42); }
H1.HeaderClassName
{
color: #C0322A;
}
.AnyTagClassName
{
color: #C0322A;
}
</style>
background-color css
<style>
a { background-color: #C0322A; }
a { background-color: rgb(192,50,42); }
div.DivClassName
{
background-color: #C0322A;
}
.BgClassName
{
background-color: #C0322A;
}
</style>
border-color css
<style>
span { border-color: #C0322A; }
span { border-color: rgb(192,50,42); }
td.TdClassName
{
border-color: #C0322A;
}
.TagClassName
{
border-color: #C0322A;
}
</style>