Shades of Persian Red #C03D39
Tints of Persian Red #C03D39
RGB
CMYK
RGB Variations
Color information
#C03D39 (or 0xC03D39) is known color: Persian Red. HEX triplet: C0, 3D and 39. RGB value is (192,61,57). Sum of RGB (Red+Green+Blue) = 192+61+57=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D39 is #3FC2C6. Grayscale: #636363. Windows color (decimal): -4178631 or 3751360. OLE color: 3751360.
HSL color Cylindrical-coordinate representation of color #C03D39: hue angle of 1.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03D39 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 57 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.25 |
| HSL | 1.78º | 0.54% | 0.49% | - |
| HSV(B) | 1.78º | 0.7% | 0.75% | - |
| XYZ | 24.15 | 14.84 | 5.46 | - |
| YUV | 99.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 57 | 0 | 0.68 | 0.70 | 0.25 | 1.78 | 0.54 | 0.49 |
| Hex | C0 | 3D | 39 | 0 | 44 | 46 | 19 | 2 | 36 | 31 |
| Octal | 300 | 75 | 71 | 0 | 104 | 106 | 31 | 2 | 66 | 61 |
| Binary | 11000000 | 111101 | 111001 | 0 | 1000100 | 1000110 | 11001 | 10 | 110110 | 110001 |
Color Harmonies of #C03D39
Complementary color
Monochromatic Colors of #C03D39
Black with #C03D39
Text Example
Text Example
White with #C03D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D39; }
p { color: rgb(192,61,57); }
H1.HeaderClassName
{
color: #C03D39;
}
.AnyTagClassName
{
color: #C03D39;
}
</style>
background-color css
<style>
a { background-color: #C03D39; }
a { background-color: rgb(192,61,57); }
div.DivClassName
{
background-color: #C03D39;
}
.BgClassName
{
background-color: #C03D39;
}
</style>
border-color css
<style>
span { border-color: #C03D39; }
span { border-color: rgb(192,61,57); }
td.TdClassName
{
border-color: #C03D39;
}
.TagClassName
{
border-color: #C03D39;
}
</style>