Shades of Persian Red #C63030
Tints of Persian Red #C63030
RGB
CMYK
RGB Variations
Color information
#C63030 (or 0xC63030) is known color: Persian Red. HEX triplet: C6, 30 and 30. RGB value is (198,48,48). Sum of RGB (Red+Green+Blue) = 198+48+48=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C63030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63030 is #39CFCF. Grayscale: #5D5D5D. Windows color (decimal): -3788752 or 3158214. OLE color: 3158214.
HSL color Cylindrical-coordinate representation of color #C63030: hue angle of 0º 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 #C63030 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 48 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.22 |
| HSL | 0º | 0.61% | 0.48% | - |
| HSV(B) | 0º | 0.76% | 0.78% | - |
| XYZ | 24.88 | 14.33 | 4.25 | - |
| YUV | 92.85 | 102.7 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 48 | 0 | 0.76 | 0.76 | 0.22 | 0 | 0.61 | 0.48 |
| Hex | C6 | 30 | 30 | 0 | 4C | 4C | 16 | 0 | 3D | 30 |
| Octal | 306 | 60 | 60 | 0 | 114 | 114 | 26 | 0 | 75 | 60 |
| Binary | 11000110 | 110000 | 110000 | 0 | 1001100 | 1001100 | 10110 | 0 | 111101 | 110000 |
Color Harmonies of #C63030
Complementary color
Monochromatic Colors of #C63030
Black with #C63030
Text Example
Text Example
White with #C63030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63030; }
p { color: rgb(198,48,48); }
H1.HeaderClassName
{
color: #C63030;
}
.AnyTagClassName
{
color: #C63030;
}
</style>
background-color css
<style>
a { background-color: #C63030; }
a { background-color: rgb(198,48,48); }
div.DivClassName
{
background-color: #C63030;
}
.BgClassName
{
background-color: #C63030;
}
</style>
border-color css
<style>
span { border-color: #C63030; }
span { border-color: rgb(198,48,48); }
td.TdClassName
{
border-color: #C63030;
}
.TagClassName
{
border-color: #C63030;
}
</style>