Shades of Persian Red #C43430
Tints of Persian Red #C43430
RGB
CMYK
RGB Variations
Color information
#C43430 (or 0xC43430) is known color: Persian Red. HEX triplet: C4, 34 and 30. RGB value is (196,52,48). Sum of RGB (Red+Green+Blue) = 196+52+48=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C43430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43430 is #3BCBCF. Grayscale: #5E5E5E. Windows color (decimal): -3918800 or 3159236. OLE color: 3159236.
HSL color Cylindrical-coordinate representation of color #C43430: hue angle of 1.62º 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 #C43430 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 48 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.23 |
| HSL | 1.62º | 0.61% | 0.48% | - |
| HSV(B) | 1.62º | 0.76% | 0.77% | - |
| XYZ | 24.53 | 14.41 | 4.28 | - |
| YUV | 94.6 | 101.71 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 48 | 0 | 0.73 | 0.76 | 0.23 | 1.62 | 0.61 | 0.48 |
| Hex | C4 | 34 | 30 | 0 | 49 | 4C | 17 | 2 | 3D | 30 |
| Octal | 304 | 64 | 60 | 0 | 111 | 114 | 27 | 2 | 75 | 60 |
| Binary | 11000100 | 110100 | 110000 | 0 | 1001001 | 1001100 | 10111 | 10 | 111101 | 110000 |
Color Harmonies of #C43430
Complementary color
Monochromatic Colors of #C43430
Black with #C43430
Text Example
Text Example
White with #C43430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43430; }
p { color: rgb(196,52,48); }
H1.HeaderClassName
{
color: #C43430;
}
.AnyTagClassName
{
color: #C43430;
}
</style>
background-color css
<style>
a { background-color: #C43430; }
a { background-color: rgb(196,52,48); }
div.DivClassName
{
background-color: #C43430;
}
.BgClassName
{
background-color: #C43430;
}
</style>
border-color css
<style>
span { border-color: #C43430; }
span { border-color: rgb(196,52,48); }
td.TdClassName
{
border-color: #C43430;
}
.TagClassName
{
border-color: #C43430;
}
</style>