Shades of Persian Red #C83126
Tints of Persian Red #C83126
RGB
CMYK
RGB Variations
Color information
#C83126 (or 0xC83126) is known color: Persian Red. HEX triplet: C8, 31 and 26. RGB value is (200,49,38). Sum of RGB (Red+Green+Blue) = 200+49+38=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C83126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83126 is #37CED9. Grayscale: #5D5D5D. Windows color (decimal): -3657434 or 2503112. OLE color: 2503112.
HSL color Cylindrical-coordinate representation of color #C83126: hue angle of 4.07º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C83126 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 38 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.22 |
| HSL | 4.07º | 0.68% | 0.47% | - |
| HSV(B) | 4.07º | 0.81% | 0.78% | - |
| XYZ | 25.27 | 14.62 | 3.32 | - |
| YUV | 92.9 | 97.03 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 38 | 0 | 0.76 | 0.81 | 0.22 | 4.07 | 0.68 | 0.47 |
| Hex | C8 | 31 | 26 | 0 | 4C | 51 | 16 | 4 | 44 | 2F |
| Octal | 310 | 61 | 46 | 0 | 114 | 121 | 26 | 4 | 104 | 57 |
| Binary | 11001000 | 110001 | 100110 | 0 | 1001100 | 1010001 | 10110 | 100 | 1000100 | 101111 |
Color Harmonies of #C83126
Complementary color
Monochromatic Colors of #C83126
Black with #C83126
Text Example
Text Example
White with #C83126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83126; }
p { color: rgb(200,49,38); }
H1.HeaderClassName
{
color: #C83126;
}
.AnyTagClassName
{
color: #C83126;
}
</style>
background-color css
<style>
a { background-color: #C83126; }
a { background-color: rgb(200,49,38); }
div.DivClassName
{
background-color: #C83126;
}
.BgClassName
{
background-color: #C83126;
}
</style>
border-color css
<style>
span { border-color: #C83126; }
span { border-color: rgb(200,49,38); }
td.TdClassName
{
border-color: #C83126;
}
.TagClassName
{
border-color: #C83126;
}
</style>