Shades of Persian Red #C63E35
Tints of Persian Red #C63E35
RGB
CMYK
RGB Variations
Color information
#C63E35 (or 0xC63E35) is known color: Persian Red. HEX triplet: C6, 3E and 35. RGB value is (198,62,53). Sum of RGB (Red+Green+Blue) = 198+62+53=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63E35 is #39C1CA. Grayscale: #656565. Windows color (decimal): -3785163 or 3489478. OLE color: 3489478.
HSL color Cylindrical-coordinate representation of color #C63E35: hue angle of 3.72º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63E35 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 62 | 53 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.22 |
| HSL | 3.72º | 0.58% | 0.49% | - |
| HSV(B) | 3.72º | 0.73% | 0.78% | - |
| XYZ | 25.65 | 15.71 | 5.05 | - |
| YUV | 101.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 53 | 0 | 0.69 | 0.73 | 0.22 | 3.72 | 0.58 | 0.49 |
| Hex | C6 | 3E | 35 | 0 | 45 | 49 | 16 | 4 | 3A | 31 |
| Octal | 306 | 76 | 65 | 0 | 105 | 111 | 26 | 4 | 72 | 61 |
| Binary | 11000110 | 111110 | 110101 | 0 | 1000101 | 1001001 | 10110 | 100 | 111010 | 110001 |
Color Harmonies of #C63E35
Complementary color
Monochromatic Colors of #C63E35
Black with #C63E35
Text Example
Text Example
White with #C63E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63E35; }
p { color: rgb(198,62,53); }
H1.HeaderClassName
{
color: #C63E35;
}
.AnyTagClassName
{
color: #C63E35;
}
</style>
background-color css
<style>
a { background-color: #C63E35; }
a { background-color: rgb(198,62,53); }
div.DivClassName
{
background-color: #C63E35;
}
.BgClassName
{
background-color: #C63E35;
}
</style>
border-color css
<style>
span { border-color: #C63E35; }
span { border-color: rgb(198,62,53); }
td.TdClassName
{
border-color: #C63E35;
}
.TagClassName
{
border-color: #C63E35;
}
</style>