Shades of Persian Red #C03431
Tints of Persian Red #C03431
RGB
CMYK
RGB Variations
Color information
#C03431 (or 0xC03431) is known color: Persian Red. HEX triplet: C0, 34 and 31. RGB value is (192,52,49). Sum of RGB (Red+Green+Blue) = 192+52+49=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C03431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03431 is #3FCBCE. Grayscale: #5D5D5D. Windows color (decimal): -4180943 or 3224768. OLE color: 3224768.
HSL color Cylindrical-coordinate representation of color #C03431: hue angle of 1.26º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03431 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 49 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.25 |
| HSL | 1.26º | 0.59% | 0.47% | - |
| HSV(B) | 1.26º | 0.74% | 0.75% | - |
| XYZ | 23.52 | 13.88 | 4.35 | - |
| YUV | 93.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 49 | 0 | 0.73 | 0.74 | 0.25 | 1.26 | 0.59 | 0.47 |
| Hex | C0 | 34 | 31 | 0 | 49 | 4A | 19 | 1 | 3B | 2F |
| Octal | 300 | 64 | 61 | 0 | 111 | 112 | 31 | 1 | 73 | 57 |
| Binary | 11000000 | 110100 | 110001 | 0 | 1001001 | 1001010 | 11001 | 1 | 111011 | 101111 |
Color Harmonies of #C03431
Complementary color
Monochromatic Colors of #C03431
Black with #C03431
Text Example
Text Example
White with #C03431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03431; }
p { color: rgb(192,52,49); }
H1.HeaderClassName
{
color: #C03431;
}
.AnyTagClassName
{
color: #C03431;
}
</style>
background-color css
<style>
a { background-color: #C03431; }
a { background-color: rgb(192,52,49); }
div.DivClassName
{
background-color: #C03431;
}
.BgClassName
{
background-color: #C03431;
}
</style>
border-color css
<style>
span { border-color: #C03431; }
span { border-color: rgb(192,52,49); }
td.TdClassName
{
border-color: #C03431;
}
.TagClassName
{
border-color: #C03431;
}
</style>