Shades of Persian Red #C83F35
Tints of Persian Red #C83F35
RGB
CMYK
RGB Variations
Color information
#C83F35 (or 0xC83F35) is known color: Persian Red. HEX triplet: C8, 3F and 35. RGB value is (200,63,53). Sum of RGB (Red+Green+Blue) = 200+63+53=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F35 is #37C0CA. Grayscale: #666666. Windows color (decimal): -3653835 or 3489736. OLE color: 3489736.
HSL color Cylindrical-coordinate representation of color #C83F35: hue angle of 4.08º 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 #C83F35 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 53 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.22 |
| HSL | 4.08º | 0.58% | 0.5% | - |
| HSV(B) | 4.08º | 0.74% | 0.78% | - |
| XYZ | 26.24 | 16.09 | 5.09 | - |
| YUV | 102.82 | 99.89 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 53 | 0 | 0.68 | 0.74 | 0.22 | 4.08 | 0.58 | 0.5 |
| Hex | C8 | 3F | 35 | 0 | 44 | 4A | 16 | 4 | 3A | 32 |
| Octal | 310 | 77 | 65 | 0 | 104 | 112 | 26 | 4 | 72 | 62 |
| Binary | 11001000 | 111111 | 110101 | 0 | 1000100 | 1001010 | 10110 | 100 | 111010 | 110010 |
Color Harmonies of #C83F35
Complementary color
Monochromatic Colors of #C83F35
Black with #C83F35
Text Example
Text Example
White with #C83F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F35; }
p { color: rgb(200,63,53); }
H1.HeaderClassName
{
color: #C83F35;
}
.AnyTagClassName
{
color: #C83F35;
}
</style>
background-color css
<style>
a { background-color: #C83F35; }
a { background-color: rgb(200,63,53); }
div.DivClassName
{
background-color: #C83F35;
}
.BgClassName
{
background-color: #C83F35;
}
</style>
border-color css
<style>
span { border-color: #C83F35; }
span { border-color: rgb(200,63,53); }
td.TdClassName
{
border-color: #C83F35;
}
.TagClassName
{
border-color: #C83F35;
}
</style>