Shades of Persian Red #C8302F
Tints of Persian Red #C8302F
RGB
CMYK
RGB Variations
Color information
#C8302F (or 0xC8302F) is known color: Persian Red. HEX triplet: C8, 30 and 2F. RGB value is (200,48,47). Sum of RGB (Red+Green+Blue) = 200+48+47=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8302F is #37CFD0. Grayscale: #5D5D5D. Windows color (decimal): -3657681 or 3092680. OLE color: 3092680.
HSL color Cylindrical-coordinate representation of color #C8302F: hue angle of 0.39º 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 #C8302F is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 47 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.22 |
| HSL | 0.39º | 0.62% | 0.48% | - |
| HSV(B) | 0.39º | 0.77% | 0.78% | - |
| XYZ | 25.39 | 14.6 | 4.17 | - |
| YUV | 93.33 | 101.86 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 47 | 0 | 0.76 | 0.76 | 0.22 | 0.39 | 0.62 | 0.48 |
| Hex | C8 | 30 | 2F | 0 | 4C | 4C | 16 | 0 | 3E | 30 |
| Octal | 310 | 60 | 57 | 0 | 114 | 114 | 26 | 0 | 76 | 60 |
| Binary | 11001000 | 110000 | 101111 | 0 | 1001100 | 1001100 | 10110 | 0 | 111110 | 110000 |
Color Harmonies of #C8302F
Complementary color
Monochromatic Colors of #C8302F
Black with #C8302F
Text Example
Text Example
White with #C8302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8302F; }
p { color: rgb(200,48,47); }
H1.HeaderClassName
{
color: #C8302F;
}
.AnyTagClassName
{
color: #C8302F;
}
</style>
background-color css
<style>
a { background-color: #C8302F; }
a { background-color: rgb(200,48,47); }
div.DivClassName
{
background-color: #C8302F;
}
.BgClassName
{
background-color: #C8302F;
}
</style>
border-color css
<style>
span { border-color: #C8302F; }
span { border-color: rgb(200,48,47); }
td.TdClassName
{
border-color: #C8302F;
}
.TagClassName
{
border-color: #C8302F;
}
</style>