Shades of Persian Red #C83127
Tints of Persian Red #C83127
RGB
CMYK
RGB Variations
Color information
#C83127 (or 0xC83127) is known color: Persian Red. HEX triplet: C8, 31 and 27. RGB value is (200,49,39). Sum of RGB (Red+Green+Blue) = 200+49+39=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C83127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83127 is #37CED8. Grayscale: #5D5D5D. Windows color (decimal): -3657433 or 2568648. OLE color: 2568648.
HSL color Cylindrical-coordinate representation of color #C83127: hue angle of 3.73º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C83127 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 39 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.22 |
| HSL | 3.73º | 0.67% | 0.47% | - |
| HSV(B) | 3.73º | 0.81% | 0.78% | - |
| XYZ | 25.28 | 14.62 | 3.41 | - |
| YUV | 93.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 39 | 0 | 0.76 | 0.80 | 0.22 | 3.73 | 0.67 | 0.47 |
| Hex | C8 | 31 | 27 | 0 | 4C | 50 | 16 | 4 | 43 | 2F |
| Octal | 310 | 61 | 47 | 0 | 114 | 120 | 26 | 4 | 103 | 57 |
| Binary | 11001000 | 110001 | 100111 | 0 | 1001100 | 1010000 | 10110 | 100 | 1000011 | 101111 |
Color Harmonies of #C83127
Complementary color
Monochromatic Colors of #C83127
Black with #C83127
Text Example
Text Example
White with #C83127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83127; }
p { color: rgb(200,49,39); }
H1.HeaderClassName
{
color: #C83127;
}
.AnyTagClassName
{
color: #C83127;
}
</style>
background-color css
<style>
a { background-color: #C83127; }
a { background-color: rgb(200,49,39); }
div.DivClassName
{
background-color: #C83127;
}
.BgClassName
{
background-color: #C83127;
}
</style>
border-color css
<style>
span { border-color: #C83127; }
span { border-color: rgb(200,49,39); }
td.TdClassName
{
border-color: #C83127;
}
.TagClassName
{
border-color: #C83127;
}
</style>