Shades of Persian Red #C63A30
Tints of Persian Red #C63A30
RGB
CMYK
RGB Variations
Color information
#C63A30 (or 0xC63A30) is known color: Persian Red. HEX triplet: C6, 3A and 30. RGB value is (198,58,48). Sum of RGB (Red+Green+Blue) = 198+58+48=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A30 is #39C5CF. Grayscale: #626262. Windows color (decimal): -3786192 or 3160774. OLE color: 3160774.
HSL color Cylindrical-coordinate representation of color #C63A30: hue angle of 4º 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 #C63A30 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 48 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.22 |
| HSL | 4º | 0.61% | 0.48% | - |
| HSV(B) | 4º | 0.76% | 0.78% | - |
| XYZ | 25.34 | 15.25 | 4.4 | - |
| YUV | 98.72 | 99.38 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 48 | 0 | 0.71 | 0.76 | 0.22 | 4 | 0.61 | 0.48 |
| Hex | C6 | 3A | 30 | 0 | 47 | 4C | 16 | 4 | 3D | 30 |
| Octal | 306 | 72 | 60 | 0 | 107 | 114 | 26 | 4 | 75 | 60 |
| Binary | 11000110 | 111010 | 110000 | 0 | 1000111 | 1001100 | 10110 | 100 | 111101 | 110000 |
Color Harmonies of #C63A30
Complementary color
Monochromatic Colors of #C63A30
Black with #C63A30
Text Example
Text Example
White with #C63A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A30; }
p { color: rgb(198,58,48); }
H1.HeaderClassName
{
color: #C63A30;
}
.AnyTagClassName
{
color: #C63A30;
}
</style>
background-color css
<style>
a { background-color: #C63A30; }
a { background-color: rgb(198,58,48); }
div.DivClassName
{
background-color: #C63A30;
}
.BgClassName
{
background-color: #C63A30;
}
</style>
border-color css
<style>
span { border-color: #C63A30; }
span { border-color: rgb(198,58,48); }
td.TdClassName
{
border-color: #C63A30;
}
.TagClassName
{
border-color: #C63A30;
}
</style>