Shades of Persian Red #C83535
Tints of Persian Red #C83535
RGB
CMYK
RGB Variations
Color information
#C83535 (or 0xC83535) is known color: Persian Red. HEX triplet: C8, 35 and 35. RGB value is (200,53,53). Sum of RGB (Red+Green+Blue) = 200+53+53=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C83535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83535 is #37CACA. Grayscale: #616161. Windows color (decimal): -3656395 or 3487176. OLE color: 3487176.
HSL color Cylindrical-coordinate representation of color #C83535: hue angle of 0º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83535 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 53 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.22 |
| HSL | 0º | 0.58% | 0.5% | - |
| HSV(B) | 0º | 0.74% | 0.78% | - |
| XYZ | 25.74 | 15.08 | 4.92 | - |
| YUV | 96.95 | 103.2 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 53 | 0 | 0.74 | 0.74 | 0.22 | 0 | 0.58 | 0.5 |
| Hex | C8 | 35 | 35 | 0 | 4A | 4A | 16 | 0 | 3A | 32 |
| Octal | 310 | 65 | 65 | 0 | 112 | 112 | 26 | 0 | 72 | 62 |
| Binary | 11001000 | 110101 | 110101 | 0 | 1001010 | 1001010 | 10110 | 0 | 111010 | 110010 |
Color Harmonies of #C83535
Complementary color
Monochromatic Colors of #C83535
Black with #C83535
Text Example
Text Example
White with #C83535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83535; }
p { color: rgb(200,53,53); }
H1.HeaderClassName
{
color: #C83535;
}
.AnyTagClassName
{
color: #C83535;
}
</style>
background-color css
<style>
a { background-color: #C83535; }
a { background-color: rgb(200,53,53); }
div.DivClassName
{
background-color: #C83535;
}
.BgClassName
{
background-color: #C83535;
}
</style>
border-color css
<style>
span { border-color: #C83535; }
span { border-color: rgb(200,53,53); }
td.TdClassName
{
border-color: #C83535;
}
.TagClassName
{
border-color: #C83535;
}
</style>