Shades of Persian Red #C82624
Tints of Persian Red #C82624
RGB
CMYK
RGB Variations
Color information
#C82624 (or 0xC82624) is known color: Persian Red. HEX triplet: C8, 26 and 24. RGB value is (200,38,36). Sum of RGB (Red+Green+Blue) = 200+38+36=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C82624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82624 is #37D9DB. Grayscale: #565656. Windows color (decimal): -3660252 or 2369224. OLE color: 2369224.
HSL color Cylindrical-coordinate representation of color #C82624: hue angle of 0.73º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82624 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 36 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.22 |
| HSL | 0.73º | 0.69% | 0.46% | - |
| HSV(B) | 0.73º | 0.82% | 0.78% | - |
| XYZ | 24.83 | 13.79 | 3.02 | - |
| YUV | 86.21 | 99.67 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 36 | 0 | 0.81 | 0.82 | 0.22 | 0.73 | 0.69 | 0.46 |
| Hex | C8 | 26 | 24 | 0 | 51 | 52 | 16 | 1 | 45 | 2E |
| Octal | 310 | 46 | 44 | 0 | 121 | 122 | 26 | 1 | 105 | 56 |
| Binary | 11001000 | 100110 | 100100 | 0 | 1010001 | 1010010 | 10110 | 1 | 1000101 | 101110 |
Color Harmonies of #C82624
Complementary color
Monochromatic Colors of #C82624
Black with #C82624
Text Example
Text Example
White with #C82624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82624; }
p { color: rgb(200,38,36); }
H1.HeaderClassName
{
color: #C82624;
}
.AnyTagClassName
{
color: #C82624;
}
</style>
background-color css
<style>
a { background-color: #C82624; }
a { background-color: rgb(200,38,36); }
div.DivClassName
{
background-color: #C82624;
}
.BgClassName
{
background-color: #C82624;
}
</style>
border-color css
<style>
span { border-color: #C82624; }
span { border-color: rgb(200,38,36); }
td.TdClassName
{
border-color: #C82624;
}
.TagClassName
{
border-color: #C82624;
}
</style>