Shades of Persian Red #C83528
Tints of Persian Red #C83528
RGB
CMYK
RGB Variations
Color information
#C83528 (or 0xC83528) is known color: Persian Red. HEX triplet: C8, 35 and 28. RGB value is (200,53,40). Sum of RGB (Red+Green+Blue) = 200+53+40=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C83528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83528 is #37CAD7. Grayscale: #5F5F5F. Windows color (decimal): -3656408 or 2635208. OLE color: 2635208.
HSL color Cylindrical-coordinate representation of color #C83528: hue angle of 4.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C83528 is Cyan = 0, Magento = 0.74, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 40 | - |
| CMYK | 0 | 0.74 | 0.8 | 0.22 |
| HSL | 4.88º | 0.67% | 0.47% | - |
| HSV(B) | 4.88º | 0.8% | 0.78% | - |
| XYZ | 25.48 | 14.98 | 3.56 | - |
| YUV | 95.47 | 96.7 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 40 | 0 | 0.74 | 0.8 | 0.22 | 4.88 | 0.67 | 0.47 |
| Hex | C8 | 35 | 28 | 0 | 4A | 50 | 16 | 5 | 43 | 2F |
| Octal | 310 | 65 | 50 | 0 | 112 | 120 | 26 | 5 | 103 | 57 |
| Binary | 11001000 | 110101 | 101000 | 0 | 1001010 | 1010000 | 10110 | 101 | 1000011 | 101111 |
Color Harmonies of #C83528
Complementary color
Monochromatic Colors of #C83528
Black with #C83528
Text Example
Text Example
White with #C83528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83528; }
p { color: rgb(200,53,40); }
H1.HeaderClassName
{
color: #C83528;
}
.AnyTagClassName
{
color: #C83528;
}
</style>
background-color css
<style>
a { background-color: #C83528; }
a { background-color: rgb(200,53,40); }
div.DivClassName
{
background-color: #C83528;
}
.BgClassName
{
background-color: #C83528;
}
</style>
border-color css
<style>
span { border-color: #C83528; }
span { border-color: rgb(200,53,40); }
td.TdClassName
{
border-color: #C83528;
}
.TagClassName
{
border-color: #C83528;
}
</style>