Shades of Persian Red #C82924
Tints of Persian Red #C82924
RGB
CMYK
RGB Variations
Color information
#C82924 (or 0xC82924) is known color: Persian Red. HEX triplet: C8, 29 and 24. RGB value is (200,41,36). Sum of RGB (Red+Green+Blue) = 200+41+36=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C82924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82924 is #37D6DB. Grayscale: #585858. Windows color (decimal): -3659484 or 2369992. OLE color: 2369992.
HSL color Cylindrical-coordinate representation of color #C82924: hue angle of 1.83º 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 #C82924 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 36 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.22 |
| HSL | 1.83º | 0.69% | 0.46% | - |
| HSV(B) | 1.83º | 0.82% | 0.78% | - |
| XYZ | 24.93 | 13.99 | 3.06 | - |
| YUV | 87.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 36 | 0 | 0.80 | 0.82 | 0.22 | 1.83 | 0.69 | 0.46 |
| Hex | C8 | 29 | 24 | 0 | 50 | 52 | 16 | 2 | 45 | 2E |
| Octal | 310 | 51 | 44 | 0 | 120 | 122 | 26 | 2 | 105 | 56 |
| Binary | 11001000 | 101001 | 100100 | 0 | 1010000 | 1010010 | 10110 | 10 | 1000101 | 101110 |
Color Harmonies of #C82924
Complementary color
Monochromatic Colors of #C82924
Black with #C82924
Text Example
Text Example
White with #C82924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82924; }
p { color: rgb(200,41,36); }
H1.HeaderClassName
{
color: #C82924;
}
.AnyTagClassName
{
color: #C82924;
}
</style>
background-color css
<style>
a { background-color: #C82924; }
a { background-color: rgb(200,41,36); }
div.DivClassName
{
background-color: #C82924;
}
.BgClassName
{
background-color: #C82924;
}
</style>
border-color css
<style>
span { border-color: #C82924; }
span { border-color: rgb(200,41,36); }
td.TdClassName
{
border-color: #C82924;
}
.TagClassName
{
border-color: #C82924;
}
</style>