Shades of Persian Red #C43527
Tints of Persian Red #C43527
RGB
CMYK
RGB Variations
Color information
#C43527 (or 0xC43527) is known color: Persian Red. HEX triplet: C4, 35 and 27. RGB value is (196,53,39). Sum of RGB (Red+Green+Blue) = 196+53+39=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C43527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43527 is #3BCAD8. Grayscale: #5E5E5E. Windows color (decimal): -3918553 or 2569668. OLE color: 2569668.
HSL color Cylindrical-coordinate representation of color #C43527: hue angle of 5.35º 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 #C43527 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 39 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.23 |
| HSL | 5.35º | 0.67% | 0.46% | - |
| HSV(B) | 5.35º | 0.8% | 0.77% | - |
| XYZ | 24.4 | 14.43 | 3.42 | - |
| YUV | 94.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 39 | 0 | 0.73 | 0.80 | 0.23 | 5.35 | 0.67 | 0.46 |
| Hex | C4 | 35 | 27 | 0 | 49 | 50 | 17 | 5 | 43 | 2E |
| Octal | 304 | 65 | 47 | 0 | 111 | 120 | 27 | 5 | 103 | 56 |
| Binary | 11000100 | 110101 | 100111 | 0 | 1001001 | 1010000 | 10111 | 101 | 1000011 | 101110 |
Color Harmonies of #C43527
Complementary color
Monochromatic Colors of #C43527
Black with #C43527
Text Example
Text Example
White with #C43527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43527; }
p { color: rgb(196,53,39); }
H1.HeaderClassName
{
color: #C43527;
}
.AnyTagClassName
{
color: #C43527;
}
</style>
background-color css
<style>
a { background-color: #C43527; }
a { background-color: rgb(196,53,39); }
div.DivClassName
{
background-color: #C43527;
}
.BgClassName
{
background-color: #C43527;
}
</style>
border-color css
<style>
span { border-color: #C43527; }
span { border-color: rgb(196,53,39); }
td.TdClassName
{
border-color: #C43527;
}
.TagClassName
{
border-color: #C43527;
}
</style>