Shades of Persian Red #C03531
Tints of Persian Red #C03531
RGB
CMYK
RGB Variations
Color information
#C03531 (or 0xC03531) is known color: Persian Red. HEX triplet: C0, 35 and 31. RGB value is (192,53,49). Sum of RGB (Red+Green+Blue) = 192+53+49=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C03531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03531 is #3FCACE. Grayscale: #5E5E5E. Windows color (decimal): -4180687 or 3225024. OLE color: 3225024.
HSL color Cylindrical-coordinate representation of color #C03531: hue angle of 1.68º 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 #C03531 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 49 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.25 |
| HSL | 1.68º | 0.59% | 0.47% | - |
| HSV(B) | 1.68º | 0.74% | 0.75% | - |
| XYZ | 23.57 | 13.97 | 4.36 | - |
| YUV | 94.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 49 | 0 | 0.72 | 0.74 | 0.25 | 1.68 | 0.59 | 0.47 |
| Hex | C0 | 35 | 31 | 0 | 48 | 4A | 19 | 2 | 3B | 2F |
| Octal | 300 | 65 | 61 | 0 | 110 | 112 | 31 | 2 | 73 | 57 |
| Binary | 11000000 | 110101 | 110001 | 0 | 1001000 | 1001010 | 11001 | 10 | 111011 | 101111 |
Color Harmonies of #C03531
Complementary color
Monochromatic Colors of #C03531
Black with #C03531
Text Example
Text Example
White with #C03531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03531; }
p { color: rgb(192,53,49); }
H1.HeaderClassName
{
color: #C03531;
}
.AnyTagClassName
{
color: #C03531;
}
</style>
background-color css
<style>
a { background-color: #C03531; }
a { background-color: rgb(192,53,49); }
div.DivClassName
{
background-color: #C03531;
}
.BgClassName
{
background-color: #C03531;
}
</style>
border-color css
<style>
span { border-color: #C03531; }
span { border-color: rgb(192,53,49); }
td.TdClassName
{
border-color: #C03531;
}
.TagClassName
{
border-color: #C03531;
}
</style>