Shades of Persian Red #C83D37
Tints of Persian Red #C83D37
RGB
CMYK
RGB Variations
Color information
#C83D37 (or 0xC83D37) is known color: Persian Red. HEX triplet: C8, 3D and 37. RGB value is (200,61,55). Sum of RGB (Red+Green+Blue) = 200+61+55=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D37 is #37C2C8. Grayscale: #666666. Windows color (decimal): -3654345 or 3620296. OLE color: 3620296.
HSL color Cylindrical-coordinate representation of color #C83D37: hue angle of 2.48º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83D37 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 55 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.22 |
| HSL | 2.48º | 0.57% | 0.5% | - |
| HSV(B) | 2.48º | 0.73% | 0.78% | - |
| XYZ | 26.18 | 15.89 | 5.3 | - |
| YUV | 101.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 55 | 0 | 0.69 | 0.72 | 0.22 | 2.48 | 0.57 | 0.5 |
| Hex | C8 | 3D | 37 | 0 | 45 | 48 | 16 | 2 | 39 | 32 |
| Octal | 310 | 75 | 67 | 0 | 105 | 110 | 26 | 2 | 71 | 62 |
| Binary | 11001000 | 111101 | 110111 | 0 | 1000101 | 1001000 | 10110 | 10 | 111001 | 110010 |
Color Harmonies of #C83D37
Complementary color
Monochromatic Colors of #C83D37
Black with #C83D37
Text Example
Text Example
White with #C83D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D37; }
p { color: rgb(200,61,55); }
H1.HeaderClassName
{
color: #C83D37;
}
.AnyTagClassName
{
color: #C83D37;
}
</style>
background-color css
<style>
a { background-color: #C83D37; }
a { background-color: rgb(200,61,55); }
div.DivClassName
{
background-color: #C83D37;
}
.BgClassName
{
background-color: #C83D37;
}
</style>
border-color css
<style>
span { border-color: #C83D37; }
span { border-color: rgb(200,61,55); }
td.TdClassName
{
border-color: #C83D37;
}
.TagClassName
{
border-color: #C83D37;
}
</style>