Shades of Persian Red #C0312C
Tints of Persian Red #C0312C
RGB
CMYK
RGB Variations
Color information
#C0312C (or 0xC0312C) is known color: Persian Red. HEX triplet: C0, 31 and 2C. RGB value is (192,49,44). Sum of RGB (Red+Green+Blue) = 192+49+44=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C0312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0312C is #3FCED3. Grayscale: #5B5B5B. Windows color (decimal): -4181716 or 2896320. OLE color: 2896320.
HSL color Cylindrical-coordinate representation of color #C0312C: hue angle of 2.03º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0312C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 44 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.25 |
| HSL | 2.03º | 0.63% | 0.46% | - |
| HSV(B) | 2.03º | 0.77% | 0.75% | - |
| XYZ | 23.29 | 13.58 | 3.78 | - |
| YUV | 91.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 44 | 0 | 0.74 | 0.77 | 0.25 | 2.03 | 0.63 | 0.46 |
| Hex | C0 | 31 | 2C | 0 | 4A | 4D | 19 | 2 | 3F | 2E |
| Octal | 300 | 61 | 54 | 0 | 112 | 115 | 31 | 2 | 77 | 56 |
| Binary | 11000000 | 110001 | 101100 | 0 | 1001010 | 1001101 | 11001 | 10 | 111111 | 101110 |
Color Harmonies of #C0312C
Complementary color
Monochromatic Colors of #C0312C
Black with #C0312C
Text Example
Text Example
White with #C0312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0312C; }
p { color: rgb(192,49,44); }
H1.HeaderClassName
{
color: #C0312C;
}
.AnyTagClassName
{
color: #C0312C;
}
</style>
background-color css
<style>
a { background-color: #C0312C; }
a { background-color: rgb(192,49,44); }
div.DivClassName
{
background-color: #C0312C;
}
.BgClassName
{
background-color: #C0312C;
}
</style>
border-color css
<style>
span { border-color: #C0312C; }
span { border-color: rgb(192,49,44); }
td.TdClassName
{
border-color: #C0312C;
}
.TagClassName
{
border-color: #C0312C;
}
</style>