Shades of Persian Red #C83231
Tints of Persian Red #C83231
RGB
CMYK
RGB Variations
Color information
#C83231 (or 0xC83231) is known color: Persian Red. HEX triplet: C8, 32 and 31. RGB value is (200,50,49). Sum of RGB (Red+Green+Blue) = 200+50+49=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C83231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83231 is #37CDCE. Grayscale: #5E5E5E. Windows color (decimal): -3657167 or 3224264. OLE color: 3224264.
HSL color Cylindrical-coordinate representation of color #C83231: hue angle of 0.4º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83231 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 49 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.22 |
| HSL | 0.4º | 0.61% | 0.49% | - |
| HSV(B) | 0.4º | 0.76% | 0.78% | - |
| XYZ | 25.51 | 14.78 | 4.41 | - |
| YUV | 94.74 | 102.2 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 49 | 0 | 0.75 | 0.76 | 0.22 | 0.4 | 0.61 | 0.49 |
| Hex | C8 | 32 | 31 | 0 | 4B | 4C | 16 | 0 | 3D | 31 |
| Octal | 310 | 62 | 61 | 0 | 113 | 114 | 26 | 0 | 75 | 61 |
| Binary | 11001000 | 110010 | 110001 | 0 | 1001011 | 1001100 | 10110 | 0 | 111101 | 110001 |
Color Harmonies of #C83231
Complementary color
Monochromatic Colors of #C83231
Black with #C83231
Text Example
Text Example
White with #C83231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83231; }
p { color: rgb(200,50,49); }
H1.HeaderClassName
{
color: #C83231;
}
.AnyTagClassName
{
color: #C83231;
}
</style>
background-color css
<style>
a { background-color: #C83231; }
a { background-color: rgb(200,50,49); }
div.DivClassName
{
background-color: #C83231;
}
.BgClassName
{
background-color: #C83231;
}
</style>
border-color css
<style>
span { border-color: #C83231; }
span { border-color: rgb(200,50,49); }
td.TdClassName
{
border-color: #C83231;
}
.TagClassName
{
border-color: #C83231;
}
</style>