Shades of Persian Red #C63E31
Tints of Persian Red #C63E31
RGB
CMYK
RGB Variations
Color information
#C63E31 (or 0xC63E31) is known color: Persian Red. HEX triplet: C6, 3E and 31. RGB value is (198,62,49). Sum of RGB (Red+Green+Blue) = 198+62+49=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63E31 is #39C1CE. Grayscale: #656565. Windows color (decimal): -3785167 or 3227334. OLE color: 3227334.
HSL color Cylindrical-coordinate representation of color #C63E31: hue angle of 5.23º 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 #C63E31 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 62 | 49 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.22 |
| HSL | 5.23º | 0.6% | 0.48% | - |
| HSV(B) | 5.23º | 0.75% | 0.78% | - |
| XYZ | 25.57 | 15.67 | 4.58 | - |
| YUV | 101.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 49 | 0 | 0.69 | 0.75 | 0.22 | 5.23 | 0.6 | 0.48 |
| Hex | C6 | 3E | 31 | 0 | 45 | 4B | 16 | 5 | 3C | 30 |
| Octal | 306 | 76 | 61 | 0 | 105 | 113 | 26 | 5 | 74 | 60 |
| Binary | 11000110 | 111110 | 110001 | 0 | 1000101 | 1001011 | 10110 | 101 | 111100 | 110000 |
Color Harmonies of #C63E31
Complementary color
Monochromatic Colors of #C63E31
Black with #C63E31
Text Example
Text Example
White with #C63E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63E31; }
p { color: rgb(198,62,49); }
H1.HeaderClassName
{
color: #C63E31;
}
.AnyTagClassName
{
color: #C63E31;
}
</style>
background-color css
<style>
a { background-color: #C63E31; }
a { background-color: rgb(198,62,49); }
div.DivClassName
{
background-color: #C63E31;
}
.BgClassName
{
background-color: #C63E31;
}
</style>
border-color css
<style>
span { border-color: #C63E31; }
span { border-color: rgb(198,62,49); }
td.TdClassName
{
border-color: #C63E31;
}
.TagClassName
{
border-color: #C63E31;
}
</style>