Shades of Persian Red #C0352F
Tints of Persian Red #C0352F
RGB
CMYK
RGB Variations
Color information
#C0352F (or 0xC0352F) is known color: Persian Red. HEX triplet: C0, 35 and 2F. RGB value is (192,53,47). Sum of RGB (Red+Green+Blue) = 192+53+47=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0352F is #3FCAD0. Grayscale: #5E5E5E. Windows color (decimal): -4180689 or 3093952. OLE color: 3093952.
HSL color Cylindrical-coordinate representation of color #C0352F: hue angle of 2.48º 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 #C0352F is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 47 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.25 |
| HSL | 2.48º | 0.61% | 0.47% | - |
| HSV(B) | 2.48º | 0.76% | 0.75% | - |
| XYZ | 23.52 | 13.96 | 4.14 | - |
| YUV | 93.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 47 | 0 | 0.72 | 0.76 | 0.25 | 2.48 | 0.61 | 0.47 |
| Hex | C0 | 35 | 2F | 0 | 48 | 4C | 19 | 2 | 3D | 2F |
| Octal | 300 | 65 | 57 | 0 | 110 | 114 | 31 | 2 | 75 | 57 |
| Binary | 11000000 | 110101 | 101111 | 0 | 1001000 | 1001100 | 11001 | 10 | 111101 | 101111 |
Color Harmonies of #C0352F
Complementary color
Monochromatic Colors of #C0352F
Black with #C0352F
Text Example
Text Example
White with #C0352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0352F; }
p { color: rgb(192,53,47); }
H1.HeaderClassName
{
color: #C0352F;
}
.AnyTagClassName
{
color: #C0352F;
}
</style>
background-color css
<style>
a { background-color: #C0352F; }
a { background-color: rgb(192,53,47); }
div.DivClassName
{
background-color: #C0352F;
}
.BgClassName
{
background-color: #C0352F;
}
</style>
border-color css
<style>
span { border-color: #C0352F; }
span { border-color: rgb(192,53,47); }
td.TdClassName
{
border-color: #C0352F;
}
.TagClassName
{
border-color: #C0352F;
}
</style>