Shades of Persian Red #C03A2C
Tints of Persian Red #C03A2C
RGB
CMYK
RGB Variations
Color information
#C03A2C (or 0xC03A2C) is known color: Persian Red. HEX triplet: C0, 3A and 2C. RGB value is (192,58,44). Sum of RGB (Red+Green+Blue) = 192+58+44=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A2C is #3FC5D3. Grayscale: #606060. Windows color (decimal): -4179412 or 2898624. OLE color: 2898624.
HSL color Cylindrical-coordinate representation of color #C03A2C: hue angle of 5.68º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C03A2C is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 44 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.25 |
| HSL | 5.68º | 0.63% | 0.46% | - |
| HSV(B) | 5.68º | 0.77% | 0.75% | - |
| XYZ | 23.71 | 14.41 | 3.92 | - |
| YUV | 96.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 44 | 0 | 0.70 | 0.77 | 0.25 | 5.68 | 0.63 | 0.46 |
| Hex | C0 | 3A | 2C | 0 | 46 | 4D | 19 | 6 | 3F | 2E |
| Octal | 300 | 72 | 54 | 0 | 106 | 115 | 31 | 6 | 77 | 56 |
| Binary | 11000000 | 111010 | 101100 | 0 | 1000110 | 1001101 | 11001 | 110 | 111111 | 101110 |
Color Harmonies of #C03A2C
Complementary color
Monochromatic Colors of #C03A2C
Black with #C03A2C
Text Example
Text Example
White with #C03A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A2C; }
p { color: rgb(192,58,44); }
H1.HeaderClassName
{
color: #C03A2C;
}
.AnyTagClassName
{
color: #C03A2C;
}
</style>
background-color css
<style>
a { background-color: #C03A2C; }
a { background-color: rgb(192,58,44); }
div.DivClassName
{
background-color: #C03A2C;
}
.BgClassName
{
background-color: #C03A2C;
}
</style>
border-color css
<style>
span { border-color: #C03A2C; }
span { border-color: rgb(192,58,44); }
td.TdClassName
{
border-color: #C03A2C;
}
.TagClassName
{
border-color: #C03A2C;
}
</style>