Shades of Persian Red #C03932
Tints of Persian Red #C03932
RGB
CMYK
RGB Variations
Color information
#C03932 (or 0xC03932) is known color: Persian Red. HEX triplet: C0, 39 and 32. RGB value is (192,57,50). Sum of RGB (Red+Green+Blue) = 192+57+50=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C03932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03932 is #3FC6CD. Grayscale: #606060. Windows color (decimal): -4179662 or 3291584. OLE color: 3291584.
HSL color Cylindrical-coordinate representation of color #C03932: hue angle of 2.96º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03932 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 50 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.25 |
| HSL | 2.96º | 0.59% | 0.47% | - |
| HSV(B) | 2.96º | 0.74% | 0.75% | - |
| XYZ | 23.78 | 14.36 | 4.54 | - |
| YUV | 96.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 50 | 0 | 0.70 | 0.74 | 0.25 | 2.96 | 0.59 | 0.47 |
| Hex | C0 | 39 | 32 | 0 | 46 | 4A | 19 | 3 | 3B | 2F |
| Octal | 300 | 71 | 62 | 0 | 106 | 112 | 31 | 3 | 73 | 57 |
| Binary | 11000000 | 111001 | 110010 | 0 | 1000110 | 1001010 | 11001 | 11 | 111011 | 101111 |
Color Harmonies of #C03932
Complementary color
Monochromatic Colors of #C03932
Black with #C03932
Text Example
Text Example
White with #C03932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03932; }
p { color: rgb(192,57,50); }
H1.HeaderClassName
{
color: #C03932;
}
.AnyTagClassName
{
color: #C03932;
}
</style>
background-color css
<style>
a { background-color: #C03932; }
a { background-color: rgb(192,57,50); }
div.DivClassName
{
background-color: #C03932;
}
.BgClassName
{
background-color: #C03932;
}
</style>
border-color css
<style>
span { border-color: #C03932; }
span { border-color: rgb(192,57,50); }
td.TdClassName
{
border-color: #C03932;
}
.TagClassName
{
border-color: #C03932;
}
</style>