Shades of Persian Red #C63933
Tints of Persian Red #C63933
RGB
CMYK
RGB Variations
Color information
#C63933 (or 0xC63933) is known color: Persian Red. HEX triplet: C6, 39 and 33. RGB value is (198,57,51). Sum of RGB (Red+Green+Blue) = 198+57+51=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C63933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63933 is #39C6CC. Grayscale: #626262. Windows color (decimal): -3786445 or 3357126. OLE color: 3357126.
HSL color Cylindrical-coordinate representation of color #C63933: hue angle of 2.45º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63933 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 51 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.22 |
| HSL | 2.45º | 0.59% | 0.49% | - |
| HSV(B) | 2.45º | 0.74% | 0.78% | - |
| XYZ | 25.35 | 15.17 | 4.72 | - |
| YUV | 98.48 | 101.21 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 51 | 0 | 0.71 | 0.74 | 0.22 | 2.45 | 0.59 | 0.49 |
| Hex | C6 | 39 | 33 | 0 | 47 | 4A | 16 | 2 | 3B | 31 |
| Octal | 306 | 71 | 63 | 0 | 107 | 112 | 26 | 2 | 73 | 61 |
| Binary | 11000110 | 111001 | 110011 | 0 | 1000111 | 1001010 | 10110 | 10 | 111011 | 110001 |
Color Harmonies of #C63933
Complementary color
Monochromatic Colors of #C63933
Black with #C63933
Text Example
Text Example
White with #C63933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63933; }
p { color: rgb(198,57,51); }
H1.HeaderClassName
{
color: #C63933;
}
.AnyTagClassName
{
color: #C63933;
}
</style>
background-color css
<style>
a { background-color: #C63933; }
a { background-color: rgb(198,57,51); }
div.DivClassName
{
background-color: #C63933;
}
.BgClassName
{
background-color: #C63933;
}
</style>
border-color css
<style>
span { border-color: #C63933; }
span { border-color: rgb(198,57,51); }
td.TdClassName
{
border-color: #C63933;
}
.TagClassName
{
border-color: #C63933;
}
</style>