Shades of Persian Red #C0362C
Tints of Persian Red #C0362C
RGB
CMYK
RGB Variations
Color information
#C0362C (or 0xC0362C) is known color: Persian Red. HEX triplet: C0, 36 and 2C. RGB value is (192,54,44). Sum of RGB (Red+Green+Blue) = 192+54+44=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0362C is #3FC9D3. Grayscale: #5E5E5E. Windows color (decimal): -4180436 or 2897600. OLE color: 2897600.
HSL color Cylindrical-coordinate representation of color #C0362C: hue angle of 4.05º 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 #C0362C is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 44 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.25 |
| HSL | 4.05º | 0.63% | 0.46% | - |
| HSV(B) | 4.05º | 0.77% | 0.75% | - |
| XYZ | 23.51 | 14.03 | 3.85 | - |
| YUV | 94.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 44 | 0 | 0.72 | 0.77 | 0.25 | 4.05 | 0.63 | 0.46 |
| Hex | C0 | 36 | 2C | 0 | 48 | 4D | 19 | 4 | 3F | 2E |
| Octal | 300 | 66 | 54 | 0 | 110 | 115 | 31 | 4 | 77 | 56 |
| Binary | 11000000 | 110110 | 101100 | 0 | 1001000 | 1001101 | 11001 | 100 | 111111 | 101110 |
Color Harmonies of #C0362C
Complementary color
Monochromatic Colors of #C0362C
Black with #C0362C
Text Example
Text Example
White with #C0362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0362C; }
p { color: rgb(192,54,44); }
H1.HeaderClassName
{
color: #C0362C;
}
.AnyTagClassName
{
color: #C0362C;
}
</style>
background-color css
<style>
a { background-color: #C0362C; }
a { background-color: rgb(192,54,44); }
div.DivClassName
{
background-color: #C0362C;
}
.BgClassName
{
background-color: #C0362C;
}
</style>
border-color css
<style>
span { border-color: #C0362C; }
span { border-color: rgb(192,54,44); }
td.TdClassName
{
border-color: #C0362C;
}
.TagClassName
{
border-color: #C0362C;
}
</style>