Shades of Persian Red #C6413D
Tints of Persian Red #C6413D
RGB
CMYK
RGB Variations
Color information
#C6413D (or 0xC6413D) is known color: Persian Red. HEX triplet: C6, 41 and 3D. RGB value is (198,65,61). Sum of RGB (Red+Green+Blue) = 198+65+61=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6413D is #39BEC2. Grayscale: #686868. Windows color (decimal): -3784387 or 4014534. OLE color: 4014534.
HSL color Cylindrical-coordinate representation of color #C6413D: hue angle of 1.75º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6413D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 61 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.22 |
| HSL | 1.75º | 0.55% | 0.51% | - |
| HSV(B) | 1.75º | 0.69% | 0.78% | - |
| XYZ | 26.02 | 16.12 | 6.16 | - |
| YUV | 104.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 61 | 0 | 0.67 | 0.69 | 0.22 | 1.75 | 0.55 | 0.51 |
| Hex | C6 | 41 | 3D | 0 | 43 | 45 | 16 | 2 | 37 | 33 |
| Octal | 306 | 101 | 75 | 0 | 103 | 105 | 26 | 2 | 67 | 63 |
| Binary | 11000110 | 1000001 | 111101 | 0 | 1000011 | 1000101 | 10110 | 10 | 110111 | 110011 |
Color Harmonies of #C6413D
Complementary color
Monochromatic Colors of #C6413D
Black with #C6413D
Text Example
Text Example
White with #C6413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6413D; }
p { color: rgb(198,65,61); }
H1.HeaderClassName
{
color: #C6413D;
}
.AnyTagClassName
{
color: #C6413D;
}
</style>
background-color css
<style>
a { background-color: #C6413D; }
a { background-color: rgb(198,65,61); }
div.DivClassName
{
background-color: #C6413D;
}
.BgClassName
{
background-color: #C6413D;
}
</style>
border-color css
<style>
span { border-color: #C6413D; }
span { border-color: rgb(198,65,61); }
td.TdClassName
{
border-color: #C6413D;
}
.TagClassName
{
border-color: #C6413D;
}
</style>