Shades of Persian Red #C63D39
Tints of Persian Red #C63D39
RGB
CMYK
RGB Variations
Color information
#C63D39 (or 0xC63D39) is known color: Persian Red. HEX triplet: C6, 3D and 39. RGB value is (198,61,57). Sum of RGB (Red+Green+Blue) = 198+61+57=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D39 is #39C2C6. Grayscale: #656565. Windows color (decimal): -3785415 or 3751366. OLE color: 3751366.
HSL color Cylindrical-coordinate representation of color #C63D39: hue angle of 1.7º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63D39 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 57 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.22 |
| HSL | 1.7º | 0.55% | 0.5% | - |
| HSV(B) | 1.7º | 0.71% | 0.78% | - |
| XYZ | 25.7 | 15.64 | 5.54 | - |
| YUV | 101.51 | 102.89 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 57 | 0 | 0.69 | 0.71 | 0.22 | 1.7 | 0.55 | 0.5 |
| Hex | C6 | 3D | 39 | 0 | 45 | 47 | 16 | 2 | 37 | 32 |
| Octal | 306 | 75 | 71 | 0 | 105 | 107 | 26 | 2 | 67 | 62 |
| Binary | 11000110 | 111101 | 111001 | 0 | 1000101 | 1000111 | 10110 | 10 | 110111 | 110010 |
Color Harmonies of #C63D39
Complementary color
Monochromatic Colors of #C63D39
Black with #C63D39
Text Example
Text Example
White with #C63D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D39; }
p { color: rgb(198,61,57); }
H1.HeaderClassName
{
color: #C63D39;
}
.AnyTagClassName
{
color: #C63D39;
}
</style>
background-color css
<style>
a { background-color: #C63D39; }
a { background-color: rgb(198,61,57); }
div.DivClassName
{
background-color: #C63D39;
}
.BgClassName
{
background-color: #C63D39;
}
</style>
border-color css
<style>
span { border-color: #C63D39; }
span { border-color: rgb(198,61,57); }
td.TdClassName
{
border-color: #C63D39;
}
.TagClassName
{
border-color: #C63D39;
}
</style>