Shades of Persian Red #C03A29
Tints of Persian Red #C03A29
RGB
CMYK
RGB Variations
Color information
#C03A29 (or 0xC03A29) is known color: Persian Red. HEX triplet: C0, 3A and 29. RGB value is (192,58,41). Sum of RGB (Red+Green+Blue) = 192+58+41=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A29 is #3FC5D6. Grayscale: #606060. Windows color (decimal): -4179415 or 2702016. OLE color: 2702016.
HSL color Cylindrical-coordinate representation of color #C03A29: hue angle of 6.75º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C03A29 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 41 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.25 |
| HSL | 6.75º | 0.65% | 0.46% | - |
| HSV(B) | 6.75º | 0.79% | 0.75% | - |
| XYZ | 23.65 | 14.39 | 3.63 | - |
| YUV | 96.13 | 96.89 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 41 | 0 | 0.70 | 0.79 | 0.25 | 6.75 | 0.65 | 0.46 |
| Hex | C0 | 3A | 29 | 0 | 46 | 4F | 19 | 7 | 41 | 2E |
| Octal | 300 | 72 | 51 | 0 | 106 | 117 | 31 | 7 | 101 | 56 |
| Binary | 11000000 | 111010 | 101001 | 0 | 1000110 | 1001111 | 11001 | 111 | 1000001 | 101110 |
Color Harmonies of #C03A29
Complementary color
Monochromatic Colors of #C03A29
Black with #C03A29
Text Example
Text Example
White with #C03A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A29; }
p { color: rgb(192,58,41); }
H1.HeaderClassName
{
color: #C03A29;
}
.AnyTagClassName
{
color: #C03A29;
}
</style>
background-color css
<style>
a { background-color: #C03A29; }
a { background-color: rgb(192,58,41); }
div.DivClassName
{
background-color: #C03A29;
}
.BgClassName
{
background-color: #C03A29;
}
</style>
border-color css
<style>
span { border-color: #C03A29; }
span { border-color: rgb(192,58,41); }
td.TdClassName
{
border-color: #C03A29;
}
.TagClassName
{
border-color: #C03A29;
}
</style>