Shades of Persian Red #C6302E
Tints of Persian Red #C6302E
RGB
CMYK
RGB Variations
Color information
#C6302E (or 0xC6302E) is known color: Persian Red. HEX triplet: C6, 30 and 2E. RGB value is (198,48,46). Sum of RGB (Red+Green+Blue) = 198+48+46=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6302E is #39CFD1. Grayscale: #5C5C5C. Windows color (decimal): -3788754 or 3027142. OLE color: 3027142.
HSL color Cylindrical-coordinate representation of color #C6302E: hue angle of 0.79º 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 #C6302E is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 46 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.22 |
| HSL | 0.79º | 0.62% | 0.48% | - |
| HSV(B) | 0.79º | 0.77% | 0.78% | - |
| XYZ | 24.84 | 14.32 | 4.04 | - |
| YUV | 92.62 | 101.7 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 46 | 0 | 0.76 | 0.77 | 0.22 | 0.79 | 0.62 | 0.48 |
| Hex | C6 | 30 | 2E | 0 | 4C | 4D | 16 | 1 | 3E | 30 |
| Octal | 306 | 60 | 56 | 0 | 114 | 115 | 26 | 1 | 76 | 60 |
| Binary | 11000110 | 110000 | 101110 | 0 | 1001100 | 1001101 | 10110 | 1 | 111110 | 110000 |
Color Harmonies of #C6302E
Complementary color
Monochromatic Colors of #C6302E
Black with #C6302E
Text Example
Text Example
White with #C6302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6302E; }
p { color: rgb(198,48,46); }
H1.HeaderClassName
{
color: #C6302E;
}
.AnyTagClassName
{
color: #C6302E;
}
</style>
background-color css
<style>
a { background-color: #C6302E; }
a { background-color: rgb(198,48,46); }
div.DivClassName
{
background-color: #C6302E;
}
.BgClassName
{
background-color: #C6302E;
}
</style>
border-color css
<style>
span { border-color: #C6302E; }
span { border-color: rgb(198,48,46); }
td.TdClassName
{
border-color: #C6302E;
}
.TagClassName
{
border-color: #C6302E;
}
</style>