Shades of Persian Red #C63E29
Tints of Persian Red #C63E29
RGB
CMYK
RGB Variations
Color information
#C63E29 (or 0xC63E29) is known color: Persian Red. HEX triplet: C6, 3E and 29. RGB value is (198,62,41). Sum of RGB (Red+Green+Blue) = 198+62+41=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63E29 is #39C1D6. Grayscale: #646464. Windows color (decimal): -3785175 or 2703046. OLE color: 2703046.
HSL color Cylindrical-coordinate representation of color #C63E29: hue angle of 8.03º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C63E29 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 62 | 41 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.22 |
| HSL | 8.03º | 0.66% | 0.47% | - |
| HSV(B) | 8.03º | 0.79% | 0.78% | - |
| XYZ | 25.41 | 15.61 | 3.77 | - |
| YUV | 100.27 | 94.56 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 41 | 0 | 0.69 | 0.79 | 0.22 | 8.03 | 0.66 | 0.47 |
| Hex | C6 | 3E | 29 | 0 | 45 | 4F | 16 | 8 | 42 | 2F |
| Octal | 306 | 76 | 51 | 0 | 105 | 117 | 26 | 10 | 102 | 57 |
| Binary | 11000110 | 111110 | 101001 | 0 | 1000101 | 1001111 | 10110 | 1000 | 1000010 | 101111 |
Color Harmonies of #C63E29
Complementary color
Monochromatic Colors of #C63E29
Black with #C63E29
Text Example
Text Example
White with #C63E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63E29; }
p { color: rgb(198,62,41); }
H1.HeaderClassName
{
color: #C63E29;
}
.AnyTagClassName
{
color: #C63E29;
}
</style>
background-color css
<style>
a { background-color: #C63E29; }
a { background-color: rgb(198,62,41); }
div.DivClassName
{
background-color: #C63E29;
}
.BgClassName
{
background-color: #C63E29;
}
</style>
border-color css
<style>
span { border-color: #C63E29; }
span { border-color: rgb(198,62,41); }
td.TdClassName
{
border-color: #C63E29;
}
.TagClassName
{
border-color: #C63E29;
}
</style>