Shades of Persian Red #C83E3B
Tints of Persian Red #C83E3B
RGB
CMYK
RGB Variations
Color information
#C83E3B (or 0xC83E3B) is known color: Persian Red. HEX triplet: C8, 3E and 3B. RGB value is (200,62,59). Sum of RGB (Red+Green+Blue) = 200+62+59=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E3B is #37C1C4. Grayscale: #676767. Windows color (decimal): -3654085 or 3882696. OLE color: 3882696.
HSL color Cylindrical-coordinate representation of color #C83E3B: hue angle of 1.28º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83E3B is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 59 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.22 |
| HSL | 1.28º | 0.56% | 0.51% | - |
| HSV(B) | 1.28º | 0.71% | 0.78% | - |
| XYZ | 26.33 | 16.04 | 5.85 | - |
| YUV | 102.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 59 | 0 | 0.69 | 0.70 | 0.22 | 1.28 | 0.56 | 0.51 |
| Hex | C8 | 3E | 3B | 0 | 45 | 46 | 16 | 1 | 38 | 33 |
| Octal | 310 | 76 | 73 | 0 | 105 | 106 | 26 | 1 | 70 | 63 |
| Binary | 11001000 | 111110 | 111011 | 0 | 1000101 | 1000110 | 10110 | 1 | 111000 | 110011 |
Color Harmonies of #C83E3B
Complementary color
Monochromatic Colors of #C83E3B
Black with #C83E3B
Text Example
Text Example
White with #C83E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E3B; }
p { color: rgb(200,62,59); }
H1.HeaderClassName
{
color: #C83E3B;
}
.AnyTagClassName
{
color: #C83E3B;
}
</style>
background-color css
<style>
a { background-color: #C83E3B; }
a { background-color: rgb(200,62,59); }
div.DivClassName
{
background-color: #C83E3B;
}
.BgClassName
{
background-color: #C83E3B;
}
</style>
border-color css
<style>
span { border-color: #C83E3B; }
span { border-color: rgb(200,62,59); }
td.TdClassName
{
border-color: #C83E3B;
}
.TagClassName
{
border-color: #C83E3B;
}
</style>