Shades of Persian Red #C8392B
Tints of Persian Red #C8392B
RGB
CMYK
RGB Variations
Color information
#C8392B (or 0xC8392B) is known color: Persian Red. HEX triplet: C8, 39 and 2B. RGB value is (200,57,43). Sum of RGB (Red+Green+Blue) = 200+57+43=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8392B is #37C6D4. Grayscale: #626262. Windows color (decimal): -3655381 or 2832840. OLE color: 2832840.
HSL color Cylindrical-coordinate representation of color #C8392B: hue angle of 5.35º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8392B is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 43 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.22 |
| HSL | 5.35º | 0.65% | 0.48% | - |
| HSV(B) | 5.35º | 0.79% | 0.78% | - |
| XYZ | 25.72 | 15.38 | 3.9 | - |
| YUV | 98.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 43 | 0 | 0.72 | 0.78 | 0.22 | 5.35 | 0.65 | 0.48 |
| Hex | C8 | 39 | 2B | 0 | 48 | 4E | 16 | 5 | 41 | 30 |
| Octal | 310 | 71 | 53 | 0 | 110 | 116 | 26 | 5 | 101 | 60 |
| Binary | 11001000 | 111001 | 101011 | 0 | 1001000 | 1001110 | 10110 | 101 | 1000001 | 110000 |
Color Harmonies of #C8392B
Complementary color
Monochromatic Colors of #C8392B
Black with #C8392B
Text Example
Text Example
White with #C8392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8392B; }
p { color: rgb(200,57,43); }
H1.HeaderClassName
{
color: #C8392B;
}
.AnyTagClassName
{
color: #C8392B;
}
</style>
background-color css
<style>
a { background-color: #C8392B; }
a { background-color: rgb(200,57,43); }
div.DivClassName
{
background-color: #C8392B;
}
.BgClassName
{
background-color: #C8392B;
}
</style>
border-color css
<style>
span { border-color: #C8392B; }
span { border-color: rgb(200,57,43); }
td.TdClassName
{
border-color: #C8392B;
}
.TagClassName
{
border-color: #C8392B;
}
</style>