Shades of Persian Red #C63C38
Tints of Persian Red #C63C38
RGB
CMYK
RGB Variations
Color information
#C63C38 (or 0xC63C38) is known color: Persian Red. HEX triplet: C6, 3C and 38. RGB value is (198,60,56). Sum of RGB (Red+Green+Blue) = 198+60+56=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63C38 is #39C3C7. Grayscale: #646464. Windows color (decimal): -3785672 or 3685574. OLE color: 3685574.
HSL color Cylindrical-coordinate representation of color #C63C38: hue angle of 1.69º 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 #C63C38 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 56 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.22 |
| HSL | 1.69º | 0.56% | 0.5% | - |
| HSV(B) | 1.69º | 0.72% | 0.78% | - |
| XYZ | 25.62 | 15.52 | 5.39 | - |
| YUV | 100.81 | 102.72 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 56 | 0 | 0.70 | 0.72 | 0.22 | 1.69 | 0.56 | 0.5 |
| Hex | C6 | 3C | 38 | 0 | 46 | 48 | 16 | 2 | 38 | 32 |
| Octal | 306 | 74 | 70 | 0 | 106 | 110 | 26 | 2 | 70 | 62 |
| Binary | 11000110 | 111100 | 111000 | 0 | 1000110 | 1001000 | 10110 | 10 | 111000 | 110010 |
Color Harmonies of #C63C38
Complementary color
Monochromatic Colors of #C63C38
Black with #C63C38
Text Example
Text Example
White with #C63C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C38; }
p { color: rgb(198,60,56); }
H1.HeaderClassName
{
color: #C63C38;
}
.AnyTagClassName
{
color: #C63C38;
}
</style>
background-color css
<style>
a { background-color: #C63C38; }
a { background-color: rgb(198,60,56); }
div.DivClassName
{
background-color: #C63C38;
}
.BgClassName
{
background-color: #C63C38;
}
</style>
border-color css
<style>
span { border-color: #C63C38; }
span { border-color: rgb(198,60,56); }
td.TdClassName
{
border-color: #C63C38;
}
.TagClassName
{
border-color: #C63C38;
}
</style>