Shades of Persian Red #C83A35
Tints of Persian Red #C83A35
RGB
CMYK
RGB Variations
Color information
#C83A35 (or 0xC83A35) is known color: Persian Red. HEX triplet: C8, 3A and 35. RGB value is (200,58,53). Sum of RGB (Red+Green+Blue) = 200+58+53=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83A35 is #37C5CA. Grayscale: #646464. Windows color (decimal): -3655115 or 3488456. OLE color: 3488456.
HSL color Cylindrical-coordinate representation of color #C83A35: hue angle of 2.04º 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 #C83A35 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 53 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.22 |
| HSL | 2.04º | 0.58% | 0.5% | - |
| HSV(B) | 2.04º | 0.74% | 0.78% | - |
| XYZ | 25.98 | 15.56 | 5 | - |
| YUV | 99.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 53 | 0 | 0.71 | 0.74 | 0.22 | 2.04 | 0.58 | 0.5 |
| Hex | C8 | 3A | 35 | 0 | 47 | 4A | 16 | 2 | 3A | 32 |
| Octal | 310 | 72 | 65 | 0 | 107 | 112 | 26 | 2 | 72 | 62 |
| Binary | 11001000 | 111010 | 110101 | 0 | 1000111 | 1001010 | 10110 | 10 | 111010 | 110010 |
Color Harmonies of #C83A35
Complementary color
Monochromatic Colors of #C83A35
Black with #C83A35
Text Example
Text Example
White with #C83A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83A35; }
p { color: rgb(200,58,53); }
H1.HeaderClassName
{
color: #C83A35;
}
.AnyTagClassName
{
color: #C83A35;
}
</style>
background-color css
<style>
a { background-color: #C83A35; }
a { background-color: rgb(200,58,53); }
div.DivClassName
{
background-color: #C83A35;
}
.BgClassName
{
background-color: #C83A35;
}
</style>
border-color css
<style>
span { border-color: #C83A35; }
span { border-color: rgb(200,58,53); }
td.TdClassName
{
border-color: #C83A35;
}
.TagClassName
{
border-color: #C83A35;
}
</style>