Shades of Persian Red #C63935
Tints of Persian Red #C63935
RGB
CMYK
RGB Variations
Color information
#C63935 (or 0xC63935) is known color: Persian Red. HEX triplet: C6, 39 and 35. RGB value is (198,57,53). Sum of RGB (Red+Green+Blue) = 198+57+53=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C63935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63935 is #39C6CA. Grayscale: #626262. Windows color (decimal): -3786443 or 3488198. OLE color: 3488198.
HSL color Cylindrical-coordinate representation of color #C63935: hue angle of 1.66º 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 #C63935 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 53 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.22 |
| HSL | 1.66º | 0.58% | 0.49% | - |
| HSV(B) | 1.66º | 0.73% | 0.78% | - |
| XYZ | 25.39 | 15.19 | 4.96 | - |
| YUV | 98.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 53 | 0 | 0.71 | 0.73 | 0.22 | 1.66 | 0.58 | 0.49 |
| Hex | C6 | 39 | 35 | 0 | 47 | 49 | 16 | 2 | 3A | 31 |
| Octal | 306 | 71 | 65 | 0 | 107 | 111 | 26 | 2 | 72 | 61 |
| Binary | 11000110 | 111001 | 110101 | 0 | 1000111 | 1001001 | 10110 | 10 | 111010 | 110001 |
Color Harmonies of #C63935
Complementary color
Monochromatic Colors of #C63935
Black with #C63935
Text Example
Text Example
White with #C63935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63935; }
p { color: rgb(198,57,53); }
H1.HeaderClassName
{
color: #C63935;
}
.AnyTagClassName
{
color: #C63935;
}
</style>
background-color css
<style>
a { background-color: #C63935; }
a { background-color: rgb(198,57,53); }
div.DivClassName
{
background-color: #C63935;
}
.BgClassName
{
background-color: #C63935;
}
</style>
border-color css
<style>
span { border-color: #C63935; }
span { border-color: rgb(198,57,53); }
td.TdClassName
{
border-color: #C63935;
}
.TagClassName
{
border-color: #C63935;
}
</style>