Shades of Persian Red #C63838
Tints of Persian Red #C63838
RGB
CMYK
RGB Variations
Color information
#C63838 (or 0xC63838) is known color: Persian Red. HEX triplet: C6, 38 and 38. RGB value is (198,56,56). Sum of RGB (Red+Green+Blue) = 198+56+56=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C63838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63838 is #39C7C7. Grayscale: #626262. Windows color (decimal): -3786696 or 3684550. OLE color: 3684550.
HSL color Cylindrical-coordinate representation of color #C63838: hue angle of 0º 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 #C63838 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 56 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.22 |
| HSL | 0º | 0.56% | 0.5% | - |
| HSV(B) | 0º | 0.72% | 0.78% | - |
| XYZ | 25.42 | 15.12 | 5.32 | - |
| YUV | 98.46 | 104.04 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 56 | 0 | 0.72 | 0.72 | 0.22 | 0 | 0.56 | 0.5 |
| Hex | C6 | 38 | 38 | 0 | 48 | 48 | 16 | 0 | 38 | 32 |
| Octal | 306 | 70 | 70 | 0 | 110 | 110 | 26 | 0 | 70 | 62 |
| Binary | 11000110 | 111000 | 111000 | 0 | 1001000 | 1001000 | 10110 | 0 | 111000 | 110010 |
Color Harmonies of #C63838
Complementary color
Monochromatic Colors of #C63838
Black with #C63838
Text Example
Text Example
White with #C63838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63838; }
p { color: rgb(198,56,56); }
H1.HeaderClassName
{
color: #C63838;
}
.AnyTagClassName
{
color: #C63838;
}
</style>
background-color css
<style>
a { background-color: #C63838; }
a { background-color: rgb(198,56,56); }
div.DivClassName
{
background-color: #C63838;
}
.BgClassName
{
background-color: #C63838;
}
</style>
border-color css
<style>
span { border-color: #C63838; }
span { border-color: rgb(198,56,56); }
td.TdClassName
{
border-color: #C63838;
}
.TagClassName
{
border-color: #C63838;
}
</style>