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