Shades of Persian Red #C0392D
Tints of Persian Red #C0392D
RGB
CMYK
RGB Variations
Color information
#C0392D (or 0xC0392D) is known color: Persian Red. HEX triplet: C0, 39 and 2D. RGB value is (192,57,45). Sum of RGB (Red+Green+Blue) = 192+57+45=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0392D is #3FC6D2. Grayscale: #606060. Windows color (decimal): -4179667 or 2963904. OLE color: 2963904.
HSL color Cylindrical-coordinate representation of color #C0392D: hue angle of 4.9º degrees, saturation: 0.62, 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 #C0392D is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 45 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.25 |
| HSL | 4.9º | 0.62% | 0.46% | - |
| HSV(B) | 4.9º | 0.77% | 0.75% | - |
| XYZ | 23.68 | 14.32 | 4 | - |
| YUV | 96 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 45 | 0 | 0.70 | 0.77 | 0.25 | 4.9 | 0.62 | 0.46 |
| Hex | C0 | 39 | 2D | 0 | 46 | 4D | 19 | 5 | 3E | 2E |
| Octal | 300 | 71 | 55 | 0 | 106 | 115 | 31 | 5 | 76 | 56 |
| Binary | 11000000 | 111001 | 101101 | 0 | 1000110 | 1001101 | 11001 | 101 | 111110 | 101110 |
Color Harmonies of #C0392D
Complementary color
Monochromatic Colors of #C0392D
Black with #C0392D
Text Example
Text Example
White with #C0392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0392D; }
p { color: rgb(192,57,45); }
H1.HeaderClassName
{
color: #C0392D;
}
.AnyTagClassName
{
color: #C0392D;
}
</style>
background-color css
<style>
a { background-color: #C0392D; }
a { background-color: rgb(192,57,45); }
div.DivClassName
{
background-color: #C0392D;
}
.BgClassName
{
background-color: #C0392D;
}
</style>
border-color css
<style>
span { border-color: #C0392D; }
span { border-color: rgb(192,57,45); }
td.TdClassName
{
border-color: #C0392D;
}
.TagClassName
{
border-color: #C0392D;
}
</style>