Shades of Persian Red #C63C32
Tints of Persian Red #C63C32
RGB
CMYK
RGB Variations
Color information
#C63C32 (or 0xC63C32) is known color: Persian Red. HEX triplet: C6, 3C and 32. RGB value is (198,60,50). Sum of RGB (Red+Green+Blue) = 198+60+50=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63C32 is #39C3CD. Grayscale: #646464. Windows color (decimal): -3785678 or 3292358. OLE color: 3292358.
HSL color Cylindrical-coordinate representation of color #C63C32: hue angle of 4.05º 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 #C63C32 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 50 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.22 |
| HSL | 4.05º | 0.6% | 0.49% | - |
| HSV(B) | 4.05º | 0.75% | 0.78% | - |
| XYZ | 25.48 | 15.47 | 4.66 | - |
| YUV | 100.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 50 | 0 | 0.70 | 0.75 | 0.22 | 4.05 | 0.6 | 0.49 |
| Hex | C6 | 3C | 32 | 0 | 46 | 4B | 16 | 4 | 3C | 31 |
| Octal | 306 | 74 | 62 | 0 | 106 | 113 | 26 | 4 | 74 | 61 |
| Binary | 11000110 | 111100 | 110010 | 0 | 1000110 | 1001011 | 10110 | 100 | 111100 | 110001 |
Color Harmonies of #C63C32
Complementary color
Monochromatic Colors of #C63C32
Black with #C63C32
Text Example
Text Example
White with #C63C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C32; }
p { color: rgb(198,60,50); }
H1.HeaderClassName
{
color: #C63C32;
}
.AnyTagClassName
{
color: #C63C32;
}
</style>
background-color css
<style>
a { background-color: #C63C32; }
a { background-color: rgb(198,60,50); }
div.DivClassName
{
background-color: #C63C32;
}
.BgClassName
{
background-color: #C63C32;
}
</style>
border-color css
<style>
span { border-color: #C63C32; }
span { border-color: rgb(198,60,50); }
td.TdClassName
{
border-color: #C63C32;
}
.TagClassName
{
border-color: #C63C32;
}
</style>