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