Shades of Persian Red #C83635
Tints of Persian Red #C83635
RGB
CMYK
RGB Variations
Color information
#C83635 (or 0xC83635) is known color: Persian Red. HEX triplet: C8, 36 and 35. RGB value is (200,54,53). Sum of RGB (Red+Green+Blue) = 200+54+53=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C83635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83635 is #37C9CA. Grayscale: #616161. Windows color (decimal): -3656139 or 3487432. OLE color: 3487432.
HSL color Cylindrical-coordinate representation of color #C83635: hue angle of 0.41º 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 #C83635 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 53 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.22 |
| HSL | 0.41º | 0.58% | 0.5% | - |
| HSV(B) | 0.41º | 0.74% | 0.78% | - |
| XYZ | 25.78 | 15.17 | 4.94 | - |
| YUV | 97.54 | 102.87 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 53 | 0 | 0.73 | 0.74 | 0.22 | 0.41 | 0.58 | 0.5 |
| Hex | C8 | 36 | 35 | 0 | 49 | 4A | 16 | 0 | 3A | 32 |
| Octal | 310 | 66 | 65 | 0 | 111 | 112 | 26 | 0 | 72 | 62 |
| Binary | 11001000 | 110110 | 110101 | 0 | 1001001 | 1001010 | 10110 | 0 | 111010 | 110010 |
Color Harmonies of #C83635
Complementary color
Monochromatic Colors of #C83635
Black with #C83635
Text Example
Text Example
White with #C83635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83635; }
p { color: rgb(200,54,53); }
H1.HeaderClassName
{
color: #C83635;
}
.AnyTagClassName
{
color: #C83635;
}
</style>
background-color css
<style>
a { background-color: #C83635; }
a { background-color: rgb(200,54,53); }
div.DivClassName
{
background-color: #C83635;
}
.BgClassName
{
background-color: #C83635;
}
</style>
border-color css
<style>
span { border-color: #C83635; }
span { border-color: rgb(200,54,53); }
td.TdClassName
{
border-color: #C83635;
}
.TagClassName
{
border-color: #C83635;
}
</style>