Shades of Persian Red #C43730
Tints of Persian Red #C43730
RGB
CMYK
RGB Variations
Color information
#C43730 (or 0xC43730) is known color: Persian Red. HEX triplet: C4, 37 and 30. RGB value is (196,55,48). Sum of RGB (Red+Green+Blue) = 196+55+48=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C43730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43730 is #3BC8CF. Grayscale: #606060. Windows color (decimal): -3918032 or 3160004. OLE color: 3160004.
HSL color Cylindrical-coordinate representation of color #C43730: hue angle of 2.84º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43730 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 48 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.23 |
| HSL | 2.84º | 0.61% | 0.48% | - |
| HSV(B) | 2.84º | 0.76% | 0.77% | - |
| XYZ | 24.66 | 14.68 | 4.33 | - |
| YUV | 96.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 48 | 0 | 0.72 | 0.76 | 0.23 | 2.84 | 0.61 | 0.48 |
| Hex | C4 | 37 | 30 | 0 | 48 | 4C | 17 | 3 | 3D | 30 |
| Octal | 304 | 67 | 60 | 0 | 110 | 114 | 27 | 3 | 75 | 60 |
| Binary | 11000100 | 110111 | 110000 | 0 | 1001000 | 1001100 | 10111 | 11 | 111101 | 110000 |
Color Harmonies of #C43730
Complementary color
Monochromatic Colors of #C43730
Black with #C43730
Text Example
Text Example
White with #C43730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43730; }
p { color: rgb(196,55,48); }
H1.HeaderClassName
{
color: #C43730;
}
.AnyTagClassName
{
color: #C43730;
}
</style>
background-color css
<style>
a { background-color: #C43730; }
a { background-color: rgb(196,55,48); }
div.DivClassName
{
background-color: #C43730;
}
.BgClassName
{
background-color: #C43730;
}
</style>
border-color css
<style>
span { border-color: #C43730; }
span { border-color: rgb(196,55,48); }
td.TdClassName
{
border-color: #C43730;
}
.TagClassName
{
border-color: #C43730;
}
</style>