Shades of Persian Red #C0362E
Tints of Persian Red #C0362E
RGB
CMYK
RGB Variations
Color information
#C0362E (or 0xC0362E) is known color: Persian Red. HEX triplet: C0, 36 and 2E. RGB value is (192,54,46). Sum of RGB (Red+Green+Blue) = 192+54+46=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0362E is #3FC9D1. Grayscale: #5E5E5E. Windows color (decimal): -4180434 or 3028672. OLE color: 3028672.
HSL color Cylindrical-coordinate representation of color #C0362E: hue angle of 3.29º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0362E is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 46 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.25 |
| HSL | 3.29º | 0.61% | 0.47% | - |
| HSV(B) | 3.29º | 0.76% | 0.75% | - |
| XYZ | 23.55 | 14.04 | 4.05 | - |
| YUV | 94.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 46 | 0 | 0.72 | 0.76 | 0.25 | 3.29 | 0.61 | 0.47 |
| Hex | C0 | 36 | 2E | 0 | 48 | 4C | 19 | 3 | 3D | 2F |
| Octal | 300 | 66 | 56 | 0 | 110 | 114 | 31 | 3 | 75 | 57 |
| Binary | 11000000 | 110110 | 101110 | 0 | 1001000 | 1001100 | 11001 | 11 | 111101 | 101111 |
Color Harmonies of #C0362E
Complementary color
Monochromatic Colors of #C0362E
Black with #C0362E
Text Example
Text Example
White with #C0362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0362E; }
p { color: rgb(192,54,46); }
H1.HeaderClassName
{
color: #C0362E;
}
.AnyTagClassName
{
color: #C0362E;
}
</style>
background-color css
<style>
a { background-color: #C0362E; }
a { background-color: rgb(192,54,46); }
div.DivClassName
{
background-color: #C0362E;
}
.BgClassName
{
background-color: #C0362E;
}
</style>
border-color css
<style>
span { border-color: #C0362E; }
span { border-color: rgb(192,54,46); }
td.TdClassName
{
border-color: #C0362E;
}
.TagClassName
{
border-color: #C0362E;
}
</style>