Shades of Persian Red #C8352D
Tints of Persian Red #C8352D
RGB
CMYK
RGB Variations
Color information
#C8352D (or 0xC8352D) is known color: Persian Red. HEX triplet: C8, 35 and 2D. RGB value is (200,53,45). Sum of RGB (Red+Green+Blue) = 200+53+45=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8352D is #37CAD2. Grayscale: #606060. Windows color (decimal): -3656403 or 2962888. OLE color: 2962888.
HSL color Cylindrical-coordinate representation of color #C8352D: hue angle of 3.1º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8352D is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 45 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.22 |
| HSL | 3.1º | 0.63% | 0.48% | - |
| HSV(B) | 3.1º | 0.78% | 0.78% | - |
| XYZ | 25.57 | 15.02 | 4.03 | - |
| YUV | 96.04 | 99.2 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 45 | 0 | 0.74 | 0.78 | 0.22 | 3.1 | 0.63 | 0.48 |
| Hex | C8 | 35 | 2D | 0 | 4A | 4E | 16 | 3 | 3F | 30 |
| Octal | 310 | 65 | 55 | 0 | 112 | 116 | 26 | 3 | 77 | 60 |
| Binary | 11001000 | 110101 | 101101 | 0 | 1001010 | 1001110 | 10110 | 11 | 111111 | 110000 |
Color Harmonies of #C8352D
Complementary color
Monochromatic Colors of #C8352D
Black with #C8352D
Text Example
Text Example
White with #C8352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8352D; }
p { color: rgb(200,53,45); }
H1.HeaderClassName
{
color: #C8352D;
}
.AnyTagClassName
{
color: #C8352D;
}
</style>
background-color css
<style>
a { background-color: #C8352D; }
a { background-color: rgb(200,53,45); }
div.DivClassName
{
background-color: #C8352D;
}
.BgClassName
{
background-color: #C8352D;
}
</style>
border-color css
<style>
span { border-color: #C8352D; }
span { border-color: rgb(200,53,45); }
td.TdClassName
{
border-color: #C8352D;
}
.TagClassName
{
border-color: #C8352D;
}
</style>