Shades of Persian Red #C6332E
Tints of Persian Red #C6332E
RGB
CMYK
RGB Variations
Color information
#C6332E (or 0xC6332E) is known color: Persian Red. HEX triplet: C6, 33 and 2E. RGB value is (198,51,46). Sum of RGB (Red+Green+Blue) = 198+51+46=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C6332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6332E is #39CCD1. Grayscale: #5E5E5E. Windows color (decimal): -3787986 or 3027910. OLE color: 3027910.
HSL color Cylindrical-coordinate representation of color #C6332E: hue angle of 1.97º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6332E is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 46 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.22 |
| HSL | 1.97º | 0.62% | 0.48% | - |
| HSV(B) | 1.97º | 0.77% | 0.78% | - |
| XYZ | 24.97 | 14.57 | 4.08 | - |
| YUV | 94.38 | 100.7 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 46 | 0 | 0.74 | 0.77 | 0.22 | 1.97 | 0.62 | 0.48 |
| Hex | C6 | 33 | 2E | 0 | 4A | 4D | 16 | 2 | 3E | 30 |
| Octal | 306 | 63 | 56 | 0 | 112 | 115 | 26 | 2 | 76 | 60 |
| Binary | 11000110 | 110011 | 101110 | 0 | 1001010 | 1001101 | 10110 | 10 | 111110 | 110000 |
Color Harmonies of #C6332E
Complementary color
Monochromatic Colors of #C6332E
Black with #C6332E
Text Example
Text Example
White with #C6332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6332E; }
p { color: rgb(198,51,46); }
H1.HeaderClassName
{
color: #C6332E;
}
.AnyTagClassName
{
color: #C6332E;
}
</style>
background-color css
<style>
a { background-color: #C6332E; }
a { background-color: rgb(198,51,46); }
div.DivClassName
{
background-color: #C6332E;
}
.BgClassName
{
background-color: #C6332E;
}
</style>
border-color css
<style>
span { border-color: #C6332E; }
span { border-color: rgb(198,51,46); }
td.TdClassName
{
border-color: #C6332E;
}
.TagClassName
{
border-color: #C6332E;
}
</style>