Shades of Persian Red #C83E2E
Tints of Persian Red #C83E2E
RGB
CMYK
RGB Variations
Color information
#C83E2E (or 0xC83E2E) is known color: Persian Red. HEX triplet: C8, 3E and 2E. RGB value is (200,62,46). Sum of RGB (Red+Green+Blue) = 200+62+46=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E2E is #37C1D1. Grayscale: #656565. Windows color (decimal): -3654098 or 3030728. OLE color: 3030728.
HSL color Cylindrical-coordinate representation of color #C83E2E: hue angle of 6.23º 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 #C83E2E is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 46 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.22 |
| HSL | 6.23º | 0.63% | 0.48% | - |
| HSV(B) | 6.23º | 0.77% | 0.78% | - |
| XYZ | 26.04 | 15.92 | 4.29 | - |
| YUV | 101.44 | 96.72 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 46 | 0 | 0.69 | 0.77 | 0.22 | 6.23 | 0.63 | 0.48 |
| Hex | C8 | 3E | 2E | 0 | 45 | 4D | 16 | 6 | 3F | 30 |
| Octal | 310 | 76 | 56 | 0 | 105 | 115 | 26 | 6 | 77 | 60 |
| Binary | 11001000 | 111110 | 101110 | 0 | 1000101 | 1001101 | 10110 | 110 | 111111 | 110000 |
Color Harmonies of #C83E2E
Complementary color
Monochromatic Colors of #C83E2E
Black with #C83E2E
Text Example
Text Example
White with #C83E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E2E; }
p { color: rgb(200,62,46); }
H1.HeaderClassName
{
color: #C83E2E;
}
.AnyTagClassName
{
color: #C83E2E;
}
</style>
background-color css
<style>
a { background-color: #C83E2E; }
a { background-color: rgb(200,62,46); }
div.DivClassName
{
background-color: #C83E2E;
}
.BgClassName
{
background-color: #C83E2E;
}
</style>
border-color css
<style>
span { border-color: #C83E2E; }
span { border-color: rgb(200,62,46); }
td.TdClassName
{
border-color: #C83E2E;
}
.TagClassName
{
border-color: #C83E2E;
}
</style>