Shades of Persian Red #C63C2C
Tints of Persian Red #C63C2C
RGB
CMYK
RGB Variations
Color information
#C63C2C (or 0xC63C2C) is known color: Persian Red. HEX triplet: C6, 3C and 2C. RGB value is (198,60,44). Sum of RGB (Red+Green+Blue) = 198+60+44=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63C2C is #39C3D3. Grayscale: #636363. Windows color (decimal): -3785684 or 2899142. OLE color: 2899142.
HSL color Cylindrical-coordinate representation of color #C63C2C: hue angle of 6.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C63C2C is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 44 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.22 |
| HSL | 6.23º | 0.64% | 0.47% | - |
| HSV(B) | 6.23º | 0.78% | 0.78% | - |
| XYZ | 25.36 | 15.42 | 4.02 | - |
| YUV | 99.44 | 96.72 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 44 | 0 | 0.70 | 0.78 | 0.22 | 6.23 | 0.64 | 0.47 |
| Hex | C6 | 3C | 2C | 0 | 46 | 4E | 16 | 6 | 40 | 2F |
| Octal | 306 | 74 | 54 | 0 | 106 | 116 | 26 | 6 | 100 | 57 |
| Binary | 11000110 | 111100 | 101100 | 0 | 1000110 | 1001110 | 10110 | 110 | 1000000 | 101111 |
Color Harmonies of #C63C2C
Complementary color
Monochromatic Colors of #C63C2C
Black with #C63C2C
Text Example
Text Example
White with #C63C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C2C; }
p { color: rgb(198,60,44); }
H1.HeaderClassName
{
color: #C63C2C;
}
.AnyTagClassName
{
color: #C63C2C;
}
</style>
background-color css
<style>
a { background-color: #C63C2C; }
a { background-color: rgb(198,60,44); }
div.DivClassName
{
background-color: #C63C2C;
}
.BgClassName
{
background-color: #C63C2C;
}
</style>
border-color css
<style>
span { border-color: #C63C2C; }
span { border-color: rgb(198,60,44); }
td.TdClassName
{
border-color: #C63C2C;
}
.TagClassName
{
border-color: #C63C2C;
}
</style>