Shades of Persian Red #C6352C
Tints of Persian Red #C6352C
RGB
CMYK
RGB Variations
Color information
#C6352C (or 0xC6352C) is known color: Persian Red. HEX triplet: C6, 35 and 2C. RGB value is (198,53,44). Sum of RGB (Red+Green+Blue) = 198+53+44=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C6352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6352C is #39CAD3. Grayscale: #5F5F5F. Windows color (decimal): -3787476 or 2897350. OLE color: 2897350.
HSL color Cylindrical-coordinate representation of color #C6352C: hue angle of 3.51º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6352C is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 44 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.22 |
| HSL | 3.51º | 0.64% | 0.47% | - |
| HSV(B) | 3.51º | 0.78% | 0.78% | - |
| XYZ | 25.02 | 14.73 | 3.91 | - |
| YUV | 95.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 44 | 0 | 0.73 | 0.78 | 0.22 | 3.51 | 0.64 | 0.47 |
| Hex | C6 | 35 | 2C | 0 | 49 | 4E | 16 | 4 | 40 | 2F |
| Octal | 306 | 65 | 54 | 0 | 111 | 116 | 26 | 4 | 100 | 57 |
| Binary | 11000110 | 110101 | 101100 | 0 | 1001001 | 1001110 | 10110 | 100 | 1000000 | 101111 |
Color Harmonies of #C6352C
Complementary color
Monochromatic Colors of #C6352C
Black with #C6352C
Text Example
Text Example
White with #C6352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6352C; }
p { color: rgb(198,53,44); }
H1.HeaderClassName
{
color: #C6352C;
}
.AnyTagClassName
{
color: #C6352C;
}
</style>
background-color css
<style>
a { background-color: #C6352C; }
a { background-color: rgb(198,53,44); }
div.DivClassName
{
background-color: #C6352C;
}
.BgClassName
{
background-color: #C6352C;
}
</style>
border-color css
<style>
span { border-color: #C6352C; }
span { border-color: rgb(198,53,44); }
td.TdClassName
{
border-color: #C6352C;
}
.TagClassName
{
border-color: #C6352C;
}
</style>