Shades of Persian Red #C63426
Tints of Persian Red #C63426
RGB
CMYK
RGB Variations
Color information
#C63426 (or 0xC63426) is known color: Persian Red. HEX triplet: C6, 34 and 26. RGB value is (198,52,38). Sum of RGB (Red+Green+Blue) = 198+52+38=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C63426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63426 is #39CBD9. Grayscale: #5E5E5E. Windows color (decimal): -3787738 or 2503878. OLE color: 2503878.
HSL color Cylindrical-coordinate representation of color #C63426: hue angle of 5.25º 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 #C63426 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 38 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.22 |
| HSL | 5.25º | 0.68% | 0.46% | - |
| HSV(B) | 5.25º | 0.81% | 0.78% | - |
| XYZ | 24.87 | 14.6 | 3.34 | - |
| YUV | 94.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 38 | 0 | 0.74 | 0.81 | 0.22 | 5.25 | 0.68 | 0.46 |
| Hex | C6 | 34 | 26 | 0 | 4A | 51 | 16 | 5 | 44 | 2E |
| Octal | 306 | 64 | 46 | 0 | 112 | 121 | 26 | 5 | 104 | 56 |
| Binary | 11000110 | 110100 | 100110 | 0 | 1001010 | 1010001 | 10110 | 101 | 1000100 | 101110 |
Color Harmonies of #C63426
Complementary color
Monochromatic Colors of #C63426
Black with #C63426
Text Example
Text Example
White with #C63426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63426; }
p { color: rgb(198,52,38); }
H1.HeaderClassName
{
color: #C63426;
}
.AnyTagClassName
{
color: #C63426;
}
</style>
background-color css
<style>
a { background-color: #C63426; }
a { background-color: rgb(198,52,38); }
div.DivClassName
{
background-color: #C63426;
}
.BgClassName
{
background-color: #C63426;
}
</style>
border-color css
<style>
span { border-color: #C63426; }
span { border-color: rgb(198,52,38); }
td.TdClassName
{
border-color: #C63426;
}
.TagClassName
{
border-color: #C63426;
}
</style>