Shades of Persian Red #C63931
Tints of Persian Red #C63931
RGB
CMYK
RGB Variations
Color information
#C63931 (or 0xC63931) is known color: Persian Red. HEX triplet: C6, 39 and 31. RGB value is (198,57,49). Sum of RGB (Red+Green+Blue) = 198+57+49=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C63931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63931 is #39C6CE. Grayscale: #626262. Windows color (decimal): -3786447 or 3226054. OLE color: 3226054.
HSL color Cylindrical-coordinate representation of color #C63931: hue angle of 3.22º 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 #C63931 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 49 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.22 |
| HSL | 3.22º | 0.6% | 0.48% | - |
| HSV(B) | 3.22º | 0.75% | 0.78% | - |
| XYZ | 25.31 | 15.15 | 4.5 | - |
| YUV | 98.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 49 | 0 | 0.71 | 0.75 | 0.22 | 3.22 | 0.6 | 0.48 |
| Hex | C6 | 39 | 31 | 0 | 47 | 4B | 16 | 3 | 3C | 30 |
| Octal | 306 | 71 | 61 | 0 | 107 | 113 | 26 | 3 | 74 | 60 |
| Binary | 11000110 | 111001 | 110001 | 0 | 1000111 | 1001011 | 10110 | 11 | 111100 | 110000 |
Color Harmonies of #C63931
Complementary color
Monochromatic Colors of #C63931
Black with #C63931
Text Example
Text Example
White with #C63931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63931; }
p { color: rgb(198,57,49); }
H1.HeaderClassName
{
color: #C63931;
}
.AnyTagClassName
{
color: #C63931;
}
</style>
background-color css
<style>
a { background-color: #C63931; }
a { background-color: rgb(198,57,49); }
div.DivClassName
{
background-color: #C63931;
}
.BgClassName
{
background-color: #C63931;
}
</style>
border-color css
<style>
span { border-color: #C63931; }
span { border-color: rgb(198,57,49); }
td.TdClassName
{
border-color: #C63931;
}
.TagClassName
{
border-color: #C63931;
}
</style>