Shades of Persian Red #C63525
Tints of Persian Red #C63525
RGB
CMYK
RGB Variations
Color information
#C63525 (or 0xC63525) is known color: Persian Red. HEX triplet: C6, 35 and 25. RGB value is (198,53,37). Sum of RGB (Red+Green+Blue) = 198+53+37=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C63525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63525 is #39CADA. Grayscale: #5E5E5E. Windows color (decimal): -3787483 or 2438598. OLE color: 2438598.
HSL color Cylindrical-coordinate representation of color #C63525: hue angle of 5.96º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C63525 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 37 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.22 |
| HSL | 5.96º | 0.69% | 0.46% | - |
| HSV(B) | 5.96º | 0.81% | 0.78% | - |
| XYZ | 24.9 | 14.69 | 3.27 | - |
| YUV | 94.53 | 95.54 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 37 | 0 | 0.73 | 0.81 | 0.22 | 5.96 | 0.69 | 0.46 |
| Hex | C6 | 35 | 25 | 0 | 49 | 51 | 16 | 6 | 45 | 2E |
| Octal | 306 | 65 | 45 | 0 | 111 | 121 | 26 | 6 | 105 | 56 |
| Binary | 11000110 | 110101 | 100101 | 0 | 1001001 | 1010001 | 10110 | 110 | 1000101 | 101110 |
Color Harmonies of #C63525
Complementary color
Monochromatic Colors of #C63525
Black with #C63525
Text Example
Text Example
White with #C63525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63525; }
p { color: rgb(198,53,37); }
H1.HeaderClassName
{
color: #C63525;
}
.AnyTagClassName
{
color: #C63525;
}
</style>
background-color css
<style>
a { background-color: #C63525; }
a { background-color: rgb(198,53,37); }
div.DivClassName
{
background-color: #C63525;
}
.BgClassName
{
background-color: #C63525;
}
</style>
border-color css
<style>
span { border-color: #C63525; }
span { border-color: rgb(198,53,37); }
td.TdClassName
{
border-color: #C63525;
}
.TagClassName
{
border-color: #C63525;
}
</style>