Shades of Persian Red #C83931
Tints of Persian Red #C83931
RGB
CMYK
RGB Variations
Color information
#C83931 (or 0xC83931) is known color: Persian Red. HEX triplet: C8, 39 and 31. RGB value is (200,57,49). Sum of RGB (Red+Green+Blue) = 200+57+49=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C83931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83931 is #37C6CE. Grayscale: #636363. Windows color (decimal): -3655375 or 3226056. OLE color: 3226056.
HSL color Cylindrical-coordinate representation of color #C83931: hue angle of 3.18º 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 #C83931 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 49 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.22 |
| HSL | 3.18º | 0.61% | 0.49% | - |
| HSV(B) | 3.18º | 0.76% | 0.78% | - |
| XYZ | 25.84 | 15.43 | 4.52 | - |
| YUV | 98.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 49 | 0 | 0.72 | 0.76 | 0.22 | 3.18 | 0.61 | 0.49 |
| Hex | C8 | 39 | 31 | 0 | 48 | 4C | 16 | 3 | 3D | 31 |
| Octal | 310 | 71 | 61 | 0 | 110 | 114 | 26 | 3 | 75 | 61 |
| Binary | 11001000 | 111001 | 110001 | 0 | 1001000 | 1001100 | 10110 | 11 | 111101 | 110001 |
Color Harmonies of #C83931
Complementary color
Monochromatic Colors of #C83931
Black with #C83931
Text Example
Text Example
White with #C83931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83931; }
p { color: rgb(200,57,49); }
H1.HeaderClassName
{
color: #C83931;
}
.AnyTagClassName
{
color: #C83931;
}
</style>
background-color css
<style>
a { background-color: #C83931; }
a { background-color: rgb(200,57,49); }
div.DivClassName
{
background-color: #C83931;
}
.BgClassName
{
background-color: #C83931;
}
</style>
border-color css
<style>
span { border-color: #C83931; }
span { border-color: rgb(200,57,49); }
td.TdClassName
{
border-color: #C83931;
}
.TagClassName
{
border-color: #C83931;
}
</style>