Shades of Persian Red #C0342B
Tints of Persian Red #C0342B
RGB
CMYK
RGB Variations
Color information
#C0342B (or 0xC0342B) is known color: Persian Red. HEX triplet: C0, 34 and 2B. RGB value is (192,52,43). Sum of RGB (Red+Green+Blue) = 192+52+43=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0342B is #3FCBD4. Grayscale: #5D5D5D. Windows color (decimal): -4180949 or 2831552. OLE color: 2831552.
HSL color Cylindrical-coordinate representation of color #C0342B: hue angle of 3.62º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0342B is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 43 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.25 |
| HSL | 3.62º | 0.63% | 0.46% | - |
| HSV(B) | 3.62º | 0.78% | 0.75% | - |
| XYZ | 23.4 | 13.84 | 3.72 | - |
| YUV | 92.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 43 | 0 | 0.73 | 0.78 | 0.25 | 3.62 | 0.63 | 0.46 |
| Hex | C0 | 34 | 2B | 0 | 49 | 4E | 19 | 4 | 3F | 2E |
| Octal | 300 | 64 | 53 | 0 | 111 | 116 | 31 | 4 | 77 | 56 |
| Binary | 11000000 | 110100 | 101011 | 0 | 1001001 | 1001110 | 11001 | 100 | 111111 | 101110 |
Color Harmonies of #C0342B
Complementary color
Monochromatic Colors of #C0342B
Black with #C0342B
Text Example
Text Example
White with #C0342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0342B; }
p { color: rgb(192,52,43); }
H1.HeaderClassName
{
color: #C0342B;
}
.AnyTagClassName
{
color: #C0342B;
}
</style>
background-color css
<style>
a { background-color: #C0342B; }
a { background-color: rgb(192,52,43); }
div.DivClassName
{
background-color: #C0342B;
}
.BgClassName
{
background-color: #C0342B;
}
</style>
border-color css
<style>
span { border-color: #C0342B; }
span { border-color: rgb(192,52,43); }
td.TdClassName
{
border-color: #C0342B;
}
.TagClassName
{
border-color: #C0342B;
}
</style>