Shades of Persian Red #C03928
Tints of Persian Red #C03928
RGB
CMYK
RGB Variations
Color information
#C03928 (or 0xC03928) is known color: Persian Red. HEX triplet: C0, 39 and 28. RGB value is (192,57,40). Sum of RGB (Red+Green+Blue) = 192+57+40=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C03928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03928 is #3FC6D7. Grayscale: #5F5F5F. Windows color (decimal): -4179672 or 2636224. OLE color: 2636224.
HSL color Cylindrical-coordinate representation of color #C03928: hue angle of 6.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C03928 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 40 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.25 |
| HSL | 6.71º | 0.66% | 0.45% | - |
| HSV(B) | 6.71º | 0.79% | 0.75% | - |
| XYZ | 23.58 | 14.29 | 3.52 | - |
| YUV | 95.43 | 96.73 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 40 | 0 | 0.70 | 0.79 | 0.25 | 6.71 | 0.66 | 0.45 |
| Hex | C0 | 39 | 28 | 0 | 46 | 4F | 19 | 7 | 42 | 2D |
| Octal | 300 | 71 | 50 | 0 | 106 | 117 | 31 | 7 | 102 | 55 |
| Binary | 11000000 | 111001 | 101000 | 0 | 1000110 | 1001111 | 11001 | 111 | 1000010 | 101101 |
Color Harmonies of #C03928
Complementary color
Monochromatic Colors of #C03928
Black with #C03928
Text Example
Text Example
White with #C03928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03928; }
p { color: rgb(192,57,40); }
H1.HeaderClassName
{
color: #C03928;
}
.AnyTagClassName
{
color: #C03928;
}
</style>
background-color css
<style>
a { background-color: #C03928; }
a { background-color: rgb(192,57,40); }
div.DivClassName
{
background-color: #C03928;
}
.BgClassName
{
background-color: #C03928;
}
</style>
border-color css
<style>
span { border-color: #C03928; }
span { border-color: rgb(192,57,40); }
td.TdClassName
{
border-color: #C03928;
}
.TagClassName
{
border-color: #C03928;
}
</style>