Shades of Persian Red #C0372F
Tints of Persian Red #C0372F
RGB
CMYK
RGB Variations
Color information
#C0372F (or 0xC0372F) is known color: Persian Red. HEX triplet: C0, 37 and 2F. RGB value is (192,55,47). Sum of RGB (Red+Green+Blue) = 192+55+47=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0372F is #3FC8D0. Grayscale: #5F5F5F. Windows color (decimal): -4180177 or 3094464. OLE color: 3094464.
HSL color Cylindrical-coordinate representation of color #C0372F: hue angle of 3.31º 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 #C0372F is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 47 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.25 |
| HSL | 3.31º | 0.61% | 0.47% | - |
| HSV(B) | 3.31º | 0.76% | 0.75% | - |
| XYZ | 23.62 | 14.14 | 4.17 | - |
| YUV | 95.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 47 | 0 | 0.71 | 0.76 | 0.25 | 3.31 | 0.61 | 0.47 |
| Hex | C0 | 37 | 2F | 0 | 47 | 4C | 19 | 3 | 3D | 2F |
| Octal | 300 | 67 | 57 | 0 | 107 | 114 | 31 | 3 | 75 | 57 |
| Binary | 11000000 | 110111 | 101111 | 0 | 1000111 | 1001100 | 11001 | 11 | 111101 | 101111 |
Color Harmonies of #C0372F
Complementary color
Monochromatic Colors of #C0372F
Black with #C0372F
Text Example
Text Example
White with #C0372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0372F; }
p { color: rgb(192,55,47); }
H1.HeaderClassName
{
color: #C0372F;
}
.AnyTagClassName
{
color: #C0372F;
}
</style>
background-color css
<style>
a { background-color: #C0372F; }
a { background-color: rgb(192,55,47); }
div.DivClassName
{
background-color: #C0372F;
}
.BgClassName
{
background-color: #C0372F;
}
</style>
border-color css
<style>
span { border-color: #C0372F; }
span { border-color: rgb(192,55,47); }
td.TdClassName
{
border-color: #C0372F;
}
.TagClassName
{
border-color: #C0372F;
}
</style>