Shades of Persian Red #C0342C
Tints of Persian Red #C0342C
RGB
CMYK
RGB Variations
Color information
#C0342C (or 0xC0342C) is known color: Persian Red. HEX triplet: C0, 34 and 2C. RGB value is (192,52,44). Sum of RGB (Red+Green+Blue) = 192+52+44=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0342C is #3FCBD3. Grayscale: #5D5D5D. Windows color (decimal): -4180948 or 2897088. OLE color: 2897088.
HSL color Cylindrical-coordinate representation of color #C0342C: hue angle of 3.24º 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 #C0342C is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 44 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.25 |
| HSL | 3.24º | 0.63% | 0.46% | - |
| HSV(B) | 3.24º | 0.77% | 0.75% | - |
| XYZ | 23.42 | 13.84 | 3.82 | - |
| YUV | 92.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 44 | 0 | 0.73 | 0.77 | 0.25 | 3.24 | 0.63 | 0.46 |
| Hex | C0 | 34 | 2C | 0 | 49 | 4D | 19 | 3 | 3F | 2E |
| Octal | 300 | 64 | 54 | 0 | 111 | 115 | 31 | 3 | 77 | 56 |
| Binary | 11000000 | 110100 | 101100 | 0 | 1001001 | 1001101 | 11001 | 11 | 111111 | 101110 |
Color Harmonies of #C0342C
Complementary color
Monochromatic Colors of #C0342C
Black with #C0342C
Text Example
Text Example
White with #C0342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0342C; }
p { color: rgb(192,52,44); }
H1.HeaderClassName
{
color: #C0342C;
}
.AnyTagClassName
{
color: #C0342C;
}
</style>
background-color css
<style>
a { background-color: #C0342C; }
a { background-color: rgb(192,52,44); }
div.DivClassName
{
background-color: #C0342C;
}
.BgClassName
{
background-color: #C0342C;
}
</style>
border-color css
<style>
span { border-color: #C0342C; }
span { border-color: rgb(192,52,44); }
td.TdClassName
{
border-color: #C0342C;
}
.TagClassName
{
border-color: #C0342C;
}
</style>