Shades of Persian Red #C8352F
Tints of Persian Red #C8352F
RGB
CMYK
RGB Variations
Color information
#C8352F (or 0xC8352F) is known color: Persian Red. HEX triplet: C8, 35 and 2F. RGB value is (200,53,47). Sum of RGB (Red+Green+Blue) = 200+53+47=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8352F is #37CAD0. Grayscale: #606060. Windows color (decimal): -3656401 or 3093960. OLE color: 3093960.
HSL color Cylindrical-coordinate representation of color #C8352F: hue angle of 2.35º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8352F is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 47 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.22 |
| HSL | 2.35º | 0.62% | 0.48% | - |
| HSV(B) | 2.35º | 0.77% | 0.78% | - |
| XYZ | 25.61 | 15.03 | 4.24 | - |
| YUV | 96.27 | 100.2 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 47 | 0 | 0.74 | 0.76 | 0.22 | 2.35 | 0.62 | 0.48 |
| Hex | C8 | 35 | 2F | 0 | 4A | 4C | 16 | 2 | 3E | 30 |
| Octal | 310 | 65 | 57 | 0 | 112 | 114 | 26 | 2 | 76 | 60 |
| Binary | 11001000 | 110101 | 101111 | 0 | 1001010 | 1001100 | 10110 | 10 | 111110 | 110000 |
Color Harmonies of #C8352F
Complementary color
Monochromatic Colors of #C8352F
Black with #C8352F
Text Example
Text Example
White with #C8352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8352F; }
p { color: rgb(200,53,47); }
H1.HeaderClassName
{
color: #C8352F;
}
.AnyTagClassName
{
color: #C8352F;
}
</style>
background-color css
<style>
a { background-color: #C8352F; }
a { background-color: rgb(200,53,47); }
div.DivClassName
{
background-color: #C8352F;
}
.BgClassName
{
background-color: #C8352F;
}
</style>
border-color css
<style>
span { border-color: #C8352F; }
span { border-color: rgb(200,53,47); }
td.TdClassName
{
border-color: #C8352F;
}
.TagClassName
{
border-color: #C8352F;
}
</style>