Shades of Persian Red #C8362E
Tints of Persian Red #C8362E
RGB
CMYK
RGB Variations
Color information
#C8362E (or 0xC8362E) is known color: Persian Red. HEX triplet: C8, 36 and 2E. RGB value is (200,54,46). Sum of RGB (Red+Green+Blue) = 200+54+46=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8362E is #37C9D1. Grayscale: #606060. Windows color (decimal): -3656146 or 3028680. OLE color: 3028680.
HSL color Cylindrical-coordinate representation of color #C8362E: hue angle of 3.12º 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 #C8362E is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 46 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.22 |
| HSL | 3.12º | 0.63% | 0.48% | - |
| HSV(B) | 3.12º | 0.77% | 0.78% | - |
| XYZ | 25.63 | 15.11 | 4.15 | - |
| YUV | 96.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 46 | 0 | 0.73 | 0.77 | 0.22 | 3.12 | 0.63 | 0.48 |
| Hex | C8 | 36 | 2E | 0 | 49 | 4D | 16 | 3 | 3F | 30 |
| Octal | 310 | 66 | 56 | 0 | 111 | 115 | 26 | 3 | 77 | 60 |
| Binary | 11001000 | 110110 | 101110 | 0 | 1001001 | 1001101 | 10110 | 11 | 111111 | 110000 |
Color Harmonies of #C8362E
Complementary color
Monochromatic Colors of #C8362E
Black with #C8362E
Text Example
Text Example
White with #C8362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8362E; }
p { color: rgb(200,54,46); }
H1.HeaderClassName
{
color: #C8362E;
}
.AnyTagClassName
{
color: #C8362E;
}
</style>
background-color css
<style>
a { background-color: #C8362E; }
a { background-color: rgb(200,54,46); }
div.DivClassName
{
background-color: #C8362E;
}
.BgClassName
{
background-color: #C8362E;
}
</style>
border-color css
<style>
span { border-color: #C8362E; }
span { border-color: rgb(200,54,46); }
td.TdClassName
{
border-color: #C8362E;
}
.TagClassName
{
border-color: #C8362E;
}
</style>