Shades of Persian Red #C83631
Tints of Persian Red #C83631
RGB
CMYK
RGB Variations
Color information
#C83631 (or 0xC83631) is known color: Persian Red. HEX triplet: C8, 36 and 31. RGB value is (200,54,49). Sum of RGB (Red+Green+Blue) = 200+54+49=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C83631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83631 is #37C9CE. Grayscale: #616161. Windows color (decimal): -3656143 or 3225288. OLE color: 3225288.
HSL color Cylindrical-coordinate representation of color #C83631: hue angle of 1.99º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83631 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 49 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.22 |
| HSL | 1.99º | 0.61% | 0.49% | - |
| HSV(B) | 1.99º | 0.76% | 0.78% | - |
| XYZ | 25.69 | 15.14 | 4.47 | - |
| YUV | 97.08 | 100.87 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 49 | 0 | 0.73 | 0.76 | 0.22 | 1.99 | 0.61 | 0.49 |
| Hex | C8 | 36 | 31 | 0 | 49 | 4C | 16 | 2 | 3D | 31 |
| Octal | 310 | 66 | 61 | 0 | 111 | 114 | 26 | 2 | 75 | 61 |
| Binary | 11001000 | 110110 | 110001 | 0 | 1001001 | 1001100 | 10110 | 10 | 111101 | 110001 |
Color Harmonies of #C83631
Complementary color
Monochromatic Colors of #C83631
Black with #C83631
Text Example
Text Example
White with #C83631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83631; }
p { color: rgb(200,54,49); }
H1.HeaderClassName
{
color: #C83631;
}
.AnyTagClassName
{
color: #C83631;
}
</style>
background-color css
<style>
a { background-color: #C83631; }
a { background-color: rgb(200,54,49); }
div.DivClassName
{
background-color: #C83631;
}
.BgClassName
{
background-color: #C83631;
}
</style>
border-color css
<style>
span { border-color: #C83631; }
span { border-color: rgb(200,54,49); }
td.TdClassName
{
border-color: #C83631;
}
.TagClassName
{
border-color: #C83631;
}
</style>