Shades of Persian Red #C83D3A
Tints of Persian Red #C83D3A
RGB
CMYK
RGB Variations
Color information
#C83D3A (or 0xC83D3A) is known color: Persian Red. HEX triplet: C8, 3D and 3A. RGB value is (200,61,58). Sum of RGB (Red+Green+Blue) = 200+61+58=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D3A is #37C2C5. Grayscale: #666666. Windows color (decimal): -3654342 or 3816904. OLE color: 3816904.
HSL color Cylindrical-coordinate representation of color #C83D3A: hue angle of 1.27º 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 #C83D3A is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 58 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.22 |
| HSL | 1.27º | 0.56% | 0.51% | - |
| HSV(B) | 1.27º | 0.71% | 0.78% | - |
| XYZ | 26.25 | 15.92 | 5.69 | - |
| YUV | 102.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 58 | 0 | 0.69 | 0.71 | 0.22 | 1.27 | 0.56 | 0.51 |
| Hex | C8 | 3D | 3A | 0 | 45 | 47 | 16 | 1 | 38 | 33 |
| Octal | 310 | 75 | 72 | 0 | 105 | 107 | 26 | 1 | 70 | 63 |
| Binary | 11001000 | 111101 | 111010 | 0 | 1000101 | 1000111 | 10110 | 1 | 111000 | 110011 |
Color Harmonies of #C83D3A
Complementary color
Monochromatic Colors of #C83D3A
Black with #C83D3A
Text Example
Text Example
White with #C83D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D3A; }
p { color: rgb(200,61,58); }
H1.HeaderClassName
{
color: #C83D3A;
}
.AnyTagClassName
{
color: #C83D3A;
}
</style>
background-color css
<style>
a { background-color: #C83D3A; }
a { background-color: rgb(200,61,58); }
div.DivClassName
{
background-color: #C83D3A;
}
.BgClassName
{
background-color: #C83D3A;
}
</style>
border-color css
<style>
span { border-color: #C83D3A; }
span { border-color: rgb(200,61,58); }
td.TdClassName
{
border-color: #C83D3A;
}
.TagClassName
{
border-color: #C83D3A;
}
</style>