Shades of Persian Red #C83E32
Tints of Persian Red #C83E32
RGB
CMYK
RGB Variations
Color information
#C83E32 (or 0xC83E32) is known color: Persian Red. HEX triplet: C8, 3E and 32. RGB value is (200,62,50). Sum of RGB (Red+Green+Blue) = 200+62+50=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E32 is #37C1CD. Grayscale: #666666. Windows color (decimal): -3654094 or 3292872. OLE color: 3292872.
HSL color Cylindrical-coordinate representation of color #C83E32: hue angle of 4.8º degrees, saturation: 0.6, 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 #C83E32 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 50 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.22 |
| HSL | 4.8º | 0.6% | 0.49% | - |
| HSV(B) | 4.8º | 0.75% | 0.78% | - |
| XYZ | 26.12 | 15.95 | 4.72 | - |
| YUV | 101.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 50 | 0 | 0.69 | 0.75 | 0.22 | 4.8 | 0.6 | 0.49 |
| Hex | C8 | 3E | 32 | 0 | 45 | 4B | 16 | 5 | 3C | 31 |
| Octal | 310 | 76 | 62 | 0 | 105 | 113 | 26 | 5 | 74 | 61 |
| Binary | 11001000 | 111110 | 110010 | 0 | 1000101 | 1001011 | 10110 | 101 | 111100 | 110001 |
Color Harmonies of #C83E32
Complementary color
Monochromatic Colors of #C83E32
Black with #C83E32
Text Example
Text Example
White with #C83E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E32; }
p { color: rgb(200,62,50); }
H1.HeaderClassName
{
color: #C83E32;
}
.AnyTagClassName
{
color: #C83E32;
}
</style>
background-color css
<style>
a { background-color: #C83E32; }
a { background-color: rgb(200,62,50); }
div.DivClassName
{
background-color: #C83E32;
}
.BgClassName
{
background-color: #C83E32;
}
</style>
border-color css
<style>
span { border-color: #C83E32; }
span { border-color: rgb(200,62,50); }
td.TdClassName
{
border-color: #C83E32;
}
.TagClassName
{
border-color: #C83E32;
}
</style>