Shades of Persian Red #C63A29
Tints of Persian Red #C63A29
RGB
CMYK
RGB Variations
Color information
#C63A29 (or 0xC63A29) is known color: Persian Red. HEX triplet: C6, 3A and 29. RGB value is (198,58,41). Sum of RGB (Red+Green+Blue) = 198+58+41=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A29 is #39C5D6. Grayscale: #626262. Windows color (decimal): -3786199 or 2702022. OLE color: 2702022.
HSL color Cylindrical-coordinate representation of color #C63A29: hue angle of 6.5º 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 #C63A29 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 41 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.22 |
| HSL | 6.5º | 0.66% | 0.47% | - |
| HSV(B) | 6.5º | 0.79% | 0.78% | - |
| XYZ | 25.2 | 15.19 | 3.7 | - |
| YUV | 97.92 | 95.88 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 41 | 0 | 0.71 | 0.79 | 0.22 | 6.5 | 0.66 | 0.47 |
| Hex | C6 | 3A | 29 | 0 | 47 | 4F | 16 | 6 | 42 | 2F |
| Octal | 306 | 72 | 51 | 0 | 107 | 117 | 26 | 6 | 102 | 57 |
| Binary | 11000110 | 111010 | 101001 | 0 | 1000111 | 1001111 | 10110 | 110 | 1000010 | 101111 |
Color Harmonies of #C63A29
Complementary color
Monochromatic Colors of #C63A29
Black with #C63A29
Text Example
Text Example
White with #C63A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A29; }
p { color: rgb(198,58,41); }
H1.HeaderClassName
{
color: #C63A29;
}
.AnyTagClassName
{
color: #C63A29;
}
</style>
background-color css
<style>
a { background-color: #C63A29; }
a { background-color: rgb(198,58,41); }
div.DivClassName
{
background-color: #C63A29;
}
.BgClassName
{
background-color: #C63A29;
}
</style>
border-color css
<style>
span { border-color: #C63A29; }
span { border-color: rgb(198,58,41); }
td.TdClassName
{
border-color: #C63A29;
}
.TagClassName
{
border-color: #C63A29;
}
</style>