Shades of Persian Red #C53633
Tints of Persian Red #C53633
RGB
CMYK
RGB Variations
Color information
#C53633 (or 0xC53633) is known color: Persian Red. HEX triplet: C5, 36 and 33. RGB value is (197,54,51). Sum of RGB (Red+Green+Blue) = 197+54+51=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C53633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53633 is #3AC9CC. Grayscale: #606060. Windows color (decimal): -3852749 or 3356357. OLE color: 3356357.
HSL color Cylindrical-coordinate representation of color #C53633: hue angle of 1.23º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53633 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 51 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.23 |
| HSL | 1.23º | 0.59% | 0.49% | - |
| HSV(B) | 1.23º | 0.74% | 0.77% | - |
| XYZ | 24.94 | 14.75 | 4.66 | - |
| YUV | 96.42 | 102.38 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 51 | 0 | 0.73 | 0.74 | 0.23 | 1.23 | 0.59 | 0.49 |
| Hex | C5 | 36 | 33 | 0 | 49 | 4A | 17 | 1 | 3B | 31 |
| Octal | 305 | 66 | 63 | 0 | 111 | 112 | 27 | 1 | 73 | 61 |
| Binary | 11000101 | 110110 | 110011 | 0 | 1001001 | 1001010 | 10111 | 1 | 111011 | 110001 |
Color Harmonies of #C53633
Complementary color
Monochromatic Colors of #C53633
Black with #C53633
Text Example
Text Example
White with #C53633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53633; }
p { color: rgb(197,54,51); }
H1.HeaderClassName
{
color: #C53633;
}
.AnyTagClassName
{
color: #C53633;
}
</style>
background-color css
<style>
a { background-color: #C53633; }
a { background-color: rgb(197,54,51); }
div.DivClassName
{
background-color: #C53633;
}
.BgClassName
{
background-color: #C53633;
}
</style>
border-color css
<style>
span { border-color: #C53633; }
span { border-color: rgb(197,54,51); }
td.TdClassName
{
border-color: #C53633;
}
.TagClassName
{
border-color: #C53633;
}
</style>