Shades of Persian Red #C83130
Tints of Persian Red #C83130
RGB
CMYK
RGB Variations
Color information
#C83130 (or 0xC83130) is known color: Persian Red. HEX triplet: C8, 31 and 30. RGB value is (200,49,48). Sum of RGB (Red+Green+Blue) = 200+49+48=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C83130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83130 is #37CECF. Grayscale: #5E5E5E. Windows color (decimal): -3657424 or 3158472. OLE color: 3158472.
HSL color Cylindrical-coordinate representation of color #C83130: hue angle of 0.39º 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 #C83130 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 48 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.22 |
| HSL | 0.39º | 0.61% | 0.49% | - |
| HSV(B) | 0.39º | 0.76% | 0.78% | - |
| XYZ | 25.45 | 14.69 | 4.29 | - |
| YUV | 94.04 | 102.03 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 48 | 0 | 0.76 | 0.76 | 0.22 | 0.39 | 0.61 | 0.49 |
| Hex | C8 | 31 | 30 | 0 | 4C | 4C | 16 | 0 | 3D | 31 |
| Octal | 310 | 61 | 60 | 0 | 114 | 114 | 26 | 0 | 75 | 61 |
| Binary | 11001000 | 110001 | 110000 | 0 | 1001100 | 1001100 | 10110 | 0 | 111101 | 110001 |
Color Harmonies of #C83130
Complementary color
Monochromatic Colors of #C83130
Black with #C83130
Text Example
Text Example
White with #C83130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83130; }
p { color: rgb(200,49,48); }
H1.HeaderClassName
{
color: #C83130;
}
.AnyTagClassName
{
color: #C83130;
}
</style>
background-color css
<style>
a { background-color: #C83130; }
a { background-color: rgb(200,49,48); }
div.DivClassName
{
background-color: #C83130;
}
.BgClassName
{
background-color: #C83130;
}
</style>
border-color css
<style>
span { border-color: #C83130; }
span { border-color: rgb(200,49,48); }
td.TdClassName
{
border-color: #C83130;
}
.TagClassName
{
border-color: #C83130;
}
</style>