Shades of Persian Red #C63731
Tints of Persian Red #C63731
RGB
CMYK
RGB Variations
Color information
#C63731 (or 0xC63731) is known color: Persian Red. HEX triplet: C6, 37 and 31. RGB value is (198,55,49). Sum of RGB (Red+Green+Blue) = 198+55+49=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C63731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63731 is #39C8CE. Grayscale: #616161. Windows color (decimal): -3786959 or 3225542. OLE color: 3225542.
HSL color Cylindrical-coordinate representation of color #C63731: hue angle of 2.42º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63731 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 55 | 49 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.22 |
| HSL | 2.42º | 0.6% | 0.48% | - |
| HSV(B) | 2.42º | 0.75% | 0.78% | - |
| XYZ | 25.21 | 14.96 | 4.46 | - |
| YUV | 97.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 49 | 0 | 0.72 | 0.75 | 0.22 | 2.42 | 0.6 | 0.48 |
| Hex | C6 | 37 | 31 | 0 | 48 | 4B | 16 | 2 | 3C | 30 |
| Octal | 306 | 67 | 61 | 0 | 110 | 113 | 26 | 2 | 74 | 60 |
| Binary | 11000110 | 110111 | 110001 | 0 | 1001000 | 1001011 | 10110 | 10 | 111100 | 110000 |
Color Harmonies of #C63731
Complementary color
Monochromatic Colors of #C63731
Black with #C63731
Text Example
Text Example
White with #C63731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63731; }
p { color: rgb(198,55,49); }
H1.HeaderClassName
{
color: #C63731;
}
.AnyTagClassName
{
color: #C63731;
}
</style>
background-color css
<style>
a { background-color: #C63731; }
a { background-color: rgb(198,55,49); }
div.DivClassName
{
background-color: #C63731;
}
.BgClassName
{
background-color: #C63731;
}
</style>
border-color css
<style>
span { border-color: #C63731; }
span { border-color: rgb(198,55,49); }
td.TdClassName
{
border-color: #C63731;
}
.TagClassName
{
border-color: #C63731;
}
</style>