Shades of Persian Red #C83C2E
Tints of Persian Red #C83C2E
RGB
CMYK
RGB Variations
Color information
#C83C2E (or 0xC83C2E) is known color: Persian Red. HEX triplet: C8, 3C and 2E. RGB value is (200,60,46). Sum of RGB (Red+Green+Blue) = 200+60+46=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C2E is #37C3D1. Grayscale: #646464. Windows color (decimal): -3654610 or 3030216. OLE color: 3030216.
HSL color Cylindrical-coordinate representation of color #C83C2E: hue angle of 5.45º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C83C2E is Cyan = 0, Magento = 0.7, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 46 | - |
| CMYK | 0 | 0.7 | 0.77 | 0.22 |
| HSL | 5.45º | 0.63% | 0.48% | - |
| HSV(B) | 5.45º | 0.77% | 0.78% | - |
| XYZ | 25.93 | 15.71 | 4.25 | - |
| YUV | 100.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 46 | 0 | 0.7 | 0.77 | 0.22 | 5.45 | 0.63 | 0.48 |
| Hex | C8 | 3C | 2E | 0 | 46 | 4D | 16 | 5 | 3F | 30 |
| Octal | 310 | 74 | 56 | 0 | 106 | 115 | 26 | 5 | 77 | 60 |
| Binary | 11001000 | 111100 | 101110 | 0 | 1000110 | 1001101 | 10110 | 101 | 111111 | 110000 |
Color Harmonies of #C83C2E
Complementary color
Monochromatic Colors of #C83C2E
Black with #C83C2E
Text Example
Text Example
White with #C83C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C2E; }
p { color: rgb(200,60,46); }
H1.HeaderClassName
{
color: #C83C2E;
}
.AnyTagClassName
{
color: #C83C2E;
}
</style>
background-color css
<style>
a { background-color: #C83C2E; }
a { background-color: rgb(200,60,46); }
div.DivClassName
{
background-color: #C83C2E;
}
.BgClassName
{
background-color: #C83C2E;
}
</style>
border-color css
<style>
span { border-color: #C83C2E; }
span { border-color: rgb(200,60,46); }
td.TdClassName
{
border-color: #C83C2E;
}
.TagClassName
{
border-color: #C83C2E;
}
</style>