Shades of Persian Red #C83E2B
Tints of Persian Red #C83E2B
RGB
CMYK
RGB Variations
Color information
#C83E2B (or 0xC83E2B) is known color: Persian Red. HEX triplet: C8, 3E and 2B. RGB value is (200,62,43). Sum of RGB (Red+Green+Blue) = 200+62+43=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E2B is #37C1D4. Grayscale: #656565. Windows color (decimal): -3654101 or 2834120. OLE color: 2834120.
HSL color Cylindrical-coordinate representation of color #C83E2B: hue angle of 7.26º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C83E2B is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 43 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.22 |
| HSL | 7.26º | 0.65% | 0.48% | - |
| HSV(B) | 7.26º | 0.79% | 0.78% | - |
| XYZ | 25.98 | 15.9 | 3.99 | - |
| YUV | 101.1 | 95.22 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 43 | 0 | 0.69 | 0.78 | 0.22 | 7.26 | 0.65 | 0.48 |
| Hex | C8 | 3E | 2B | 0 | 45 | 4E | 16 | 7 | 41 | 30 |
| Octal | 310 | 76 | 53 | 0 | 105 | 116 | 26 | 7 | 101 | 60 |
| Binary | 11001000 | 111110 | 101011 | 0 | 1000101 | 1001110 | 10110 | 111 | 1000001 | 110000 |
Color Harmonies of #C83E2B
Complementary color
Monochromatic Colors of #C83E2B
Black with #C83E2B
Text Example
Text Example
White with #C83E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E2B; }
p { color: rgb(200,62,43); }
H1.HeaderClassName
{
color: #C83E2B;
}
.AnyTagClassName
{
color: #C83E2B;
}
</style>
background-color css
<style>
a { background-color: #C83E2B; }
a { background-color: rgb(200,62,43); }
div.DivClassName
{
background-color: #C83E2B;
}
.BgClassName
{
background-color: #C83E2B;
}
</style>
border-color css
<style>
span { border-color: #C83E2B; }
span { border-color: rgb(200,62,43); }
td.TdClassName
{
border-color: #C83E2B;
}
.TagClassName
{
border-color: #C83E2B;
}
</style>