Shades of Persian Red #C42E26
Tints of Persian Red #C42E26
RGB
CMYK
RGB Variations
Color information
#C42E26 (or 0xC42E26) is known color: Persian Red. HEX triplet: C4, 2E and 26. RGB value is (196,46,38). Sum of RGB (Red+Green+Blue) = 196+46+38=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42E26 is #3BD1D9. Grayscale: #5A5A5A. Windows color (decimal): -3920346 or 2502340. OLE color: 2502340.
HSL color Cylindrical-coordinate representation of color #C42E26: hue angle of 3.04º 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 #C42E26 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 38 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.23 |
| HSL | 3.04º | 0.68% | 0.46% | - |
| HSV(B) | 3.04º | 0.81% | 0.77% | - |
| XYZ | 24.09 | 13.83 | 3.23 | - |
| YUV | 89.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 38 | 0 | 0.77 | 0.81 | 0.23 | 3.04 | 0.68 | 0.46 |
| Hex | C4 | 2E | 26 | 0 | 4D | 51 | 17 | 3 | 44 | 2E |
| Octal | 304 | 56 | 46 | 0 | 115 | 121 | 27 | 3 | 104 | 56 |
| Binary | 11000100 | 101110 | 100110 | 0 | 1001101 | 1010001 | 10111 | 11 | 1000100 | 101110 |
Color Harmonies of #C42E26
Complementary color
Monochromatic Colors of #C42E26
Black with #C42E26
Text Example
Text Example
White with #C42E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E26; }
p { color: rgb(196,46,38); }
H1.HeaderClassName
{
color: #C42E26;
}
.AnyTagClassName
{
color: #C42E26;
}
</style>
background-color css
<style>
a { background-color: #C42E26; }
a { background-color: rgb(196,46,38); }
div.DivClassName
{
background-color: #C42E26;
}
.BgClassName
{
background-color: #C42E26;
}
</style>
border-color css
<style>
span { border-color: #C42E26; }
span { border-color: rgb(196,46,38); }
td.TdClassName
{
border-color: #C42E26;
}
.TagClassName
{
border-color: #C42E26;
}
</style>