Shades of Persian Red #C63625
Tints of Persian Red #C63625
RGB
CMYK
RGB Variations
Color information
#C63625 (or 0xC63625) is known color: Persian Red. HEX triplet: C6, 36 and 25. RGB value is (198,54,37). Sum of RGB (Red+Green+Blue) = 198+54+37=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C63625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63625 is #39C9DA. Grayscale: #5F5F5F. Windows color (decimal): -3787227 or 2438854. OLE color: 2438854.
HSL color Cylindrical-coordinate representation of color #C63625: hue angle of 6.34º 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 #C63625 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 37 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.22 |
| HSL | 6.34º | 0.69% | 0.46% | - |
| HSV(B) | 6.34º | 0.81% | 0.78% | - |
| XYZ | 24.94 | 14.78 | 3.29 | - |
| YUV | 95.12 | 95.21 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 37 | 0 | 0.73 | 0.81 | 0.22 | 6.34 | 0.69 | 0.46 |
| Hex | C6 | 36 | 25 | 0 | 49 | 51 | 16 | 6 | 45 | 2E |
| Octal | 306 | 66 | 45 | 0 | 111 | 121 | 26 | 6 | 105 | 56 |
| Binary | 11000110 | 110110 | 100101 | 0 | 1001001 | 1010001 | 10110 | 110 | 1000101 | 101110 |
Color Harmonies of #C63625
Complementary color
Monochromatic Colors of #C63625
Black with #C63625
Text Example
Text Example
White with #C63625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63625; }
p { color: rgb(198,54,37); }
H1.HeaderClassName
{
color: #C63625;
}
.AnyTagClassName
{
color: #C63625;
}
</style>
background-color css
<style>
a { background-color: #C63625; }
a { background-color: rgb(198,54,37); }
div.DivClassName
{
background-color: #C63625;
}
.BgClassName
{
background-color: #C63625;
}
</style>
border-color css
<style>
span { border-color: #C63625; }
span { border-color: rgb(198,54,37); }
td.TdClassName
{
border-color: #C63625;
}
.TagClassName
{
border-color: #C63625;
}
</style>