Shades of Persian Red #C63F34
Tints of Persian Red #C63F34
RGB
CMYK
RGB Variations
Color information
#C63F34 (or 0xC63F34) is known color: Persian Red. HEX triplet: C6, 3F and 34. RGB value is (198,63,52). Sum of RGB (Red+Green+Blue) = 198+63+52=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F34 is #39C0CB. Grayscale: #666666. Windows color (decimal): -3784908 or 3424198. OLE color: 3424198.
HSL color Cylindrical-coordinate representation of color #C63F34: hue angle of 4.52º 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 #C63F34 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 52 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.22 |
| HSL | 4.52º | 0.58% | 0.49% | - |
| HSV(B) | 4.52º | 0.74% | 0.78% | - |
| XYZ | 25.69 | 15.81 | 4.95 | - |
| YUV | 102.11 | 99.73 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 52 | 0 | 0.68 | 0.74 | 0.22 | 4.52 | 0.58 | 0.49 |
| Hex | C6 | 3F | 34 | 0 | 44 | 4A | 16 | 5 | 3A | 31 |
| Octal | 306 | 77 | 64 | 0 | 104 | 112 | 26 | 5 | 72 | 61 |
| Binary | 11000110 | 111111 | 110100 | 0 | 1000100 | 1001010 | 10110 | 101 | 111010 | 110001 |
Color Harmonies of #C63F34
Complementary color
Monochromatic Colors of #C63F34
Black with #C63F34
Text Example
Text Example
White with #C63F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F34; }
p { color: rgb(198,63,52); }
H1.HeaderClassName
{
color: #C63F34;
}
.AnyTagClassName
{
color: #C63F34;
}
</style>
background-color css
<style>
a { background-color: #C63F34; }
a { background-color: rgb(198,63,52); }
div.DivClassName
{
background-color: #C63F34;
}
.BgClassName
{
background-color: #C63F34;
}
</style>
border-color css
<style>
span { border-color: #C63F34; }
span { border-color: rgb(198,63,52); }
td.TdClassName
{
border-color: #C63F34;
}
.TagClassName
{
border-color: #C63F34;
}
</style>