Shades of Persian Red #C63330
Tints of Persian Red #C63330
RGB
CMYK
RGB Variations
Color information
#C63330 (or 0xC63330) is known color: Persian Red. HEX triplet: C6, 33 and 30. RGB value is (198,51,48). Sum of RGB (Red+Green+Blue) = 198+51+48=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C63330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63330 is #39CCCF. Grayscale: #5E5E5E. Windows color (decimal): -3787984 or 3158982. OLE color: 3158982.
HSL color Cylindrical-coordinate representation of color #C63330: hue angle of 1.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63330 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 48 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.22 |
| HSL | 1.2º | 0.61% | 0.48% | - |
| HSV(B) | 1.2º | 0.76% | 0.78% | - |
| XYZ | 25.01 | 14.59 | 4.29 | - |
| YUV | 94.61 | 101.7 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 48 | 0 | 0.74 | 0.76 | 0.22 | 1.2 | 0.61 | 0.48 |
| Hex | C6 | 33 | 30 | 0 | 4A | 4C | 16 | 1 | 3D | 30 |
| Octal | 306 | 63 | 60 | 0 | 112 | 114 | 26 | 1 | 75 | 60 |
| Binary | 11000110 | 110011 | 110000 | 0 | 1001010 | 1001100 | 10110 | 1 | 111101 | 110000 |
Color Harmonies of #C63330
Complementary color
Monochromatic Colors of #C63330
Black with #C63330
Text Example
Text Example
White with #C63330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63330; }
p { color: rgb(198,51,48); }
H1.HeaderClassName
{
color: #C63330;
}
.AnyTagClassName
{
color: #C63330;
}
</style>
background-color css
<style>
a { background-color: #C63330; }
a { background-color: rgb(198,51,48); }
div.DivClassName
{
background-color: #C63330;
}
.BgClassName
{
background-color: #C63330;
}
</style>
border-color css
<style>
span { border-color: #C63330; }
span { border-color: rgb(198,51,48); }
td.TdClassName
{
border-color: #C63330;
}
.TagClassName
{
border-color: #C63330;
}
</style>