Shades of Persian Red #C03834
Tints of Persian Red #C03834
RGB
CMYK
RGB Variations
Color information
#C03834 (or 0xC03834) is known color: Persian Red. HEX triplet: C0, 38 and 34. RGB value is (192,56,52). Sum of RGB (Red+Green+Blue) = 192+56+52=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C03834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03834 is #3FC7CB. Grayscale: #606060. Windows color (decimal): -4179916 or 3422400. OLE color: 3422400.
HSL color Cylindrical-coordinate representation of color #C03834: hue angle of 1.71º degrees, saturation: 0.57, 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 #C03834 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 52 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.25 |
| HSL | 1.71º | 0.57% | 0.48% | - |
| HSV(B) | 1.71º | 0.73% | 0.75% | - |
| XYZ | 23.77 | 14.28 | 4.75 | - |
| YUV | 96.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 52 | 0 | 0.71 | 0.73 | 0.25 | 1.71 | 0.57 | 0.48 |
| Hex | C0 | 38 | 34 | 0 | 47 | 49 | 19 | 2 | 39 | 30 |
| Octal | 300 | 70 | 64 | 0 | 107 | 111 | 31 | 2 | 71 | 60 |
| Binary | 11000000 | 111000 | 110100 | 0 | 1000111 | 1001001 | 11001 | 10 | 111001 | 110000 |
Color Harmonies of #C03834
Complementary color
Monochromatic Colors of #C03834
Black with #C03834
Text Example
Text Example
White with #C03834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03834; }
p { color: rgb(192,56,52); }
H1.HeaderClassName
{
color: #C03834;
}
.AnyTagClassName
{
color: #C03834;
}
</style>
background-color css
<style>
a { background-color: #C03834; }
a { background-color: rgb(192,56,52); }
div.DivClassName
{
background-color: #C03834;
}
.BgClassName
{
background-color: #C03834;
}
</style>
border-color css
<style>
span { border-color: #C03834; }
span { border-color: rgb(192,56,52); }
td.TdClassName
{
border-color: #C03834;
}
.TagClassName
{
border-color: #C03834;
}
</style>