Shades of Persian Red #C63424
Tints of Persian Red #C63424
RGB
CMYK
RGB Variations
Color information
#C63424 (or 0xC63424) is known color: Persian Red. HEX triplet: C6, 34 and 24. RGB value is (198,52,36). Sum of RGB (Red+Green+Blue) = 198+52+36=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C63424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63424 is #39CBDB. Grayscale: #5E5E5E. Windows color (decimal): -3787740 or 2372806. OLE color: 2372806.
HSL color Cylindrical-coordinate representation of color #C63424: hue angle of 5.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C63424 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 36 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.22 |
| HSL | 5.93º | 0.69% | 0.46% | - |
| HSV(B) | 5.93º | 0.82% | 0.78% | - |
| XYZ | 24.84 | 14.59 | 3.18 | - |
| YUV | 93.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 36 | 0 | 0.74 | 0.82 | 0.22 | 5.93 | 0.69 | 0.46 |
| Hex | C6 | 34 | 24 | 0 | 4A | 52 | 16 | 6 | 45 | 2E |
| Octal | 306 | 64 | 44 | 0 | 112 | 122 | 26 | 6 | 105 | 56 |
| Binary | 11000110 | 110100 | 100100 | 0 | 1001010 | 1010010 | 10110 | 110 | 1000101 | 101110 |
Color Harmonies of #C63424
Complementary color
Monochromatic Colors of #C63424
Black with #C63424
Text Example
Text Example
White with #C63424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63424; }
p { color: rgb(198,52,36); }
H1.HeaderClassName
{
color: #C63424;
}
.AnyTagClassName
{
color: #C63424;
}
</style>
background-color css
<style>
a { background-color: #C63424; }
a { background-color: rgb(198,52,36); }
div.DivClassName
{
background-color: #C63424;
}
.BgClassName
{
background-color: #C63424;
}
</style>
border-color css
<style>
span { border-color: #C63424; }
span { border-color: rgb(198,52,36); }
td.TdClassName
{
border-color: #C63424;
}
.TagClassName
{
border-color: #C63424;
}
</style>