Shades of Persian Red #C64038
Tints of Persian Red #C64038
RGB
CMYK
RGB Variations
Color information
#C64038 (or 0xC64038) is known color: Persian Red. HEX triplet: C6, 40 and 38. RGB value is (198,64,56). Sum of RGB (Red+Green+Blue) = 198+64+56=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C64038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64038 is #39BFC7. Grayscale: #676767. Windows color (decimal): -3784648 or 3686598. OLE color: 3686598.
HSL color Cylindrical-coordinate representation of color #C64038: hue angle of 3.38º degrees, saturation: 0.56, 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 #C64038 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 56 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.22 |
| HSL | 3.38º | 0.56% | 0.5% | - |
| HSV(B) | 3.38º | 0.72% | 0.78% | - |
| XYZ | 25.84 | 15.96 | 5.46 | - |
| YUV | 103.15 | 101.39 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 56 | 0 | 0.68 | 0.72 | 0.22 | 3.38 | 0.56 | 0.5 |
| Hex | C6 | 40 | 38 | 0 | 44 | 48 | 16 | 3 | 38 | 32 |
| Octal | 306 | 100 | 70 | 0 | 104 | 110 | 26 | 3 | 70 | 62 |
| Binary | 11000110 | 1000000 | 111000 | 0 | 1000100 | 1001000 | 10110 | 11 | 111000 | 110010 |
Color Harmonies of #C64038
Complementary color
Monochromatic Colors of #C64038
Black with #C64038
Text Example
Text Example
White with #C64038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64038; }
p { color: rgb(198,64,56); }
H1.HeaderClassName
{
color: #C64038;
}
.AnyTagClassName
{
color: #C64038;
}
</style>
background-color css
<style>
a { background-color: #C64038; }
a { background-color: rgb(198,64,56); }
div.DivClassName
{
background-color: #C64038;
}
.BgClassName
{
background-color: #C64038;
}
</style>
border-color css
<style>
span { border-color: #C64038; }
span { border-color: rgb(198,64,56); }
td.TdClassName
{
border-color: #C64038;
}
.TagClassName
{
border-color: #C64038;
}
</style>