Shades of Persian Red #C4372E
Tints of Persian Red #C4372E
RGB
CMYK
RGB Variations
Color information
#C4372E (or 0xC4372E) is known color: Persian Red. HEX triplet: C4, 37 and 2E. RGB value is (196,55,46). Sum of RGB (Red+Green+Blue) = 196+55+46=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4372E is #3BC8D1. Grayscale: #606060. Windows color (decimal): -3918034 or 3028932. OLE color: 3028932.
HSL color Cylindrical-coordinate representation of color #C4372E: hue angle of 3.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4372E is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 46 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.23 |
| HSL | 3.6º | 0.62% | 0.47% | - |
| HSV(B) | 3.6º | 0.77% | 0.77% | - |
| XYZ | 24.62 | 14.67 | 4.12 | - |
| YUV | 96.13 | 99.71 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 46 | 0 | 0.72 | 0.77 | 0.23 | 3.6 | 0.62 | 0.47 |
| Hex | C4 | 37 | 2E | 0 | 48 | 4D | 17 | 4 | 3E | 2F |
| Octal | 304 | 67 | 56 | 0 | 110 | 115 | 27 | 4 | 76 | 57 |
| Binary | 11000100 | 110111 | 101110 | 0 | 1001000 | 1001101 | 10111 | 100 | 111110 | 101111 |
Color Harmonies of #C4372E
Complementary color
Monochromatic Colors of #C4372E
Black with #C4372E
Text Example
Text Example
White with #C4372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4372E; }
p { color: rgb(196,55,46); }
H1.HeaderClassName
{
color: #C4372E;
}
.AnyTagClassName
{
color: #C4372E;
}
</style>
background-color css
<style>
a { background-color: #C4372E; }
a { background-color: rgb(196,55,46); }
div.DivClassName
{
background-color: #C4372E;
}
.BgClassName
{
background-color: #C4372E;
}
</style>
border-color css
<style>
span { border-color: #C4372E; }
span { border-color: rgb(196,55,46); }
td.TdClassName
{
border-color: #C4372E;
}
.TagClassName
{
border-color: #C4372E;
}
</style>