Shades of Persian Red #C63326
Tints of Persian Red #C63326
RGB
CMYK
RGB Variations
Color information
#C63326 (or 0xC63326) is known color: Persian Red. HEX triplet: C6, 33 and 26. RGB value is (198,51,38). Sum of RGB (Red+Green+Blue) = 198+51+38=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C63326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63326 is #39CCD9. Grayscale: #5D5D5D. Windows color (decimal): -3787994 or 2503622. OLE color: 2503622.
HSL color Cylindrical-coordinate representation of color #C63326: hue angle of 4.88º degrees, saturation: 0.68, 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 #C63326 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 38 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.22 |
| HSL | 4.88º | 0.68% | 0.46% | - |
| HSV(B) | 4.88º | 0.81% | 0.78% | - |
| XYZ | 24.82 | 14.51 | 3.33 | - |
| YUV | 93.47 | 96.7 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 38 | 0 | 0.74 | 0.81 | 0.22 | 4.88 | 0.68 | 0.46 |
| Hex | C6 | 33 | 26 | 0 | 4A | 51 | 16 | 5 | 44 | 2E |
| Octal | 306 | 63 | 46 | 0 | 112 | 121 | 26 | 5 | 104 | 56 |
| Binary | 11000110 | 110011 | 100110 | 0 | 1001010 | 1010001 | 10110 | 101 | 1000100 | 101110 |
Color Harmonies of #C63326
Complementary color
Monochromatic Colors of #C63326
Black with #C63326
Text Example
Text Example
White with #C63326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63326; }
p { color: rgb(198,51,38); }
H1.HeaderClassName
{
color: #C63326;
}
.AnyTagClassName
{
color: #C63326;
}
</style>
background-color css
<style>
a { background-color: #C63326; }
a { background-color: rgb(198,51,38); }
div.DivClassName
{
background-color: #C63326;
}
.BgClassName
{
background-color: #C63326;
}
</style>
border-color css
<style>
span { border-color: #C63326; }
span { border-color: rgb(198,51,38); }
td.TdClassName
{
border-color: #C63326;
}
.TagClassName
{
border-color: #C63326;
}
</style>