Shades of Persian Red #C63D32
Tints of Persian Red #C63D32
RGB
CMYK
RGB Variations
Color information
#C63D32 (or 0xC63D32) is known color: Persian Red. HEX triplet: C6, 3D and 32. RGB value is (198,61,50). Sum of RGB (Red+Green+Blue) = 198+61+50=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D32 is #39C2CD. Grayscale: #646464. Windows color (decimal): -3785422 or 3292614. OLE color: 3292614.
HSL color Cylindrical-coordinate representation of color #C63D32: hue angle of 4.46º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63D32 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 50 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.22 |
| HSL | 4.46º | 0.6% | 0.49% | - |
| HSV(B) | 4.46º | 0.75% | 0.78% | - |
| XYZ | 25.53 | 15.57 | 4.68 | - |
| YUV | 100.71 | 99.39 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 50 | 0 | 0.69 | 0.75 | 0.22 | 4.46 | 0.6 | 0.49 |
| Hex | C6 | 3D | 32 | 0 | 45 | 4B | 16 | 4 | 3C | 31 |
| Octal | 306 | 75 | 62 | 0 | 105 | 113 | 26 | 4 | 74 | 61 |
| Binary | 11000110 | 111101 | 110010 | 0 | 1000101 | 1001011 | 10110 | 100 | 111100 | 110001 |
Color Harmonies of #C63D32
Complementary color
Monochromatic Colors of #C63D32
Black with #C63D32
Text Example
Text Example
White with #C63D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D32; }
p { color: rgb(198,61,50); }
H1.HeaderClassName
{
color: #C63D32;
}
.AnyTagClassName
{
color: #C63D32;
}
</style>
background-color css
<style>
a { background-color: #C63D32; }
a { background-color: rgb(198,61,50); }
div.DivClassName
{
background-color: #C63D32;
}
.BgClassName
{
background-color: #C63D32;
}
</style>
border-color css
<style>
span { border-color: #C63D32; }
span { border-color: rgb(198,61,50); }
td.TdClassName
{
border-color: #C63D32;
}
.TagClassName
{
border-color: #C63D32;
}
</style>