Shades of Persian Red #C62826
Tints of Persian Red #C62826
RGB
CMYK
RGB Variations
Color information
#C62826 (or 0xC62826) is known color: Persian Red. HEX triplet: C6, 28 and 26. RGB value is (198,40,38). Sum of RGB (Red+Green+Blue) = 198+40+38=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C62826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62826 is #39D7D9. Grayscale: #575757. Windows color (decimal): -3790810 or 2500806. OLE color: 2500806.
HSL color Cylindrical-coordinate representation of color #C62826: hue angle of 0.75º 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 #C62826 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 38 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.22 |
| HSL | 0.75º | 0.68% | 0.46% | - |
| HSV(B) | 0.75º | 0.81% | 0.78% | - |
| XYZ | 24.4 | 13.66 | 3.19 | - |
| YUV | 87.01 | 100.35 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 38 | 0 | 0.80 | 0.81 | 0.22 | 0.75 | 0.68 | 0.46 |
| Hex | C6 | 28 | 26 | 0 | 50 | 51 | 16 | 1 | 44 | 2E |
| Octal | 306 | 50 | 46 | 0 | 120 | 121 | 26 | 1 | 104 | 56 |
| Binary | 11000110 | 101000 | 100110 | 0 | 1010000 | 1010001 | 10110 | 1 | 1000100 | 101110 |
Color Harmonies of #C62826
Complementary color
Monochromatic Colors of #C62826
Black with #C62826
Text Example
Text Example
White with #C62826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62826; }
p { color: rgb(198,40,38); }
H1.HeaderClassName
{
color: #C62826;
}
.AnyTagClassName
{
color: #C62826;
}
</style>
background-color css
<style>
a { background-color: #C62826; }
a { background-color: rgb(198,40,38); }
div.DivClassName
{
background-color: #C62826;
}
.BgClassName
{
background-color: #C62826;
}
</style>
border-color css
<style>
span { border-color: #C62826; }
span { border-color: rgb(198,40,38); }
td.TdClassName
{
border-color: #C62826;
}
.TagClassName
{
border-color: #C62826;
}
</style>