Shades of Persian Red #C6382C
Tints of Persian Red #C6382C
RGB
CMYK
RGB Variations
Color information
#C6382C (or 0xC6382C) is known color: Persian Red. HEX triplet: C6, 38 and 2C. RGB value is (198,56,44). Sum of RGB (Red+Green+Blue) = 198+56+44=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C6382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6382C is #39C7D3. Grayscale: #616161. Windows color (decimal): -3786708 or 2898118. OLE color: 2898118.
HSL color Cylindrical-coordinate representation of color #C6382C: hue angle of 4.68º 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 #C6382C is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 44 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.22 |
| HSL | 4.68º | 0.64% | 0.47% | - |
| HSV(B) | 4.68º | 0.78% | 0.78% | - |
| XYZ | 25.16 | 15.02 | 3.96 | - |
| YUV | 97.09 | 98.04 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 44 | 0 | 0.72 | 0.78 | 0.22 | 4.68 | 0.64 | 0.47 |
| Hex | C6 | 38 | 2C | 0 | 48 | 4E | 16 | 5 | 40 | 2F |
| Octal | 306 | 70 | 54 | 0 | 110 | 116 | 26 | 5 | 100 | 57 |
| Binary | 11000110 | 111000 | 101100 | 0 | 1001000 | 1001110 | 10110 | 101 | 1000000 | 101111 |
Color Harmonies of #C6382C
Complementary color
Monochromatic Colors of #C6382C
Black with #C6382C
Text Example
Text Example
White with #C6382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6382C; }
p { color: rgb(198,56,44); }
H1.HeaderClassName
{
color: #C6382C;
}
.AnyTagClassName
{
color: #C6382C;
}
</style>
background-color css
<style>
a { background-color: #C6382C; }
a { background-color: rgb(198,56,44); }
div.DivClassName
{
background-color: #C6382C;
}
.BgClassName
{
background-color: #C6382C;
}
</style>
border-color css
<style>
span { border-color: #C6382C; }
span { border-color: rgb(198,56,44); }
td.TdClassName
{
border-color: #C6382C;
}
.TagClassName
{
border-color: #C6382C;
}
</style>