Shades of Persian Red #E0261F
Tints of Persian Red #E0261F
RGB
CMYK
RGB Variations
Color information
#E0261F (or 0xE0261F) is known color: Persian Red. HEX triplet: E0, 26 and 1F. RGB value is (224,38,31). Sum of RGB (Red+Green+Blue) = 224+38+31=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E0261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0261F is #1FD9E0. Grayscale: #5D5D5D. Windows color (decimal): -2087393 or 2041568. OLE color: 2041568.
HSL color Cylindrical-coordinate representation of color #E0261F: hue angle of 2.18º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0261F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 31 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.12 |
| HSL | 2.18º | 0.76% | 0.5% | - |
| HSV(B) | 2.18º | 0.86% | 0.88% | - |
| XYZ | 31.68 | 17.33 | 2.97 | - |
| YUV | 92.82 | 93.12 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 31 | 0 | 0.83 | 0.86 | 0.12 | 2.18 | 0.76 | 0.5 |
| Hex | E0 | 26 | 1F | 0 | 53 | 56 | C | 2 | 4C | 32 |
| Octal | 340 | 46 | 37 | 0 | 123 | 126 | 14 | 2 | 114 | 62 |
| Binary | 11100000 | 100110 | 11111 | 0 | 1010011 | 1010110 | 1100 | 10 | 1001100 | 110010 |
Color Harmonies of #E0261F
Complementary color
Monochromatic Colors of #E0261F
Black with #E0261F
Text Example
Text Example
White with #E0261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0261F; }
p { color: rgb(224,38,31); }
H1.HeaderClassName
{
color: #E0261F;
}
.AnyTagClassName
{
color: #E0261F;
}
</style>
background-color css
<style>
a { background-color: #E0261F; }
a { background-color: rgb(224,38,31); }
div.DivClassName
{
background-color: #E0261F;
}
.BgClassName
{
background-color: #E0261F;
}
</style>
border-color css
<style>
span { border-color: #E0261F; }
span { border-color: rgb(224,38,31); }
td.TdClassName
{
border-color: #E0261F;
}
.TagClassName
{
border-color: #E0261F;
}
</style>