Shades of Persian Red #C63530
Tints of Persian Red #C63530
RGB
CMYK
RGB Variations
Color information
#C63530 (or 0xC63530) is known color: Persian Red. HEX triplet: C6, 35 and 30. RGB value is (198,53,48). Sum of RGB (Red+Green+Blue) = 198+53+48=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C63530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63530 is #39CACF. Grayscale: #5F5F5F. Windows color (decimal): -3787472 or 3159494. OLE color: 3159494.
HSL color Cylindrical-coordinate representation of color #C63530: hue angle of 2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63530 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 48 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.22 |
| HSL | 2º | 0.61% | 0.48% | - |
| HSV(B) | 2º | 0.76% | 0.78% | - |
| XYZ | 25.1 | 14.77 | 4.32 | - |
| YUV | 95.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 48 | 0 | 0.73 | 0.76 | 0.22 | 2 | 0.61 | 0.48 |
| Hex | C6 | 35 | 30 | 0 | 49 | 4C | 16 | 2 | 3D | 30 |
| Octal | 306 | 65 | 60 | 0 | 111 | 114 | 26 | 2 | 75 | 60 |
| Binary | 11000110 | 110101 | 110000 | 0 | 1001001 | 1001100 | 10110 | 10 | 111101 | 110000 |
Color Harmonies of #C63530
Complementary color
Monochromatic Colors of #C63530
Black with #C63530
Text Example
Text Example
White with #C63530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63530; }
p { color: rgb(198,53,48); }
H1.HeaderClassName
{
color: #C63530;
}
.AnyTagClassName
{
color: #C63530;
}
</style>
background-color css
<style>
a { background-color: #C63530; }
a { background-color: rgb(198,53,48); }
div.DivClassName
{
background-color: #C63530;
}
.BgClassName
{
background-color: #C63530;
}
</style>
border-color css
<style>
span { border-color: #C63530; }
span { border-color: rgb(198,53,48); }
td.TdClassName
{
border-color: #C63530;
}
.TagClassName
{
border-color: #C63530;
}
</style>