Shades of Persian Red #C43837
Tints of Persian Red #C43837
RGB
CMYK
RGB Variations
Color information
#C43837 (or 0xC43837) is known color: Persian Red. HEX triplet: C4, 38 and 37. RGB value is (196,56,55). Sum of RGB (Red+Green+Blue) = 196+56+55=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C43837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43837 is #3BC7C8. Grayscale: #616161. Windows color (decimal): -3917769 or 3619012. OLE color: 3619012.
HSL color Cylindrical-coordinate representation of color #C43837: hue angle of 0.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43837 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 55 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.23 |
| HSL | 0.43º | 0.56% | 0.49% | - |
| HSV(B) | 0.43º | 0.72% | 0.77% | - |
| XYZ | 24.87 | 14.84 | 5.17 | - |
| YUV | 97.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 55 | 0 | 0.71 | 0.72 | 0.23 | 0.43 | 0.56 | 0.49 |
| Hex | C4 | 38 | 37 | 0 | 47 | 48 | 17 | 0 | 38 | 31 |
| Octal | 304 | 70 | 67 | 0 | 107 | 110 | 27 | 0 | 70 | 61 |
| Binary | 11000100 | 111000 | 110111 | 0 | 1000111 | 1001000 | 10111 | 0 | 111000 | 110001 |
Color Harmonies of #C43837
Complementary color
Monochromatic Colors of #C43837
Black with #C43837
Text Example
Text Example
White with #C43837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43837; }
p { color: rgb(196,56,55); }
H1.HeaderClassName
{
color: #C43837;
}
.AnyTagClassName
{
color: #C43837;
}
</style>
background-color css
<style>
a { background-color: #C43837; }
a { background-color: rgb(196,56,55); }
div.DivClassName
{
background-color: #C43837;
}
.BgClassName
{
background-color: #C43837;
}
</style>
border-color css
<style>
span { border-color: #C43837; }
span { border-color: rgb(196,56,55); }
td.TdClassName
{
border-color: #C43837;
}
.TagClassName
{
border-color: #C43837;
}
</style>