Shades of Persian Red #C63834
Tints of Persian Red #C63834
RGB
CMYK
RGB Variations
Color information
#C63834 (or 0xC63834) is known color: Persian Red. HEX triplet: C6, 38 and 34. RGB value is (198,56,52). Sum of RGB (Red+Green+Blue) = 198+56+52=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C63834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63834 is #39C7CB. Grayscale: #626262. Windows color (decimal): -3786700 or 3422406. OLE color: 3422406.
HSL color Cylindrical-coordinate representation of color #C63834: hue angle of 1.64º 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 #C63834 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 52 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.22 |
| HSL | 1.64º | 0.58% | 0.49% | - |
| HSV(B) | 1.64º | 0.74% | 0.78% | - |
| XYZ | 25.32 | 15.08 | 4.83 | - |
| YUV | 98 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 52 | 0 | 0.72 | 0.74 | 0.22 | 1.64 | 0.58 | 0.49 |
| Hex | C6 | 38 | 34 | 0 | 48 | 4A | 16 | 2 | 3A | 31 |
| Octal | 306 | 70 | 64 | 0 | 110 | 112 | 26 | 2 | 72 | 61 |
| Binary | 11000110 | 111000 | 110100 | 0 | 1001000 | 1001010 | 10110 | 10 | 111010 | 110001 |
Color Harmonies of #C63834
Complementary color
Monochromatic Colors of #C63834
Black with #C63834
Text Example
Text Example
White with #C63834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63834; }
p { color: rgb(198,56,52); }
H1.HeaderClassName
{
color: #C63834;
}
.AnyTagClassName
{
color: #C63834;
}
</style>
background-color css
<style>
a { background-color: #C63834; }
a { background-color: rgb(198,56,52); }
div.DivClassName
{
background-color: #C63834;
}
.BgClassName
{
background-color: #C63834;
}
</style>
border-color css
<style>
span { border-color: #C63834; }
span { border-color: rgb(198,56,52); }
td.TdClassName
{
border-color: #C63834;
}
.TagClassName
{
border-color: #C63834;
}
</style>