Shades of Persian Red #C6342D
Tints of Persian Red #C6342D
RGB
CMYK
RGB Variations
Color information
#C6342D (or 0xC6342D) is known color: Persian Red. HEX triplet: C6, 34 and 2D. RGB value is (198,52,45). Sum of RGB (Red+Green+Blue) = 198+52+45=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C6342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6342D is #39CBD2. Grayscale: #5F5F5F. Windows color (decimal): -3787731 or 2962630. OLE color: 2962630.
HSL color Cylindrical-coordinate representation of color #C6342D: hue angle of 2.75º degrees, saturation: 0.63, 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 #C6342D is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 45 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.22 |
| HSL | 2.75º | 0.63% | 0.48% | - |
| HSV(B) | 2.75º | 0.77% | 0.78% | - |
| XYZ | 24.99 | 14.65 | 3.99 | - |
| YUV | 94.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 45 | 0 | 0.74 | 0.77 | 0.22 | 2.75 | 0.63 | 0.48 |
| Hex | C6 | 34 | 2D | 0 | 4A | 4D | 16 | 3 | 3F | 30 |
| Octal | 306 | 64 | 55 | 0 | 112 | 115 | 26 | 3 | 77 | 60 |
| Binary | 11000110 | 110100 | 101101 | 0 | 1001010 | 1001101 | 10110 | 11 | 111111 | 110000 |
Color Harmonies of #C6342D
Complementary color
Monochromatic Colors of #C6342D
Black with #C6342D
Text Example
Text Example
White with #C6342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6342D; }
p { color: rgb(198,52,45); }
H1.HeaderClassName
{
color: #C6342D;
}
.AnyTagClassName
{
color: #C6342D;
}
</style>
background-color css
<style>
a { background-color: #C6342D; }
a { background-color: rgb(198,52,45); }
div.DivClassName
{
background-color: #C6342D;
}
.BgClassName
{
background-color: #C6342D;
}
</style>
border-color css
<style>
span { border-color: #C6342D; }
span { border-color: rgb(198,52,45); }
td.TdClassName
{
border-color: #C6342D;
}
.TagClassName
{
border-color: #C6342D;
}
</style>