Shades of Persian Red #C63F38
Tints of Persian Red #C63F38
RGB
CMYK
RGB Variations
Color information
#C63F38 (or 0xC63F38) is known color: Persian Red. HEX triplet: C6, 3F and 38. RGB value is (198,63,56). Sum of RGB (Red+Green+Blue) = 198+63+56=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F38 is #39C0C7. Grayscale: #666666. Windows color (decimal): -3784904 or 3686342. OLE color: 3686342.
HSL color Cylindrical-coordinate representation of color #C63F38: hue angle of 2.96º 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 #C63F38 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 56 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.22 |
| HSL | 2.96º | 0.56% | 0.5% | - |
| HSV(B) | 2.96º | 0.72% | 0.78% | - |
| XYZ | 25.78 | 15.85 | 5.44 | - |
| YUV | 102.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 56 | 0 | 0.68 | 0.72 | 0.22 | 2.96 | 0.56 | 0.5 |
| Hex | C6 | 3F | 38 | 0 | 44 | 48 | 16 | 3 | 38 | 32 |
| Octal | 306 | 77 | 70 | 0 | 104 | 110 | 26 | 3 | 70 | 62 |
| Binary | 11000110 | 111111 | 111000 | 0 | 1000100 | 1001000 | 10110 | 11 | 111000 | 110010 |
Color Harmonies of #C63F38
Complementary color
Monochromatic Colors of #C63F38
Black with #C63F38
Text Example
Text Example
White with #C63F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F38; }
p { color: rgb(198,63,56); }
H1.HeaderClassName
{
color: #C63F38;
}
.AnyTagClassName
{
color: #C63F38;
}
</style>
background-color css
<style>
a { background-color: #C63F38; }
a { background-color: rgb(198,63,56); }
div.DivClassName
{
background-color: #C63F38;
}
.BgClassName
{
background-color: #C63F38;
}
</style>
border-color css
<style>
span { border-color: #C63F38; }
span { border-color: rgb(198,63,56); }
td.TdClassName
{
border-color: #C63F38;
}
.TagClassName
{
border-color: #C63F38;
}
</style>