Shades of Persian Red #C03837
Tints of Persian Red #C03837
RGB
CMYK
RGB Variations
Color information
#C03837 (or 0xC03837) is known color: Persian Red. HEX triplet: C0, 38 and 37. RGB value is (192,56,55). Sum of RGB (Red+Green+Blue) = 192+56+55=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C03837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03837 is #3FC7C8. Grayscale: #606060. Windows color (decimal): -4179913 or 3619008. OLE color: 3619008.
HSL color Cylindrical-coordinate representation of color #C03837: hue angle of 0.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03837 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 55 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.25 |
| HSL | 0.44º | 0.55% | 0.48% | - |
| HSV(B) | 0.44º | 0.71% | 0.75% | - |
| XYZ | 23.84 | 14.31 | 5.12 | - |
| YUV | 96.55 | 104.56 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 55 | 0 | 0.71 | 0.71 | 0.25 | 0.44 | 0.55 | 0.48 |
| Hex | C0 | 38 | 37 | 0 | 47 | 47 | 19 | 0 | 37 | 30 |
| Octal | 300 | 70 | 67 | 0 | 107 | 107 | 31 | 0 | 67 | 60 |
| Binary | 11000000 | 111000 | 110111 | 0 | 1000111 | 1000111 | 11001 | 0 | 110111 | 110000 |
Color Harmonies of #C03837
Complementary color
Monochromatic Colors of #C03837
Black with #C03837
Text Example
Text Example
White with #C03837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03837; }
p { color: rgb(192,56,55); }
H1.HeaderClassName
{
color: #C03837;
}
.AnyTagClassName
{
color: #C03837;
}
</style>
background-color css
<style>
a { background-color: #C03837; }
a { background-color: rgb(192,56,55); }
div.DivClassName
{
background-color: #C03837;
}
.BgClassName
{
background-color: #C03837;
}
</style>
border-color css
<style>
span { border-color: #C03837; }
span { border-color: rgb(192,56,55); }
td.TdClassName
{
border-color: #C03837;
}
.TagClassName
{
border-color: #C03837;
}
</style>