Shades of Persian Red #C63938
Tints of Persian Red #C63938
RGB
CMYK
RGB Variations
Color information
#C63938 (or 0xC63938) is known color: Persian Red. HEX triplet: C6, 39 and 38. RGB value is (198,57,56). Sum of RGB (Red+Green+Blue) = 198+57+56=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C63938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63938 is #39C6C7. Grayscale: #636363. Windows color (decimal): -3786440 or 3684806. OLE color: 3684806.
HSL color Cylindrical-coordinate representation of color #C63938: hue angle of 0.42º 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 #C63938 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 56 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.22 |
| HSL | 0.42º | 0.56% | 0.5% | - |
| HSV(B) | 0.42º | 0.72% | 0.78% | - |
| XYZ | 25.47 | 15.22 | 5.34 | - |
| YUV | 99.05 | 103.71 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 56 | 0 | 0.71 | 0.72 | 0.22 | 0.42 | 0.56 | 0.5 |
| Hex | C6 | 39 | 38 | 0 | 47 | 48 | 16 | 0 | 38 | 32 |
| Octal | 306 | 71 | 70 | 0 | 107 | 110 | 26 | 0 | 70 | 62 |
| Binary | 11000110 | 111001 | 111000 | 0 | 1000111 | 1001000 | 10110 | 0 | 111000 | 110010 |
Color Harmonies of #C63938
Complementary color
Monochromatic Colors of #C63938
Black with #C63938
Text Example
Text Example
White with #C63938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63938; }
p { color: rgb(198,57,56); }
H1.HeaderClassName
{
color: #C63938;
}
.AnyTagClassName
{
color: #C63938;
}
</style>
background-color css
<style>
a { background-color: #C63938; }
a { background-color: rgb(198,57,56); }
div.DivClassName
{
background-color: #C63938;
}
.BgClassName
{
background-color: #C63938;
}
</style>
border-color css
<style>
span { border-color: #C63938; }
span { border-color: rgb(198,57,56); }
td.TdClassName
{
border-color: #C63938;
}
.TagClassName
{
border-color: #C63938;
}
</style>