Shades of Persian Red #C83124
Tints of Persian Red #C83124
RGB
CMYK
RGB Variations
Color information
#C83124 (or 0xC83124) is known color: Persian Red. HEX triplet: C8, 31 and 24. RGB value is (200,49,36). Sum of RGB (Red+Green+Blue) = 200+49+36=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C83124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83124 is #37CEDB. Grayscale: #5C5C5C. Windows color (decimal): -3657436 or 2372040. OLE color: 2372040.
HSL color Cylindrical-coordinate representation of color #C83124: hue angle of 4.76º 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 #C83124 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 36 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.22 |
| HSL | 4.76º | 0.69% | 0.46% | - |
| HSV(B) | 4.76º | 0.82% | 0.78% | - |
| XYZ | 25.24 | 14.6 | 3.16 | - |
| YUV | 92.67 | 96.03 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 36 | 0 | 0.76 | 0.82 | 0.22 | 4.76 | 0.69 | 0.46 |
| Hex | C8 | 31 | 24 | 0 | 4C | 52 | 16 | 5 | 45 | 2E |
| Octal | 310 | 61 | 44 | 0 | 114 | 122 | 26 | 5 | 105 | 56 |
| Binary | 11001000 | 110001 | 100100 | 0 | 1001100 | 1010010 | 10110 | 101 | 1000101 | 101110 |
Color Harmonies of #C83124
Complementary color
Monochromatic Colors of #C83124
Black with #C83124
Text Example
Text Example
White with #C83124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83124; }
p { color: rgb(200,49,36); }
H1.HeaderClassName
{
color: #C83124;
}
.AnyTagClassName
{
color: #C83124;
}
</style>
background-color css
<style>
a { background-color: #C83124; }
a { background-color: rgb(200,49,36); }
div.DivClassName
{
background-color: #C83124;
}
.BgClassName
{
background-color: #C83124;
}
</style>
border-color css
<style>
span { border-color: #C83124; }
span { border-color: rgb(200,49,36); }
td.TdClassName
{
border-color: #C83124;
}
.TagClassName
{
border-color: #C83124;
}
</style>