Shades of Persian Red #C63A38
Tints of Persian Red #C63A38
RGB
CMYK
RGB Variations
Color information
#C63A38 (or 0xC63A38) is known color: Persian Red. HEX triplet: C6, 3A and 38. RGB value is (198,58,56). Sum of RGB (Red+Green+Blue) = 198+58+56=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A38 is #39C5C7. Grayscale: #636363. Windows color (decimal): -3786184 or 3685062. OLE color: 3685062.
HSL color Cylindrical-coordinate representation of color #C63A38: hue angle of 0.85º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63A38 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 56 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.22 |
| HSL | 0.85º | 0.56% | 0.5% | - |
| HSV(B) | 0.85º | 0.72% | 0.78% | - |
| XYZ | 25.52 | 15.32 | 5.35 | - |
| YUV | 99.63 | 103.38 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 56 | 0 | 0.71 | 0.72 | 0.22 | 0.85 | 0.56 | 0.5 |
| Hex | C6 | 3A | 38 | 0 | 47 | 48 | 16 | 1 | 38 | 32 |
| Octal | 306 | 72 | 70 | 0 | 107 | 110 | 26 | 1 | 70 | 62 |
| Binary | 11000110 | 111010 | 111000 | 0 | 1000111 | 1001000 | 10110 | 1 | 111000 | 110010 |
Color Harmonies of #C63A38
Complementary color
Monochromatic Colors of #C63A38
Black with #C63A38
Text Example
Text Example
White with #C63A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A38; }
p { color: rgb(198,58,56); }
H1.HeaderClassName
{
color: #C63A38;
}
.AnyTagClassName
{
color: #C63A38;
}
</style>
background-color css
<style>
a { background-color: #C63A38; }
a { background-color: rgb(198,58,56); }
div.DivClassName
{
background-color: #C63A38;
}
.BgClassName
{
background-color: #C63A38;
}
</style>
border-color css
<style>
span { border-color: #C63A38; }
span { border-color: rgb(198,58,56); }
td.TdClassName
{
border-color: #C63A38;
}
.TagClassName
{
border-color: #C63A38;
}
</style>