Shades of Persian Red #C84138
Tints of Persian Red #C84138
RGB
CMYK
RGB Variations
Color information
#C84138 (or 0xC84138) is known color: Persian Red. HEX triplet: C8, 41 and 38. RGB value is (200,65,56). Sum of RGB (Red+Green+Blue) = 200+65+56=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C84138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84138 is #37BEC7. Grayscale: #686868. Windows color (decimal): -3653320 or 3686856. OLE color: 3686856.
HSL color Cylindrical-coordinate representation of color #C84138: hue angle of 3.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C84138 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 56 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.22 |
| HSL | 3.75º | 0.57% | 0.5% | - |
| HSV(B) | 3.75º | 0.72% | 0.78% | - |
| XYZ | 26.42 | 16.35 | 5.5 | - |
| YUV | 104.34 | 100.73 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 56 | 0 | 0.68 | 0.72 | 0.22 | 3.75 | 0.57 | 0.5 |
| Hex | C8 | 41 | 38 | 0 | 44 | 48 | 16 | 4 | 39 | 32 |
| Octal | 310 | 101 | 70 | 0 | 104 | 110 | 26 | 4 | 71 | 62 |
| Binary | 11001000 | 1000001 | 111000 | 0 | 1000100 | 1001000 | 10110 | 100 | 111001 | 110010 |
Color Harmonies of #C84138
Complementary color
Monochromatic Colors of #C84138
Black with #C84138
Text Example
Text Example
White with #C84138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84138; }
p { color: rgb(200,65,56); }
H1.HeaderClassName
{
color: #C84138;
}
.AnyTagClassName
{
color: #C84138;
}
</style>
background-color css
<style>
a { background-color: #C84138; }
a { background-color: rgb(200,65,56); }
div.DivClassName
{
background-color: #C84138;
}
.BgClassName
{
background-color: #C84138;
}
</style>
border-color css
<style>
span { border-color: #C84138; }
span { border-color: rgb(200,65,56); }
td.TdClassName
{
border-color: #C84138;
}
.TagClassName
{
border-color: #C84138;
}
</style>