Shades of Persian Red #C82821
Tints of Persian Red #C82821
RGB
CMYK
RGB Variations
Color information
#C82821 (or 0xC82821) is known color: Persian Red. HEX triplet: C8, 28 and 21. RGB value is (200,40,33). Sum of RGB (Red+Green+Blue) = 200+40+33=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C82821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82821 is #37D7DE. Grayscale: #575757. Windows color (decimal): -3659743 or 2173128. OLE color: 2173128.
HSL color Cylindrical-coordinate representation of color #C82821: hue angle of 2.51º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82821 is Cyan = 0, Magento = 0.8, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 33 | - |
| CMYK | 0 | 0.8 | 0.84 | 0.22 |
| HSL | 2.51º | 0.72% | 0.46% | - |
| HSV(B) | 2.51º | 0.84% | 0.78% | - |
| XYZ | 24.85 | 13.91 | 2.81 | - |
| YUV | 87.04 | 97.51 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 33 | 0 | 0.8 | 0.84 | 0.22 | 2.51 | 0.72 | 0.46 |
| Hex | C8 | 28 | 21 | 0 | 50 | 54 | 16 | 3 | 48 | 2E |
| Octal | 310 | 50 | 41 | 0 | 120 | 124 | 26 | 3 | 110 | 56 |
| Binary | 11001000 | 101000 | 100001 | 0 | 1010000 | 1010100 | 10110 | 11 | 1001000 | 101110 |
Color Harmonies of #C82821
Complementary color
Monochromatic Colors of #C82821
Black with #C82821
Text Example
Text Example
White with #C82821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82821; }
p { color: rgb(200,40,33); }
H1.HeaderClassName
{
color: #C82821;
}
.AnyTagClassName
{
color: #C82821;
}
</style>
background-color css
<style>
a { background-color: #C82821; }
a { background-color: rgb(200,40,33); }
div.DivClassName
{
background-color: #C82821;
}
.BgClassName
{
background-color: #C82821;
}
</style>
border-color css
<style>
span { border-color: #C82821; }
span { border-color: rgb(200,40,33); }
td.TdClassName
{
border-color: #C82821;
}
.TagClassName
{
border-color: #C82821;
}
</style>