Shades of Persian Red #C63925
Tints of Persian Red #C63925
RGB
CMYK
RGB Variations
Color information
#C63925 (or 0xC63925) is known color: Persian Red. HEX triplet: C6, 39 and 25. RGB value is (198,57,37). Sum of RGB (Red+Green+Blue) = 198+57+37=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C63925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63925 is #39C6DA. Grayscale: #616161. Windows color (decimal): -3786459 or 2439622. OLE color: 2439622.
HSL color Cylindrical-coordinate representation of color #C63925: hue angle of 7.45º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C63925 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 37 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.22 |
| HSL | 7.45º | 0.69% | 0.46% | - |
| HSV(B) | 7.45º | 0.81% | 0.78% | - |
| XYZ | 25.09 | 15.07 | 3.34 | - |
| YUV | 96.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 37 | 0 | 0.71 | 0.81 | 0.22 | 7.45 | 0.69 | 0.46 |
| Hex | C6 | 39 | 25 | 0 | 47 | 51 | 16 | 7 | 45 | 2E |
| Octal | 306 | 71 | 45 | 0 | 107 | 121 | 26 | 7 | 105 | 56 |
| Binary | 11000110 | 111001 | 100101 | 0 | 1000111 | 1010001 | 10110 | 111 | 1000101 | 101110 |
Color Harmonies of #C63925
Complementary color
Monochromatic Colors of #C63925
Black with #C63925
Text Example
Text Example
White with #C63925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63925; }
p { color: rgb(198,57,37); }
H1.HeaderClassName
{
color: #C63925;
}
.AnyTagClassName
{
color: #C63925;
}
</style>
background-color css
<style>
a { background-color: #C63925; }
a { background-color: rgb(198,57,37); }
div.DivClassName
{
background-color: #C63925;
}
.BgClassName
{
background-color: #C63925;
}
</style>
border-color css
<style>
span { border-color: #C63925; }
span { border-color: rgb(198,57,37); }
td.TdClassName
{
border-color: #C63925;
}
.TagClassName
{
border-color: #C63925;
}
</style>