Shades of Persian Red #C63231
Tints of Persian Red #C63231
RGB
CMYK
RGB Variations
Color information
#C63231 (or 0xC63231) is known color: Persian Red. HEX triplet: C6, 32 and 31. RGB value is (198,50,49). Sum of RGB (Red+Green+Blue) = 198+50+49=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C63231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63231 is #39CDCE. Grayscale: #5E5E5E. Windows color (decimal): -3788239 or 3224262. OLE color: 3224262.
HSL color Cylindrical-coordinate representation of color #C63231: hue angle of 0.4º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63231 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 49 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.22 |
| HSL | 0.4º | 0.6% | 0.48% | - |
| HSV(B) | 0.4º | 0.75% | 0.78% | - |
| XYZ | 24.98 | 14.51 | 4.39 | - |
| YUV | 94.14 | 102.53 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 49 | 0 | 0.75 | 0.75 | 0.22 | 0.4 | 0.6 | 0.48 |
| Hex | C6 | 32 | 31 | 0 | 4B | 4B | 16 | 0 | 3C | 30 |
| Octal | 306 | 62 | 61 | 0 | 113 | 113 | 26 | 0 | 74 | 60 |
| Binary | 11000110 | 110010 | 110001 | 0 | 1001011 | 1001011 | 10110 | 0 | 111100 | 110000 |
Color Harmonies of #C63231
Complementary color
Monochromatic Colors of #C63231
Black with #C63231
Text Example
Text Example
White with #C63231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63231; }
p { color: rgb(198,50,49); }
H1.HeaderClassName
{
color: #C63231;
}
.AnyTagClassName
{
color: #C63231;
}
</style>
background-color css
<style>
a { background-color: #C63231; }
a { background-color: rgb(198,50,49); }
div.DivClassName
{
background-color: #C63231;
}
.BgClassName
{
background-color: #C63231;
}
</style>
border-color css
<style>
span { border-color: #C63231; }
span { border-color: rgb(198,50,49); }
td.TdClassName
{
border-color: #C63231;
}
.TagClassName
{
border-color: #C63231;
}
</style>