Shades of Persian Red #C63124
Tints of Persian Red #C63124
RGB
CMYK
RGB Variations
Color information
#C63124 (or 0xC63124) is known color: Persian Red. HEX triplet: C6, 31 and 24. RGB value is (198,49,36). Sum of RGB (Red+Green+Blue) = 198+49+36=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C63124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63124 is #39CEDB. Grayscale: #5C5C5C. Windows color (decimal): -3788508 or 2372038. OLE color: 2372038.
HSL color Cylindrical-coordinate representation of color #C63124: hue angle of 4.81º 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 #C63124 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 36 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.22 |
| HSL | 4.81º | 0.69% | 0.46% | - |
| HSV(B) | 4.81º | 0.82% | 0.78% | - |
| XYZ | 24.71 | 14.33 | 3.13 | - |
| YUV | 92.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 36 | 0 | 0.75 | 0.82 | 0.22 | 4.81 | 0.69 | 0.46 |
| Hex | C6 | 31 | 24 | 0 | 4B | 52 | 16 | 5 | 45 | 2E |
| Octal | 306 | 61 | 44 | 0 | 113 | 122 | 26 | 5 | 105 | 56 |
| Binary | 11000110 | 110001 | 100100 | 0 | 1001011 | 1010010 | 10110 | 101 | 1000101 | 101110 |
Color Harmonies of #C63124
Complementary color
Monochromatic Colors of #C63124
Black with #C63124
Text Example
Text Example
White with #C63124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63124; }
p { color: rgb(198,49,36); }
H1.HeaderClassName
{
color: #C63124;
}
.AnyTagClassName
{
color: #C63124;
}
</style>
background-color css
<style>
a { background-color: #C63124; }
a { background-color: rgb(198,49,36); }
div.DivClassName
{
background-color: #C63124;
}
.BgClassName
{
background-color: #C63124;
}
</style>
border-color css
<style>
span { border-color: #C63124; }
span { border-color: rgb(198,49,36); }
td.TdClassName
{
border-color: #C63124;
}
.TagClassName
{
border-color: #C63124;
}
</style>