Shades of Persian Red #C63B32
Tints of Persian Red #C63B32
RGB
CMYK
RGB Variations
Color information
#C63B32 (or 0xC63B32) is known color: Persian Red. HEX triplet: C6, 3B and 32. RGB value is (198,59,50). Sum of RGB (Red+Green+Blue) = 198+59+50=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B32 is #39C4CD. Grayscale: #636363. Windows color (decimal): -3785934 or 3292102. OLE color: 3292102.
HSL color Cylindrical-coordinate representation of color #C63B32: hue angle of 3.65º 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 #C63B32 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 50 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.22 |
| HSL | 3.65º | 0.6% | 0.49% | - |
| HSV(B) | 3.65º | 0.75% | 0.78% | - |
| XYZ | 25.43 | 15.36 | 4.64 | - |
| YUV | 99.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 50 | 0 | 0.70 | 0.75 | 0.22 | 3.65 | 0.6 | 0.49 |
| Hex | C6 | 3B | 32 | 0 | 46 | 4B | 16 | 4 | 3C | 31 |
| Octal | 306 | 73 | 62 | 0 | 106 | 113 | 26 | 4 | 74 | 61 |
| Binary | 11000110 | 111011 | 110010 | 0 | 1000110 | 1001011 | 10110 | 100 | 111100 | 110001 |
Color Harmonies of #C63B32
Complementary color
Monochromatic Colors of #C63B32
Black with #C63B32
Text Example
Text Example
White with #C63B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B32; }
p { color: rgb(198,59,50); }
H1.HeaderClassName
{
color: #C63B32;
}
.AnyTagClassName
{
color: #C63B32;
}
</style>
background-color css
<style>
a { background-color: #C63B32; }
a { background-color: rgb(198,59,50); }
div.DivClassName
{
background-color: #C63B32;
}
.BgClassName
{
background-color: #C63B32;
}
</style>
border-color css
<style>
span { border-color: #C63B32; }
span { border-color: rgb(198,59,50); }
td.TdClassName
{
border-color: #C63B32;
}
.TagClassName
{
border-color: #C63B32;
}
</style>