Shades of Persian Red #C63E34
Tints of Persian Red #C63E34
RGB
CMYK
RGB Variations
Color information
#C63E34 (or 0xC63E34) is known color: Persian Red. HEX triplet: C6, 3E and 34. RGB value is (198,62,52). Sum of RGB (Red+Green+Blue) = 198+62+52=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63E34 is #39C1CB. Grayscale: #656565. Windows color (decimal): -3785164 or 3423942. OLE color: 3423942.
HSL color Cylindrical-coordinate representation of color #C63E34: hue angle of 4.11º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63E34 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 62 | 52 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.22 |
| HSL | 4.11º | 0.58% | 0.49% | - |
| HSV(B) | 4.11º | 0.74% | 0.78% | - |
| XYZ | 25.63 | 15.7 | 4.93 | - |
| YUV | 101.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 52 | 0 | 0.69 | 0.74 | 0.22 | 4.11 | 0.58 | 0.49 |
| Hex | C6 | 3E | 34 | 0 | 45 | 4A | 16 | 4 | 3A | 31 |
| Octal | 306 | 76 | 64 | 0 | 105 | 112 | 26 | 4 | 72 | 61 |
| Binary | 11000110 | 111110 | 110100 | 0 | 1000101 | 1001010 | 10110 | 100 | 111010 | 110001 |
Color Harmonies of #C63E34
Complementary color
Monochromatic Colors of #C63E34
Black with #C63E34
Text Example
Text Example
White with #C63E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63E34; }
p { color: rgb(198,62,52); }
H1.HeaderClassName
{
color: #C63E34;
}
.AnyTagClassName
{
color: #C63E34;
}
</style>
background-color css
<style>
a { background-color: #C63E34; }
a { background-color: rgb(198,62,52); }
div.DivClassName
{
background-color: #C63E34;
}
.BgClassName
{
background-color: #C63E34;
}
</style>
border-color css
<style>
span { border-color: #C63E34; }
span { border-color: rgb(198,62,52); }
td.TdClassName
{
border-color: #C63E34;
}
.TagClassName
{
border-color: #C63E34;
}
</style>