Shades of Persian Red #C43030
Tints of Persian Red #C43030
RGB
CMYK
RGB Variations
Color information
#C43030 (or 0xC43030) is known color: Persian Red. HEX triplet: C4, 30 and 30. RGB value is (196,48,48). Sum of RGB (Red+Green+Blue) = 196+48+48=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C43030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43030 is #3BCFCF. Grayscale: #5C5C5C. Windows color (decimal): -3919824 or 3158212. OLE color: 3158212.
HSL color Cylindrical-coordinate representation of color #C43030: hue angle of 0º 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 #C43030 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 48 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.23 |
| HSL | 0º | 0.61% | 0.48% | - |
| HSV(B) | 0º | 0.76% | 0.77% | - |
| XYZ | 24.36 | 14.06 | 4.23 | - |
| YUV | 92.25 | 103.03 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 48 | 0 | 0.76 | 0.76 | 0.23 | 0 | 0.61 | 0.48 |
| Hex | C4 | 30 | 30 | 0 | 4C | 4C | 17 | 0 | 3D | 30 |
| Octal | 304 | 60 | 60 | 0 | 114 | 114 | 27 | 0 | 75 | 60 |
| Binary | 11000100 | 110000 | 110000 | 0 | 1001100 | 1001100 | 10111 | 0 | 111101 | 110000 |
Color Harmonies of #C43030
Complementary color
Monochromatic Colors of #C43030
Black with #C43030
Text Example
Text Example
White with #C43030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43030; }
p { color: rgb(196,48,48); }
H1.HeaderClassName
{
color: #C43030;
}
.AnyTagClassName
{
color: #C43030;
}
</style>
background-color css
<style>
a { background-color: #C43030; }
a { background-color: rgb(196,48,48); }
div.DivClassName
{
background-color: #C43030;
}
.BgClassName
{
background-color: #C43030;
}
</style>
border-color css
<style>
span { border-color: #C43030; }
span { border-color: rgb(196,48,48); }
td.TdClassName
{
border-color: #C43030;
}
.TagClassName
{
border-color: #C43030;
}
</style>