Shades of Persian Red #C83D39
Tints of Persian Red #C83D39
RGB
CMYK
RGB Variations
Color information
#C83D39 (or 0xC83D39) is known color: Persian Red. HEX triplet: C8, 3D and 39. RGB value is (200,61,57). Sum of RGB (Red+Green+Blue) = 200+61+57=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D39 is #37C2C6. Grayscale: #666666. Windows color (decimal): -3654343 or 3751368. OLE color: 3751368.
HSL color Cylindrical-coordinate representation of color #C83D39: hue angle of 1.68º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83D39 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 57 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.22 |
| HSL | 1.68º | 0.57% | 0.5% | - |
| HSV(B) | 1.68º | 0.72% | 0.78% | - |
| XYZ | 26.23 | 15.91 | 5.56 | - |
| YUV | 102.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 57 | 0 | 0.69 | 0.72 | 0.22 | 1.68 | 0.57 | 0.5 |
| Hex | C8 | 3D | 39 | 0 | 45 | 48 | 16 | 2 | 39 | 32 |
| Octal | 310 | 75 | 71 | 0 | 105 | 110 | 26 | 2 | 71 | 62 |
| Binary | 11001000 | 111101 | 111001 | 0 | 1000101 | 1001000 | 10110 | 10 | 111001 | 110010 |
Color Harmonies of #C83D39
Complementary color
Monochromatic Colors of #C83D39
Black with #C83D39
Text Example
Text Example
White with #C83D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D39; }
p { color: rgb(200,61,57); }
H1.HeaderClassName
{
color: #C83D39;
}
.AnyTagClassName
{
color: #C83D39;
}
</style>
background-color css
<style>
a { background-color: #C83D39; }
a { background-color: rgb(200,61,57); }
div.DivClassName
{
background-color: #C83D39;
}
.BgClassName
{
background-color: #C83D39;
}
</style>
border-color css
<style>
span { border-color: #C83D39; }
span { border-color: rgb(200,61,57); }
td.TdClassName
{
border-color: #C83D39;
}
.TagClassName
{
border-color: #C83D39;
}
</style>