Shades of Persian Red #C83526
Tints of Persian Red #C83526
RGB
CMYK
RGB Variations
Color information
#C83526 (or 0xC83526) is known color: Persian Red. HEX triplet: C8, 35 and 26. RGB value is (200,53,38). Sum of RGB (Red+Green+Blue) = 200+53+38=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C83526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83526 is #37CAD9. Grayscale: #5F5F5F. Windows color (decimal): -3656410 or 2504136. OLE color: 2504136.
HSL color Cylindrical-coordinate representation of color #C83526: hue angle of 5.56º 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 #C83526 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 38 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.22 |
| HSL | 5.56º | 0.68% | 0.47% | - |
| HSV(B) | 5.56º | 0.81% | 0.78% | - |
| XYZ | 25.44 | 14.97 | 3.38 | - |
| YUV | 95.24 | 95.7 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 38 | 0 | 0.74 | 0.81 | 0.22 | 5.56 | 0.68 | 0.47 |
| Hex | C8 | 35 | 26 | 0 | 4A | 51 | 16 | 6 | 44 | 2F |
| Octal | 310 | 65 | 46 | 0 | 112 | 121 | 26 | 6 | 104 | 57 |
| Binary | 11001000 | 110101 | 100110 | 0 | 1001010 | 1010001 | 10110 | 110 | 1000100 | 101111 |
Color Harmonies of #C83526
Complementary color
Monochromatic Colors of #C83526
Black with #C83526
Text Example
Text Example
White with #C83526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83526; }
p { color: rgb(200,53,38); }
H1.HeaderClassName
{
color: #C83526;
}
.AnyTagClassName
{
color: #C83526;
}
</style>
background-color css
<style>
a { background-color: #C83526; }
a { background-color: rgb(200,53,38); }
div.DivClassName
{
background-color: #C83526;
}
.BgClassName
{
background-color: #C83526;
}
</style>
border-color css
<style>
span { border-color: #C83526; }
span { border-color: rgb(200,53,38); }
td.TdClassName
{
border-color: #C83526;
}
.TagClassName
{
border-color: #C83526;
}
</style>