Shades of Persian Red #C43130
Tints of Persian Red #C43130
RGB
CMYK
RGB Variations
Color information
#C43130 (or 0xC43130) is known color: Persian Red. HEX triplet: C4, 31 and 30. RGB value is (196,49,48). Sum of RGB (Red+Green+Blue) = 196+49+48=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C43130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43130 is #3BCECF. Grayscale: #5C5C5C. Windows color (decimal): -3919568 or 3158468. OLE color: 3158468.
HSL color Cylindrical-coordinate representation of color #C43130: hue angle of 0.41º 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 #C43130 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 48 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.23 |
| HSL | 0.41º | 0.61% | 0.48% | - |
| HSV(B) | 0.41º | 0.76% | 0.77% | - |
| XYZ | 24.4 | 14.15 | 4.24 | - |
| YUV | 92.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 48 | 0 | 0.75 | 0.76 | 0.23 | 0.41 | 0.61 | 0.48 |
| Hex | C4 | 31 | 30 | 0 | 4B | 4C | 17 | 0 | 3D | 30 |
| Octal | 304 | 61 | 60 | 0 | 113 | 114 | 27 | 0 | 75 | 60 |
| Binary | 11000100 | 110001 | 110000 | 0 | 1001011 | 1001100 | 10111 | 0 | 111101 | 110000 |
Color Harmonies of #C43130
Complementary color
Monochromatic Colors of #C43130
Black with #C43130
Text Example
Text Example
White with #C43130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43130; }
p { color: rgb(196,49,48); }
H1.HeaderClassName
{
color: #C43130;
}
.AnyTagClassName
{
color: #C43130;
}
</style>
background-color css
<style>
a { background-color: #C43130; }
a { background-color: rgb(196,49,48); }
div.DivClassName
{
background-color: #C43130;
}
.BgClassName
{
background-color: #C43130;
}
</style>
border-color css
<style>
span { border-color: #C43130; }
span { border-color: rgb(196,49,48); }
td.TdClassName
{
border-color: #C43130;
}
.TagClassName
{
border-color: #C43130;
}
</style>