Shades of Persian Red #C63B26
Tints of Persian Red #C63B26
RGB
CMYK
RGB Variations
Color information
#C63B26 (or 0xC63B26) is known color: Persian Red. HEX triplet: C6, 3B and 26. RGB value is (198,59,38). Sum of RGB (Red+Green+Blue) = 198+59+38=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B26 is #39C4D9. Grayscale: #626262. Windows color (decimal): -3785946 or 2505670. OLE color: 2505670.
HSL color Cylindrical-coordinate representation of color #C63B26: hue angle of 7.87º 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 #C63B26 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 38 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.22 |
| HSL | 7.88º | 0.68% | 0.46% | - |
| HSV(B) | 7.88º | 0.81% | 0.78% | - |
| XYZ | 25.2 | 15.27 | 3.45 | - |
| YUV | 98.17 | 94.05 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 38 | 0 | 0.70 | 0.81 | 0.22 | 7.88 | 0.68 | 0.46 |
| Hex | C6 | 3B | 26 | 0 | 46 | 51 | 16 | 8 | 44 | 2E |
| Octal | 306 | 73 | 46 | 0 | 106 | 121 | 26 | 10 | 104 | 56 |
| Binary | 11000110 | 111011 | 100110 | 0 | 1000110 | 1010001 | 10110 | 1000 | 1000100 | 101110 |
Color Harmonies of #C63B26
Complementary color
Monochromatic Colors of #C63B26
Black with #C63B26
Text Example
Text Example
White with #C63B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B26; }
p { color: rgb(198,59,38); }
H1.HeaderClassName
{
color: #C63B26;
}
.AnyTagClassName
{
color: #C63B26;
}
</style>
background-color css
<style>
a { background-color: #C63B26; }
a { background-color: rgb(198,59,38); }
div.DivClassName
{
background-color: #C63B26;
}
.BgClassName
{
background-color: #C63B26;
}
</style>
border-color css
<style>
span { border-color: #C63B26; }
span { border-color: rgb(198,59,38); }
td.TdClassName
{
border-color: #C63B26;
}
.TagClassName
{
border-color: #C63B26;
}
</style>