Shades of Persian Red #C03733
Tints of Persian Red #C03733
RGB
CMYK
RGB Variations
Color information
#C03733 (or 0xC03733) is known color: Persian Red. HEX triplet: C0, 37 and 33. RGB value is (192,55,51). Sum of RGB (Red+Green+Blue) = 192+55+51=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C03733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03733 is #3FC8CC. Grayscale: #5F5F5F. Windows color (decimal): -4180173 or 3356608. OLE color: 3356608.
HSL color Cylindrical-coordinate representation of color #C03733: hue angle of 1.7º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03733 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 51 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.25 |
| HSL | 1.7º | 0.58% | 0.48% | - |
| HSV(B) | 1.7º | 0.73% | 0.75% | - |
| XYZ | 23.7 | 14.18 | 4.62 | - |
| YUV | 95.51 | 102.89 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 51 | 0 | 0.71 | 0.73 | 0.25 | 1.7 | 0.58 | 0.48 |
| Hex | C0 | 37 | 33 | 0 | 47 | 49 | 19 | 2 | 3A | 30 |
| Octal | 300 | 67 | 63 | 0 | 107 | 111 | 31 | 2 | 72 | 60 |
| Binary | 11000000 | 110111 | 110011 | 0 | 1000111 | 1001001 | 11001 | 10 | 111010 | 110000 |
Color Harmonies of #C03733
Complementary color
Monochromatic Colors of #C03733
Black with #C03733
Text Example
Text Example
White with #C03733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03733; }
p { color: rgb(192,55,51); }
H1.HeaderClassName
{
color: #C03733;
}
.AnyTagClassName
{
color: #C03733;
}
</style>
background-color css
<style>
a { background-color: #C03733; }
a { background-color: rgb(192,55,51); }
div.DivClassName
{
background-color: #C03733;
}
.BgClassName
{
background-color: #C03733;
}
</style>
border-color css
<style>
span { border-color: #C03733; }
span { border-color: rgb(192,55,51); }
td.TdClassName
{
border-color: #C03733;
}
.TagClassName
{
border-color: #C03733;
}
</style>