Shades of Persian Red #C43425
Tints of Persian Red #C43425
RGB
CMYK
RGB Variations
Color information
#C43425 (or 0xC43425) is known color: Persian Red. HEX triplet: C4, 34 and 25. RGB value is (196,52,37). Sum of RGB (Red+Green+Blue) = 196+52+37=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C43425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43425 is #3BCBDA. Grayscale: #5D5D5D. Windows color (decimal): -3918811 or 2438340. OLE color: 2438340.
HSL color Cylindrical-coordinate representation of color #C43425: hue angle of 5.66º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C43425 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 37 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.23 |
| HSL | 5.66º | 0.68% | 0.46% | - |
| HSV(B) | 5.66º | 0.81% | 0.77% | - |
| XYZ | 24.33 | 14.33 | 3.23 | - |
| YUV | 93.35 | 96.21 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 37 | 0 | 0.73 | 0.81 | 0.23 | 5.66 | 0.68 | 0.46 |
| Hex | C4 | 34 | 25 | 0 | 49 | 51 | 17 | 6 | 44 | 2E |
| Octal | 304 | 64 | 45 | 0 | 111 | 121 | 27 | 6 | 104 | 56 |
| Binary | 11000100 | 110100 | 100101 | 0 | 1001001 | 1010001 | 10111 | 110 | 1000100 | 101110 |
Color Harmonies of #C43425
Complementary color
Monochromatic Colors of #C43425
Black with #C43425
Text Example
Text Example
White with #C43425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43425; }
p { color: rgb(196,52,37); }
H1.HeaderClassName
{
color: #C43425;
}
.AnyTagClassName
{
color: #C43425;
}
</style>
background-color css
<style>
a { background-color: #C43425; }
a { background-color: rgb(196,52,37); }
div.DivClassName
{
background-color: #C43425;
}
.BgClassName
{
background-color: #C43425;
}
</style>
border-color css
<style>
span { border-color: #C43425; }
span { border-color: rgb(196,52,37); }
td.TdClassName
{
border-color: #C43425;
}
.TagClassName
{
border-color: #C43425;
}
</style>