Shades of Persian Red #C43530
Tints of Persian Red #C43530
RGB
CMYK
RGB Variations
Color information
#C43530 (or 0xC43530) is known color: Persian Red. HEX triplet: C4, 35 and 30. RGB value is (196,53,48). Sum of RGB (Red+Green+Blue) = 196+53+48=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C43530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43530 is #3BCACF. Grayscale: #5F5F5F. Windows color (decimal): -3918544 or 3159492. OLE color: 3159492.
HSL color Cylindrical-coordinate representation of color #C43530: hue angle of 2.03º 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 #C43530 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 48 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.23 |
| HSL | 2.03º | 0.61% | 0.48% | - |
| HSV(B) | 2.03º | 0.76% | 0.77% | - |
| XYZ | 24.57 | 14.5 | 4.3 | - |
| YUV | 95.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 48 | 0 | 0.73 | 0.76 | 0.23 | 2.03 | 0.61 | 0.48 |
| Hex | C4 | 35 | 30 | 0 | 49 | 4C | 17 | 2 | 3D | 30 |
| Octal | 304 | 65 | 60 | 0 | 111 | 114 | 27 | 2 | 75 | 60 |
| Binary | 11000100 | 110101 | 110000 | 0 | 1001001 | 1001100 | 10111 | 10 | 111101 | 110000 |
Color Harmonies of #C43530
Complementary color
Monochromatic Colors of #C43530
Black with #C43530
Text Example
Text Example
White with #C43530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43530; }
p { color: rgb(196,53,48); }
H1.HeaderClassName
{
color: #C43530;
}
.AnyTagClassName
{
color: #C43530;
}
</style>
background-color css
<style>
a { background-color: #C43530; }
a { background-color: rgb(196,53,48); }
div.DivClassName
{
background-color: #C43530;
}
.BgClassName
{
background-color: #C43530;
}
</style>
border-color css
<style>
span { border-color: #C43530; }
span { border-color: rgb(196,53,48); }
td.TdClassName
{
border-color: #C43530;
}
.TagClassName
{
border-color: #C43530;
}
</style>