Shades of Persian Red #C03A3A
Tints of Persian Red #C03A3A
RGB
CMYK
RGB Variations
Color information
#C03A3A (or 0xC03A3A) is known color: Persian Red. HEX triplet: C0, 3A and 3A. RGB value is (192,58,58). Sum of RGB (Red+Green+Blue) = 192+58+58=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A3A is #3FC5C5. Grayscale: #626262. Windows color (decimal): -4179398 or 3816128. OLE color: 3816128.
HSL color Cylindrical-coordinate representation of color #C03A3A: hue angle of 0º 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 #C03A3A is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 58 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.25 |
| HSL | 0º | 0.54% | 0.49% | - |
| HSV(B) | 0º | 0.7% | 0.75% | - |
| XYZ | 24.02 | 14.54 | 5.54 | - |
| YUV | 98.07 | 105.39 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 58 | 0 | 0.70 | 0.70 | 0.25 | 0 | 0.54 | 0.49 |
| Hex | C0 | 3A | 3A | 0 | 46 | 46 | 19 | 0 | 36 | 31 |
| Octal | 300 | 72 | 72 | 0 | 106 | 106 | 31 | 0 | 66 | 61 |
| Binary | 11000000 | 111010 | 111010 | 0 | 1000110 | 1000110 | 11001 | 0 | 110110 | 110001 |
Color Harmonies of #C03A3A
Complementary color
Monochromatic Colors of #C03A3A
Black with #C03A3A
Text Example
Text Example
White with #C03A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A3A; }
p { color: rgb(192,58,58); }
H1.HeaderClassName
{
color: #C03A3A;
}
.AnyTagClassName
{
color: #C03A3A;
}
</style>
background-color css
<style>
a { background-color: #C03A3A; }
a { background-color: rgb(192,58,58); }
div.DivClassName
{
background-color: #C03A3A;
}
.BgClassName
{
background-color: #C03A3A;
}
</style>
border-color css
<style>
span { border-color: #C03A3A; }
span { border-color: rgb(192,58,58); }
td.TdClassName
{
border-color: #C03A3A;
}
.TagClassName
{
border-color: #C03A3A;
}
</style>