Shades of Persian Red #C63A32
Tints of Persian Red #C63A32
RGB
CMYK
RGB Variations
Color information
#C63A32 (or 0xC63A32) is known color: Persian Red. HEX triplet: C6, 3A and 32. RGB value is (198,58,50). Sum of RGB (Red+Green+Blue) = 198+58+50=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A32 is #39C5CD. Grayscale: #636363. Windows color (decimal): -3786190 or 3291846. OLE color: 3291846.
HSL color Cylindrical-coordinate representation of color #C63A32: hue angle of 3.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63A32 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 50 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.22 |
| HSL | 3.24º | 0.6% | 0.49% | - |
| HSV(B) | 3.24º | 0.75% | 0.78% | - |
| XYZ | 25.38 | 15.26 | 4.63 | - |
| YUV | 98.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 50 | 0 | 0.71 | 0.75 | 0.22 | 3.24 | 0.6 | 0.49 |
| Hex | C6 | 3A | 32 | 0 | 47 | 4B | 16 | 3 | 3C | 31 |
| Octal | 306 | 72 | 62 | 0 | 107 | 113 | 26 | 3 | 74 | 61 |
| Binary | 11000110 | 111010 | 110010 | 0 | 1000111 | 1001011 | 10110 | 11 | 111100 | 110001 |
Color Harmonies of #C63A32
Complementary color
Monochromatic Colors of #C63A32
Black with #C63A32
Text Example
Text Example
White with #C63A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A32; }
p { color: rgb(198,58,50); }
H1.HeaderClassName
{
color: #C63A32;
}
.AnyTagClassName
{
color: #C63A32;
}
</style>
background-color css
<style>
a { background-color: #C63A32; }
a { background-color: rgb(198,58,50); }
div.DivClassName
{
background-color: #C63A32;
}
.BgClassName
{
background-color: #C63A32;
}
</style>
border-color css
<style>
span { border-color: #C63A32; }
span { border-color: rgb(198,58,50); }
td.TdClassName
{
border-color: #C63A32;
}
.TagClassName
{
border-color: #C63A32;
}
</style>