Shades of Persian Red #C43127
Tints of Persian Red #C43127
RGB
CMYK
RGB Variations
Color information
#C43127 (or 0xC43127) is known color: Persian Red. HEX triplet: C4, 31 and 27. RGB value is (196,49,39). Sum of RGB (Red+Green+Blue) = 196+49+39=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C43127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43127 is #3BCED8. Grayscale: #5C5C5C. Windows color (decimal): -3919577 or 2568644. OLE color: 2568644.
HSL color Cylindrical-coordinate representation of color #C43127: hue angle of 3.82º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C43127 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 39 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.23 |
| HSL | 3.82º | 0.67% | 0.46% | - |
| HSV(B) | 3.82º | 0.8% | 0.77% | - |
| XYZ | 24.23 | 14.08 | 3.36 | - |
| YUV | 91.81 | 98.2 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 39 | 0 | 0.75 | 0.80 | 0.23 | 3.82 | 0.67 | 0.46 |
| Hex | C4 | 31 | 27 | 0 | 4B | 50 | 17 | 4 | 43 | 2E |
| Octal | 304 | 61 | 47 | 0 | 113 | 120 | 27 | 4 | 103 | 56 |
| Binary | 11000100 | 110001 | 100111 | 0 | 1001011 | 1010000 | 10111 | 100 | 1000011 | 101110 |
Color Harmonies of #C43127
Complementary color
Monochromatic Colors of #C43127
Black with #C43127
Text Example
Text Example
White with #C43127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43127; }
p { color: rgb(196,49,39); }
H1.HeaderClassName
{
color: #C43127;
}
.AnyTagClassName
{
color: #C43127;
}
</style>
background-color css
<style>
a { background-color: #C43127; }
a { background-color: rgb(196,49,39); }
div.DivClassName
{
background-color: #C43127;
}
.BgClassName
{
background-color: #C43127;
}
</style>
border-color css
<style>
span { border-color: #C43127; }
span { border-color: rgb(196,49,39); }
td.TdClassName
{
border-color: #C43127;
}
.TagClassName
{
border-color: #C43127;
}
</style>