Shades of Persian Red #C53833
Tints of Persian Red #C53833
RGB
CMYK
RGB Variations
Color information
#C53833 (or 0xC53833) is known color: Persian Red. HEX triplet: C5, 38 and 33. RGB value is (197,56,51). Sum of RGB (Red+Green+Blue) = 197+56+51=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C53833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53833 is #3AC7CC. Grayscale: #616161. Windows color (decimal): -3852237 or 3356869. OLE color: 3356869.
HSL color Cylindrical-coordinate representation of color #C53833: hue angle of 2.05º 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 #C53833 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 51 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.23 |
| HSL | 2.05º | 0.59% | 0.49% | - |
| HSV(B) | 2.05º | 0.74% | 0.77% | - |
| XYZ | 25.04 | 14.94 | 4.7 | - |
| YUV | 97.59 | 101.71 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 51 | 0 | 0.72 | 0.74 | 0.23 | 2.05 | 0.59 | 0.49 |
| Hex | C5 | 38 | 33 | 0 | 48 | 4A | 17 | 2 | 3B | 31 |
| Octal | 305 | 70 | 63 | 0 | 110 | 112 | 27 | 2 | 73 | 61 |
| Binary | 11000101 | 111000 | 110011 | 0 | 1001000 | 1001010 | 10111 | 10 | 111011 | 110001 |
Color Harmonies of #C53833
Complementary color
Monochromatic Colors of #C53833
Black with #C53833
Text Example
Text Example
White with #C53833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53833; }
p { color: rgb(197,56,51); }
H1.HeaderClassName
{
color: #C53833;
}
.AnyTagClassName
{
color: #C53833;
}
</style>
background-color css
<style>
a { background-color: #C53833; }
a { background-color: rgb(197,56,51); }
div.DivClassName
{
background-color: #C53833;
}
.BgClassName
{
background-color: #C53833;
}
</style>
border-color css
<style>
span { border-color: #C53833; }
span { border-color: rgb(197,56,51); }
td.TdClassName
{
border-color: #C53833;
}
.TagClassName
{
border-color: #C53833;
}
</style>